- xmodmap # lists the "modifier map"
- xmodmap -pke | less # lists the table as xmodmap expressions. Remember:
- "keycode <###> = <plain> <shifted> <with "Mode_switch"> <with Shift and Mode_switch>"
- Run xev to see keycodes and their subsequent mappings
- The list of keysyms: /usr/include/X11/keysymdef.h (ignore the "XK_")
(Much TODO, here.)
A mostly decent doc:
http://www.in-ulm.de/~mascheck/X11/xmodmap.html