added a few virtual key constants

svn path=/trunk/; revision=6558
This commit is contained in:
Thomas Bluemel 2003-11-07 16:23:35 +00:00
parent 0082ae8bd6
commit 31433cf91f

View file

@ -241,6 +241,61 @@ typedef struct _INPUT_RECORD
#define VK_LAUNCH_APP1 (182)
#define VK_LAUNCH_APP2 (183)
#define VK_PROCESSKEY (229)
#define VK_ICO_CLEAR (230)
/* Fujitsu/OASYS keys */
#define VK_OEM_FJ_JISHO (146) /* 'Dictionary' key */
#define VK_OEM_FJ_MASSHOU (147) /* 'Unregister word' key */
#define VK_OEM_FJ_TOUROKU (148) /* 'Register word' key */
#define VK_OEM_FJ_LOYA (149) /* 'Left OYAYUBI' key */
#define VK_OEM_FJ_ROYA (150) /* 'Right OYAYUBI' key */
/* Nokia/Ericsson keys */
#define VK_OEM_RESET (223)
#define VK_OEM_JUMP (234)
#define VK_OEM_PA1 (235)
#define VK_OEM_PA2 (236)
#define VK_OEM_PA3 (237)
#define VK_OEM_WSCTRL (238)
#define VK_OEM_CUSEL (239)
#define VK_OEM_ATTN (240)
#define VK_OEM_FINISH (241)
#define VK_OEM_COPY (242)
#define VK_OEM_AUTO (243)
#define VK_OEM_ENLW (244)
#define VK_OEM_BACKTAB (245)
#define VK_ATTN (246)
#define VK_CRSEL (247)
#define VK_EXSEL (248)
#define VK_EREOF (249)
#define VK_PLAY (250)
#define VK_ZOOM (251)
#define VK_NONAME (252)
#define VK_PA1 (253)
#define VK_OEM_CLEAR (254)
#define VK_OEM_NEC_EQUAL (146) /* = key on numpad */
#define VK_OEM_1 (186) /* ';:' for US */
#define VK_OEM_PLUS (187) /* '+' any country */
#define VK_OEM_COMMA (188) /* ',' any country */
#define VK_OEM_MINUS (189) /* '-' any country */
#define VK_OEM_PERIOD (190) /* '.' any country */
#define VK_OEM_2 (191) /* '/?' for US */
#define VK_OEM_3 (192) /* '`~' for US */
#define VK_OEM_4 (219) /* '[{' for US */
#define VK_OEM_5 (220) /* '\|' for US */
#define VK_OEM_6 (221) /* ']}' for US */
#define VK_OEM_7 (222) /* ''"' for US */
#define VK_OEM_8 (223)
#define VK_OEM_AX (225) /* AX key on Japanese AX keyboard */
#define VK_OEM_102 (226) /* <> or | on RT 102-key keyboard */
#define VK_ICO_HELP (227) /* Help key on ICO */
#define VK_ICO_00 (228) /* 00 key on ICO */
#endif /* !__USE_W32API */
#endif /* __INCLUDE_KEYBOARD_H */