Re: a little problem with keymap

Daniel Veillard (Daniel.Veillard@imag.fr)
Mon, 24 Feb 1997 09:45:35 +0100

>The problem is: when X keymap changes, Thot does not reread the
>keyboard map. I think it should; because of it one method of
>localized keyboard switching does not work. The method is to
>change keymap on hot key combination.
>
>If anyone interested in that keyboard switcher:
>ftp://ftp.yars.free.net/pub/software/unix/X11/xruskb-1.4.2.tar.gz

You're right, the Thot library load the keyboard mapping upon startup.
It is done in TtaInstallMultiKey() in Thot/thotlib/dialogue/interface.c .
I guess a sample fix would be to call it when receiving a keymap
modification event.

Daniel