> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Uwe Brauer writes:
> keycode 133 = Super_L NoSymbol Super_L
> to
> keycode 133 = Hyper_L NoSymbol Hyper_L
>
> And run xdmodmap kbstatus
> again
>
> But it did not work!
No, that won't work.
It might be easier to do all this with setxkbmap. See if
setxkbmap -option caps:hyper
That was my first try. Xev recognises caps as hyper but not xemacs.
does what you want. If not, the theory is that you need to also
change the modifier mapping. What does "xmodmap -pm" say in the
default Kubuntu configuration?
For example, on my Mac I get
MacPorts 13:40$ xmodmap -pm
xmodmap: up to 2 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x40), Shift_R (0x44)
lock Caps_Lock (0x41)
control Control_L (0x43), Control_R (0x46)
mod1 Mode_switch (0x42), Mode_switch (0x45)
mod2 Meta_L (0x3f), Meta_R (0x47)
mod3
mod4
mod5
I obtain:
xmodmap: up to 4 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x25)
control Control_L (0x42), Control_R (0x69)
mod1 Alt_L (0x40), Alt_R (0x6c), Meta_L (0xcd)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
mod5 ISO_Level3_Shift (0x5c), Mode_switch (0xcb)
Odd no???
However I *solved my problem*, by sorting out the modifier mess, in a
message I wrote 8th of march but which ended up in a slightly different
thread.
Thanks
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta