Friday, July 25, 2014

D3 Break Key


At TCL:

set-break
Break value x'1C' (decimal 28)
Displays the current definition for the <break> key.

set-break 3
Break value x'03' (decimal 3)
Previous value x'1C' (decimal 28)
Defines the <break> key as <ctrl>+c.

set-break esc
Break value x'1B' (decimal 27)
Previous value x'03' (decimal 3)
This defines the <escape> key as the <break> key.


If you need to set it permanently, you can place this in the user-coldstart proc

No comments:

Post a Comment