Enum KKey
Virtual-key codes.
public enum KKey : byte
Remarks
The values are the same as the native VK_ constants. Also the same as in the System.Windows.Forms.Keys enum, but not as in the WPF Key enum.
Rare and obsolete keys are not included. You can use Keys like (KKey)Keys.Attn
or VK_ constant values like (KKey)200
.
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
A | |
Add | The numpad |
Alt | |
Apps | The |
B | |
Back | |
Break |
|
BrowserBack | |
BrowserFavorites | |
BrowserForward | |
BrowserHome | |
BrowserRefresh | |
BrowserSearch | |
BrowserStop | |
C | |
CapsLock | |
Clear |
|
Ctrl | |
D | |
D0 | The 0 |
D1 | The 1 |
D2 | The 2 |
D3 | The 3 |
D4 | The 4 |
D5 | The 5 |
D6 | The 6 |
D7 | The 7 |
D8 | The 8 |
D9 | The 9 |
Decimal | The numpad |
Delete | |
Divide | The numpad |
Down | |
E | |
End | |
Enter | |
Escape | |
F | |
F1 | |
F10 | |
F11 | |
F12 | |
F13 | |
F14 | |
F15 | |
F16 | |
F17 | |
F18 | |
F19 | |
F2 | |
F20 | |
F21 | |
F22 | |
F23 | |
F24 | |
F3 | |
F4 | |
F5 | |
F6 | |
F7 | |
F8 | |
F9 | |
G | |
H | |
Home | |
I | |
IMEAccept | |
IMEConvert | |
IMEFinalMode | |
IMEHangulMode | |
IMEHanjaMode | |
IMEJunjaMode | |
IMEKanaMode | |
IMEKanjiMode | |
IMEModeChange | |
IMENonconvert | |
IMEProcessKey | |
Insert | |
J | |
K | |
L | |
LAlt | The left |
LCtrl | The left |
LShift | The left |
LaunchApp1 | |
LaunchApp2 | |
LaunchMail | |
LaunchMediaSelect | |
Left | |
M | |
MediaNextTrack | |
MediaPlayPause | |
MediaPrevTrack | |
MediaStop | |
MouseLeft | |
MouseMiddle | |
MouseRight | |
MouseX1 | |
MouseX2 | |
Multiply | The numpad |
N | |
NumLock | |
NumPad0 | |
NumPad1 | |
NumPad2 | |
NumPad3 | |
NumPad4 | |
NumPad5 | |
NumPad6 | |
NumPad7 | |
NumPad8 | |
NumPad9 | |
O | |
OemCloseBrackets | |
OemComma | |
OemMinus | |
OemOpenBrackets | |
OemPeriod | |
OemPipe | |
OemPlus | |
OemQuestion | |
OemQuotes | |
OemSemicolon | |
OemTilde | |
P | |
Packet | VK_PACKET. Not a key. |
PageDown | |
PageUp | |
Pause | |
PrintScreen | |
Q | |
R | |
RAlt | The right |
RCtrl | The right |
RShift | The right |
RWin | The right |
Right | |
S | |
ScrollLock | |
Shift | |
Sleep | |
Space | |
Subtract | The numpad |
T | |
Tab | |
U | |
Up | |
V | |
VolumeDown | |
VolumeMute | |
VolumeUp | |
W | |
Win | The left |
X | |
Y | |
Z |