On Fri, 2006-01-20 at 18:03 -0600, Ming Hua wrote: > Hi Florian, > > Thanks for reporting. > > On Fri, Jan 20, 2006 at 12:47:43AM +0800, Florian Schlichting wrote: > > > > When scim is running but toggled off (typing English), I cannot input > > accents / accented characters, like ^`ยด or even ~. When scim is not > > started, or after toggling it on (with ctrl-space, in whatever IME), > > this is not a problem. > > > > I have a German laptop keyboard and use deadkeys (configured in both > > xorg.conf and ~/.scim/global) >
I have this problem if I use XIM mode (I must export XMODIFIERS="@im=SCIM"). A workaround is to use GTK_IM mode (which doesn't need export XMODIFIERS="@im=SCIM") for gtk applications. I have in my ~/.xsession (I use xdm): # SCIM # # XIM mode #export XMODIFIERS="@im=SCIM" #export GTK_IM_MODULE=xim # # GTK_IM mode export GTK_IM_MODULE=scim # scim -d Bin > SCIM has been claiming deadkey support for quite a while, so I am > surprised that you still has this problem. As I have always been using > a US keyboard, I don't know how to deal with deadkey issue at all. > > I'll ask on upstream mailing list. > > Ming > 2006.01.20 > > >