Download Naurtech Web Browser Programming Guide

Transcript
Appendix 3 - Virtual Key Codes
This appendix contains a list of Windows CE Virtual Key Codes (VK) which are
used with the OnKey META tag.
Notice that there is no case distinction of the alphabetic keys. Also, note that the
symbols on the tops of the digit keys are not listed because they are a shift state
of the digit keys.
Symbolic Name Hexadecimal
Value
Keyboard Equivalent
VK_BACK
VK_TAB
VK_CLEAR
VK_RETURN
VK_SHIFT
VK_CONTROL
VK_MENU
VK_PAUSE
VK_CAPITAL
VK_ESCAPE
VK_SPACE
VK_PRIOR
VK_NEXT
VK_END
VK_HOME
VK_LEFT
VK_UP
VK_RIGHT
VK_DOWN
VK_SELECT
VK_EXECUTE
VK_SNAPSHOT
VK_INSERT
VK_DELETE
VK_HELP
08
09
0C
0D
10
11
12
13
14
1B
20
21
22
23
24
25
26
27
28
29
2B
2C
2D
2E
2F
BACKSPACE key
TAB key
CLEAR key
ENTER key
SHIFT key
CTRL key
ALT key
PAUSE key
CAPS LOCK key
ESC key
SPACEBAR
PAGE UP key
PAGE DOWN key
END key
HOME key
LEFT ARROW key
UP ARROW key
RIGHT ARROW key
DOWN ARROW key
SELECT key
EXECUTE key
PRINT SCREEN key
INS key
DEL key
HELP key
VK_0
VK_1
30
31
0 key
1 key