To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
CONFIGURE KEY - Assigns editor functions to keyboard keys.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
CONFIGURE KEY
Assigns editor functions to keyboard keys.
CONFIGURE KEY key-number TO function-number
Where:
key-number = numeric-expression
function-number = numeric-expression
Usage:
CONFIGURE KEY 1 TO NUM("<")
Example:
CONFIGURE KEY.BAS
Description:
CONFIGURE KEY
specifies what keyboard function a keyboard key generates. The following example makes the Backspace key generate the LEFT function
CHR$
(255)&"<":
CONFIGURE KEY 1 TO NUM("<")
See Also:
CONFIGURE KBD