Where can i find a list of key names for use in vt100 translations? There's a bunch of things in /etc/X11/xbd, but things like "BackSpace" aren't there. Does xterm have its own list? What does the tilde(~) character do?
XTerm*vt100.translations: #override\n\ ~Ctrl ~Meta<Btn2Up>: insert-selection(PRIMARY, CLIPBOARD)\n\ <BtnUp>: select-end(PRIMARY, CLIPBOARD)\n\ Shift<Key>Up: scroll-back(1,line)\n\ Shift<Key>Down: scroll-forw(1,line)\n\ Shift<Key>Prior: scroll-back(1,page)\n\ Shift<Key>Next: scroll-forw(1,page)\n\ <Key>KP_Subtract: scroll-back(1,page)\n\ <Key>KP_Add: scroll-forw(1,page)\n\ Ctrl<Key>Prior: scroll-back(1,line)\n\ Ctrl<Key>Next: scroll-forw(1,line)\n\ <Key>Home: string("\033OH")\n\ <Key>End: string("\033OF")\n\ Shift<Key>BackSpace: string("\210")\n\
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]