From: Seiichi S. <ss...@sh...> - 2004-08-28 17:43:29
|
On Sat, Aug 28, 2004 at 08:07:54AM +0200, gabor wrote: > if i tell uim to use control+space as the hotkey, then it works. > but if i tell uim to use left-windows-key+space (hyper+space in uim's > config files), > then it simply does not work.... any ideas why? Fix has been committed to cvs just now. At this change, the conversion from X modifier key to uim key became the same as uim-xim and uim's immodule for gtk. Mod1 -> Alt Mod2 -> Meta Mod3 -> Super Mod4 -> Hyper Personally I think that this hard-coded mapping is not good, because modifier key mapping can be changed by xmodmap(1). Probably uim developers already understand it. Anyway, please retry the latest cvs version. Thanks for your report. -- Seiichi |