event.c freezes on XFilterEvent

Joshua Walker halkun2002 at yahoo.com
Thu Jan 1 10:25:54 CST 2004


<snip>
> I often hit shift+space by accident
> (while typing in English) and 
> brings the application to a halt. 
<snip>

In my .xinitrc...

------------------
export LANG="ja_JP.UTF-8"
export XMODIFIERS="@im=kinput2"
xmodmap -e 'keycode 115 = Kanji'
                                                      
                         
kinput2 -xim -kinput -canna &
----------------------------

The xmodmap command will map the kanji key to the
Windows key, then you have to dump the shift-space
combo

edit this file...
/usr/X11R6/lib/X11/app-defaults/Kinput2

and comment out the following lines with bangs...
-------------------------
*ConversionStartKeys: \
   Shift<Key>space \n\
   Ctrl<Key>Kanji
--------------------------

That would solve your shift-space problem.





More information about the wine-devel mailing list