tcl.esc-level
Makes escape key push a level.
Syntax
esc-level [decnum | .hexnum | esc | ?]
Description
specifies that the <escape> key is to push a level when pressed.
On AP/Unix, this command uses 'set-esc' to enable the special escape key. Without any argument, the usual ESCAPE value (x'1B' or 27) is assigned to the level pushing function. The optional argument defines an alternate value (see the command 'set-esc').
The following arguments are valid on AP/Unix:
'.hexnum' Indicates the key to trigger a level push, designated by its corresponding hexadecimal value.
'decnum' Indicates the key to trigger a level push, designated by its corresponding decimal value.
'esc' Defines escape as x'1B', the normal value for escape.
'?' Displays command usage information without changing any existing settings.
Example
esc-level
Makes the <escape> key push a level.
esc-level .1a
This causes a <ctrl>+z to push a level. Valid on AP/Unix only.
esc-level 26
This also causes a <ctrl>+z to push a level, but is indicated by its
decimal value. Valid on AP/Unix only.
esc-level ?
Usage: esc-level {decimal|.hexadecimal|off|esc|?}
This example shows the 'on-line' help text produced by '?'.
esc-level esc
This resets the <escape> key to its 'normal' definition.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
