gdk/win32: VK_SNAPSHOT maps to GDK_Print

Also, I am not sure the above VK_PRINT -> GDK_Print mapping is
correct, but it doesn't hurt yet.

https://bugzilla.gnome.org/show_bug.cgi?id=686170
This commit is contained in:
Marc-André Lureau
2012-10-15 18:07:46 +02:00
parent ed081e30b6
commit fd44b53a39

View File

@@ -129,6 +129,8 @@ handle_special (guint vk,
*ksymp = GDK_Select; break;
case VK_PRINT:
*ksymp = GDK_Print; break;
case VK_SNAPSHOT:
*ksymp = GDK_Print; break;
case VK_EXECUTE:
*ksymp = GDK_Execute; break;
case VK_INSERT: