diff options
author | Tor Lillqvist <tml@novell.com> | 2005-05-22 22:28:39 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-05-22 22:28:39 +0000 |
commit | 7f2ad4a885677a70ff72f0533508a9053705d76e (patch) | |
tree | 29a425fa01364b49ac4381b259874fd7f916122e /ChangeLog.pre-2-8 | |
parent | 92b97da8411af3c5183df193a21bd90b96906a4e (diff) | |
download | gtk+-7f2ad4a885677a70ff72f0533508a9053705d76e.tar.gz |
Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)
2005-05-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
GDK_Menu. (#172383, Ivan Wong)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 366ee2aa04..6cfd9fa0ec 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-05-23 Tor Lillqvist <tml@novell.com> + * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to + GDK_Menu. (#172383, Ivan Wong) + * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one of the special cases this function takes care of, use it as such. This takes care of for instance the Bengali Virama, see bug |