disable ESC & Del keys
Jean-Pierre A. Radley
appl at jpr.com
Mon Aug 11 15:07:22 PDT 2014
Mark Luljak propounded (on Mon, Aug 11, 2014 at 05:39:11PM -0400):
| On Mon, Aug 11, 2014 at 05:27:40PM -0400, filePro Mailing List thus spoke:
| > I forgot how to do this. I need to disable ESC and DEL keys in dclerk can
| > anyone refresh my failing memory?
|
| Escape is a termcap change in fp's termcap, where you change the save key
| to something else. (One client uses F11...)
(I use F12. Always did prefer one key to two keys.)
That changes the creation of "SAVE", it doesn't disable its use.
But this change is pretty global, as it's done in the config file, not in
processing.
In processing, deal with "if @sk eq "SAVE".
| Delete is an stty change, where you change intr to something other than
| ^?. Say: stty intr "^C"
Again. changin' ain't disablin'.
Try BREAK OFF in processing...
--
JP
More information about the Filepro-list
mailing list