From: <ga...@z1...> - 2004-10-26 08:42:08
|
Seiichi SATO wrote: > On Mon, Oct 25, 2004 at 10:33:02PM +0200, > Gabor Farkas wrote: > > >>>$ xmodmap >> >>gabor@dubb ~ $ xmodmap >>xmodmap: up to 3 keys per modifier, (keycodes in parentheses): >> >>shift Shift_L (0x32), Shift_R (0x3e) >>lock Caps_Lock (0x42) >>control Control_L (0x25), Control_R (0x6d) >>mod1 Alt_L (0x40), Alt_L (0x7d), Meta_L (0x9c) >>mod2 Num_Lock (0x4d) >>mod3 >>mod4 Super_L (0x7f), Hyper_L (0x80) >>mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c) >> >> >>btw. i did not do any mapping, >>so this is done by gnome and/or gentoo. > > > In case of that mapping, when mlterm receives a key event with mod4 mask, > mlterm sends "<Super><Hyper>key" to uim. > > I've commited workaround for this problem to cvs. Please try to > test the latest cvs version, this does not seem to help. btw. maybe the public sourceforge cvs is not that up-to-date? the latest changelog entry in my copy of Changelog: 2004-10-24 Seiichi SATO <ss...@sh...> * xwindow/version.h.in: 2.9.0 -> 2.9.0 post > or add the following lines into ~/.uim > > (define-key generic-on-key? '("<Hyper> " "<Super><Hyper> ")) > (define-key generic-off-key? '("<Hyper> " "<Super><Hyper> ")) this also does not help :( thanks a lot for the help, gabor |