]> Pileus Git - ~andy/gtk/commit
If both Shift and CapsLock pressed, ignore the shift only for letters
authorTor Lillqvist <tml@iki.fi>
Sat, 10 Apr 2004 08:43:36 +0000 (08:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 10 Apr 2004 08:43:36 +0000 (08:43 +0000)
commit47b6f521d22f8d16ad26f491083a2449943efe79
treec995b393c7d90eff1dc2ee279236af96b944ba81
parent2caade2a7f96a8b3c46e5a6545a1c4296c921a90
If both Shift and CapsLock pressed, ignore the shift only for letters

2004-04-10  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkkeys-win32.c (gdk_keymap_translate_keyboard_state):
If both Shift and CapsLock pressed, ignore the shift only for
letters (that would have been affected by the CapsLock). (#139095)

* gdk/win32/gdkglobals-win32.c: Disable tablet support by default,
seems to be even buggier now than it used to be. (#138341)
Initialize _gdk_input_ignore_wintab to TRUE.

* gdk/win32/gdkmain-win32.c: Add --use-wintab switch and
GDK_USE_WINTAB environment variable to turn on tablet support.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkglobals-win32.c
gdk/win32/gdkkeys-win32.c
gdk/win32/gdkmain-win32.c