tcl.esc-level

Verb: Access/TCL, Releases: AP

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

Command Name Type Description
tcl.brk-debug Verb: Access Causes the break key to enter the system or Pick/BASIC debugger.
tcl.level.pushing Definition Description of level pushing.
levels Definition Description of level pushing.
tcl.esc-toggle Verb: Access Toggles between esc-level and esc-data.
tcl.break-key Verb: Access Enables or disables break key.
tcl.brk-level Verb: Access Causes the break key to push a level.
tcl.esc-data Verb: Access Makes escape key behave normal.
tcl.set-esc Verb: Access Sets the value of escape character for the current process.
editor.p Command Defines/invokes prestored command.
system.debugger.end Command Terminates process and returns to TCL.
filename.keyboards Definition Defines keyboard layouts.
basic.execute Statement Performs TCL command expression.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.