[ALLY] [REBOL]Keystroke test Re:(3)
From: deadzaphod:hotmai:l at: 8-Aug-2000 20:55
The only way I know of to intercept the escape key is to set system/console/break to off/false, then use a console port (i.e. port: open [scheme: 'console]) to poll for input, the escape key generates two escape characters (to differentiate it from the arrow keys and such that produce a sequence beginning with escape). hope that helps, Cal