diff options
author | Tor Lillqvist <tml@novell.com> | 2005-05-18 14:53:00 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-05-18 14:53:00 +0000 |
commit | ba7ee2270a87a0b5f16b047a2135c067a958c226 (patch) | |
tree | 10da937e3d06c69115d2bd33c54d22a975f3b9a1 /ChangeLog | |
parent | f6906b8272635a0f2f4620675813ff538cde0c73 (diff) | |
download | gtk+-ba7ee2270a87a0b5f16b047a2135c067a958c226.tar.gz |
gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the
2005-05-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkkeys-win32.c
* gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
lParam of WM_KEY* messages to distinguish between left and right
Control and Alt keys. Unfortunately, the right Shift key doesnt
set KF_EXTENDED, so to distinguish between left and right Shift
keys, check the scan code. (#304584)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-05-18 Tor Lillqvist <tml@novell.com> + + * gdk/win32/gdkevents-win32.c + * gdk/win32/gdkkeys-win32.c + * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in + lParam of WM_KEY* messages to distinguish between left and right + Control and Alt keys. Unfortunately, the right Shift key doesnt + set KF_EXTENDED, so to distinguish between left and right Shift + keys, check the scan code. (#304584) + 2005-05-18 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if |