forked from AuroraMiddleware/gtk
Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let
2004-08-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx() map it to what's printed on the keypad decimal key for the current input locale (keyboard layout). (#149404)
This commit is contained in:
parent
f82ca65b81
commit
2fdbd4e878
@ -1,3 +1,10 @@
|
||||
2004-08-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
|
||||
mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
|
||||
map it to what's printed on the keypad decimal key for the current
|
||||
input locale (keyboard layout). (#149404)
|
||||
|
||||
Sat Aug 7 18:19:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (save_folder_combo_create):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-08-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
|
||||
mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
|
||||
map it to what's printed on the keypad decimal key for the current
|
||||
input locale (keyboard layout). (#149404)
|
||||
|
||||
Sat Aug 7 18:19:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (save_folder_combo_create):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-08-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
|
||||
mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
|
||||
map it to what's printed on the keypad decimal key for the current
|
||||
input locale (keyboard layout). (#149404)
|
||||
|
||||
Sat Aug 7 18:19:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (save_folder_combo_create):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-08-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
|
||||
mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
|
||||
map it to what's printed on the keypad decimal key for the current
|
||||
input locale (keyboard layout). (#149404)
|
||||
|
||||
Sat Aug 7 18:19:03 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (save_folder_combo_create):
|
||||
|
@ -203,8 +203,6 @@ update_keymap (void)
|
||||
*ksymp = GDK_KP_Separator; break;
|
||||
case VK_SUBTRACT:
|
||||
*ksymp = GDK_KP_Subtract; break;
|
||||
case VK_DECIMAL:
|
||||
*ksymp = GDK_KP_Decimal; break;
|
||||
case VK_DIVIDE:
|
||||
*ksymp = GDK_KP_Divide; break;
|
||||
case VK_F1:
|
||||
|
Loading…
Reference in New Issue
Block a user