win32: Support the decimal point on the keypad

Based on a patch by John Emmas.
This commit is contained in:
Matthias Clasen
2015-05-01 07:03:49 -04:00
parent ce1ad85694
commit 578043f97e

View File

@@ -164,6 +164,8 @@ handle_special (guint vk,
*ksymp = GDK_KEY_Meta_R; break;
case VK_APPS:
*ksymp = GDK_KEY_Menu; break;
case VK_DECIMAL:
*ksymp = GDK_KP_Decimal; break;
case VK_MULTIPLY:
*ksymp = GDK_KEY_KP_Multiply; break;
case VK_ADD: