map ESC key combo 10 Years, 11 Months ago
|
|
I am having trouble mapping keystrokes, which include <Esc> key, such as <Esc>+<Left Arrow>. I tried different combinations with /x1B characters but couldn't get it to work. Any pointer oh how to include <Esc> key into the combination?
|
|
|
Logged
|
|
The administrator has disabled public write access.
|
|
Re:map ESC key combo 10 Years, 10 Months ago
|
|
You're close.
<ESC> is x1b
not /x1b
Brian
|
|
bpence (Admin)
Admin
Posts: 1402
|
Logged
|
|
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
|
|
The administrator has disabled public write access.
|
|
Re:map ESC key combo 10 Years, 10 Months ago
|
|
Sorry, the message board is eating part of my response.
The code for an escape is <backslash>x1b
Not
<forwardslash>x1b
where <backslash> is an actual backslash.
Brian
|
|
bpence (Admin)
Admin
Posts: 1402
|
Logged
|
|
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
|
|
The administrator has disabled public write access.
|
|
|