CONFIGURE KEYAssigns editor functions to keyboard keys.
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:
|