GNOME Bugzilla – Bug 438261
Thai input does not work when NumLock/CapsLock is on
Last modified: 2007-05-14 10:09:57 UTC
Under th_TH locale, where im-thai is active by default, GTK+ widgets reject all alphanumerical keys. This is caused by incomplete check of modifier keys, somehow missed in the initial checked-in patch.
Created attachment 88144 [details] [review] Proposed patch This patch adds mask bits for CapsLock and NumLock, so that the condition does not becomes true when any is on.
2007-05-14 Behdad Esfahbod <behdad@gnome.org> * modules/input/gtkimcontextthai.c (gtk_im_context_thai_filter_keypress): Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan)