Russell Shaw sez: } 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.
/usr/X11R6/lib/X11/XKeysymDB
You can also use xmodmap -pke to find out which keysyms are actually bound on your keyboard.
When debian boots, it executes /etc/rcS.d/S05keymap.sh which does:
#!/bin/sh # # Load the keymaps *as soon as possible* # command -v loadkeys >/dev/null 2>&1 || exit 0
Where is the keymap loaded from? I'm trying to swap the ctrl and caps-lock keys: http://www.linuxjournal.com/article.php?sid=0138
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]