Difference between revisions of "CLEAR KEYS"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Products)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=CLEAR KEYS=
 
 
 
==Class==
 
Keyboard Events
 
 
 
 
==Purpose==
 
==Purpose==
 
Reset function key assignments to default  
 
Reset function key assignments to default  
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[ON KEY]], [[RESTORE KEYS]], [[SAVE KEYS]], [[SET KEY]]
+
[[Function Keys]], [[INKEY()]], [[ON KEY]], [[RESTORE KEYS]], [[SAVE KEYS]], [[SET KEY]]
  
  
Line 33: Line 26:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Keyboard Events]]
 +
[[Category:Keyboard Events Commands]]

Latest revision as of 14:51, 10 November 2009

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