Searched refs:VK_OEM_7 (Results 1 – 8 of 8) sorted by relevance
130 gWindowsKeyMap.set("apostrophe", VK_OEM_7); in createWindowsKeyMap()131 gWindowsKeyMap.set("quotedbl", VK_OEM_7); in createWindowsKeyMap()
251 #define VK_OEM_7 0xDE macro
489 return VK_OEM_7; // case '\'': case '"': return 0xDE; in windowsKeyCodeForKeyEvent()574 case VK_OEM_7: in isVirtualKeyCodeRepresentingCharacter()
322 return VK_OEM_7; in windowsKeyCodeForKeyEvent()
509 VKEY_OEM_7 = VK_OEM_7,
374 /* 0x27 */ VK_OEM_7, // '"566 // For example, '"' on Windows Russian layout is VK_2, not VK_OEM_7.577 case '\'': case '"': return VK_OEM_7;
473 return VK_OEM_7; // case '\'': case '"': return 0xDE; in windowsKeyCodeForGdkKeyCode()
977 …// VK_OEM_7 (DE) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For …