KEYEDIT |
![]() ![]() ![]() |
The KEYEDIT statement defines editing keys for use with INPUT @.
Format
KEYEDIT (action, key), (action, key), ...
where
A negative action value removes the key binding specified by key.
The KEYEDIT statement adds user defined alternative key bindings to the standard set used by the INPUT @ statement. These may validly replace default bindings. The newly bound keys remain in effect until either they are rebound by a further KEYEDIT statement or the process returns to the command prompt.
The INPUT @ statement checks for keys bound via the terminfo system or KEYEDIT before using the standard default bindings.
See also: |