Uwe Brauer writes:
Thanks, but it did not work out, the problematic line is
add Mod4 = Hyper_L
[...]
since I tried also to use the Kubuntu keyboard setting.
ciao Uwe,
do you use some sort of desktop environment?
the following worked for me, but eventually i don't use any DE ;-)
1. run "xmodmap -pke > kbstatus" to have a file that, fed to xmodmap,
should put your keyboard in the current status, starting from any
random status
2. edit kbstatus to have only the lines that modify the keys that you
want to modify, as in (mutatis mutandis)
! ycode 37 = Control_L
keycode 37 = Alt_L
! ycode 62 = Shift_R
keycode 62 = Hyper_R
! ycode 64 = Alt_L
keycode 64 = Meta_L
! ycode 66 = Caps_Lock
keycode 66 = Control_L
! ycode 105 = Control_R
keycode 105 = Super_R
! ycode 108 = Alt_R
keycode 108 = Multi_key
3. add to the end of the trimmed kbstatus the lines (again, m.m.)
clear Shift
clear Lock
clear Control
clear Mod1
clear Mod2
clear Mod3
clear Mod4
clear Mod5
add Shift = Shift_L
add Control = Control_L
add Mod1 = Meta_L
add Mod2 = Alt_L
add Mod3 = Super_R
add Mod4 = Hyper_R
add Mod5 = Num_Lock
4. run "xmodmap kbstatus"
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta