Difference between revisions of "CLEAR KEYS"

From Recital Documentation Wiki
Jump to: navigation, search
Line 33: Line 33:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Keyboard Events]]
 +
[[Category:Keyboard Events Commands]]

Revision as of 16:15, 3 June 2009

Class

Keyboard Events


Purpose

Reset function key assignments to default


Syntax

CLEAR KEYS


See Also

Function Keys, INKEY(), ON KEY, RESTORE KEYS, SAVE KEYS, SET KEY


Description

The CLEAR KEYS command clears hot key assignments that have been established with the SET KEY, ON KEY, or RESTORE KEYS commands. All hot keys are disabled and all keys will perform their normal settings. Hot key assignments that have been saved with the SAVE KEYS command may be reinstated with the RESTORE KEYS command.


Example

set key -1 to helpfile
save keys to m_hotkeys
clear keys
//....
restore keys from m->m_hotkeys


Products

Recital Mirage Server, Recital Terminal Developer