I've googled for it but failed to found an answer. I would like to remap my interrupt signal key from ^C to or Delete, what would be the code for it? For example:
stty intr "ESC code"
And back:
stty intr ^C
|
I've googled for it but failed to found an answer. I would like to remap my interrupt signal key from ^C to or Delete, what would be the code for it? For example:
And back:
| ||||
|
feedback
|
|
You don't want to do this. The character sequence generated by Esc is also used by the extended keys on the keyboard, so each keypress will be like pressing CtrlC followed by some random characters. | |||
|
feedback
|
This works somewhat, but since | |||||
feedback
|
pingcommand against multiple hosts. – JdeBP Jul 15 '11 at 14:48