Use "od -c" to find out for yourself.
And for the record, we do answer this one fairly frequently and you clearly know enough of the relevant keywords to construct a search, so don't except too much humor in reply.
Randall Schulz
At 17:05 2003-02-18, Lee D. Rothstein wrote:
...
Q1 -- When you remap a 'bash' Edit Mode function in .inputrc, it looks like this:
"\e[3~": delete-char # DEL key
The entity in double quotes ("\e[3~"), I'm calling the "key ID (KID)". In the above '.inputrc' declaration, the function 'delete-char' being remapped from its default key assignment to the KID -- "\e[3~" -- the <DEL> key.
What are the KIDs of the following IBM PC keys
...
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/