Home | History | Annotate | Download | only in mac

Lines Matching full:windows

345         case 0x3: case 0xA: case 0xD: // Macintosh calls the one on the main keyboard Return, but Windows calls it Enter, so we'll do the same for the DOM
636 // VK_APPS (5D) Right windows/meta key
640 // VK_LWIN (5B) Left windows/meta key
852 // VK_LWIN (5B) Left Windows key (Microsoft Natural keyboard)
853 // VK_RWIN (5C) Right Windows key (Natural keyboard)
938 // VK_BROWSER_BACK (A6) Windows 2000/XP: Browser Back key
939 // VK_BROWSER_FORWARD (A7) Windows 2000/XP: Browser Forward key
940 // VK_BROWSER_REFRESH (A8) Windows 2000/XP: Browser Refresh key
941 // VK_BROWSER_STOP (A9) Windows 2000/XP: Browser Stop key
942 // VK_BROWSER_SEARCH (AA) Windows 2000/XP: Browser Search key
943 // VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser Favorites key
944 // VK_BROWSER_HOME (AC) Windows 2000/XP: Browser Start and Home key
945 // VK_VOLUME_MUTE (AD) Windows 2000/XP: Volume Mute key
946 // VK_VOLUME_DOWN (AE) Windows 2000/XP: Volume Down key
947 // VK_VOLUME_UP (AF) Windows 2000/XP: Volume Up key
948 // VK_MEDIA_NEXT_TRACK (B0) Windows 2000/XP: Next Track key
949 // VK_MEDIA_PREV_TRACK (B1) Windows 2000/XP: Previous Track key
950 // VK_MEDIA_STOP (B2) Windows 2000/XP: Stop Media key
951 // VK_MEDIA_PLAY_PAUSE (B3) Windows 2000/XP: Play/Pause Media key
952 // VK_LAUNCH_MAIL (B4) Windows 2000/XP: Start Mail key
953 // VK_LAUNCH_MEDIA_SELECT (B5) Windows 2000/XP: Select Media key
954 // VK_LAUNCH_APP1 (B6) Windows 2000/XP: Start Application 1 key
955 // VK_LAUNCH_APP2 (B7) Windows 2000/XP: Start Application 2 key
957 // VK_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
959 // VK_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
961 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
963 // VK_OEM_MINUS (BD) Windows 2000/XP: For any country/region, the '-' key
965 // VK_OEM_PERIOD (BE) Windows 2000/XP: For any country/region, the '.' key
967 // VK_OEM_2 (BF) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
969 // VK_OEM_3 (C0) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '`~' key
971 // VK_OEM_4 (DB) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '[{' key
973 // VK_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
975 // VK_OEM_6 (DD) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key
977 // VK_OEM_7 (DE) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key
981 // VK_OEM_102 (E2) Windows 2000/XP: Either the angle bracket key or the backslash key on the RT 102-key keyboard
982 // VK_PROCESSKEY (E5) Windows 95/98/Me, Windows NT 4.0, Windows 2000/XP: IME PROCESS key
983 // VK_PACKET (E7) Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The VK_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT,SendInput, WM_KEYDOWN, and WM_KEYUP