Difference between revisions of "SET PCFKEYS"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Purpose== | ==Purpose== | ||
Enable or disable ON KEY LABEL Ctrl-<letter> functionality. | Enable or disable ON KEY LABEL Ctrl-<letter> functionality. | ||
| Line 25: | Line 18: | ||
!Key||Keyname | !Key||Keyname | ||
|- | |- | ||
| − | |F1 to F10||F1, F2, F3 | + | |F1 to F10||F1, F2, F3... |
|- | |- | ||
|CURSOR LEFT||Leftarrow | |CURSOR LEFT||Leftarrow | ||
| Line 45: | Line 38: | ||
|TAB||Tab | |TAB||Tab | ||
|- | |- | ||
| − | |CTRL A TO CTRL Z||Ctrl-A, Ctrl-B, Ctrl-C | + | |CTRL A TO CTRL Z||Ctrl-A, Ctrl-B, Ctrl-C... |
|- | |- | ||
|} | |} | ||
| Line 56: | Line 49: | ||
<code lang="recital"> | <code lang="recital"> | ||
set pcfkeys on | set pcfkeys on | ||
| − | on key label Ctrl-K do k_proc</code> | + | on key label Ctrl-K do k_proc |
| + | </code> | ||
==Products== | ==Products== | ||
| − | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|PCFKEYS]] | [[Category:Set_Commands|PCFKEYS]] | ||
| + | [[Category:Keyboard Events]] | ||
| + | [[Category:Keyboard Events Set Commands]] | ||
Latest revision as of 16:33, 23 November 2009
Purpose
Enable or disable ON KEY LABEL Ctrl-<letter> functionality.
Syntax
SET PCFKEYS ON | OFF | (<expL>)
See Also
ON KEY, SET KEY, SET KEY TO, SET PCKEYS
Description
The SET PCFKEYS ON command enables or disables the use of Ctrl-<letter> keynames by the ON KEY LABEL command. ON KEY LABEL keynames are as follows:
| Key | Keyname |
|---|---|
| F1 to F10 | F1, F2, F3... |
| CURSOR LEFT | Leftarrow |
| CURSOR RIGHT | Rightarrow |
| CURSOR UP | Uparrow |
| CURSOR DOWN | Downarrow |
| PAGE UP | PgUp |
| PAGE DOWN | PgDn |
| DELETE | Del |
| INSERT | Ins |
| TAB | Tab |
| CTRL A TO CTRL Z | Ctrl-A, Ctrl-B, Ctrl-C... |
By default SET PCFKEYS is OFF.
Example
set pcfkeys on on key label Ctrl-K do k_proc
Products
Recital