Sean MacLennan <seanm(a)seanm.ca> writes:
| Jesper,
|
| Sounds like a problem I was having. XFree86 4 was assigning values to
| the shifted function keys. Could you email the results from the
| following:
|
| xmodmap -pk | fgrep F1
67 0xffbe (F1)
76 0xffc7 (F10) 0x1008fe0a (XF86_Switch_VT_10)
95 0xffc8 (F11) 0x1008fe0b (XF86_Switch_VT_11)
96 0xffc9 (F12) 0x1008fe0c (XF86_Switch_VT_12)
| Thanks,
| Sean MacLennan
|
| P.S. If you are adventurous, try the following command and see if
| shifted F1 starts working: xmodmap -e "keycode 67 = F1"
That actually worked, thanks.
My .xmodmap now contains these lines, which solves the problem
keycode 67 = F1
keycode 68 = F2
keycode 69 = F3
keycode 70 = F4
keycode 71 = F5
keycode 72 = F6
keycode 73 = F7
keycode 74 = F8
keycode 75 = F9
keycode 76 = F10
keycode 95 = F11
keycode 96 = F12
Thank you very much, you really saved my day (hmmm make that month, after
having used Emacs for more than 10 years, these key bindings really sit in
your fingers, so you can't just rebind them to something else ;-)