Enum KeyboardKeys
- Namespace
- GroupeIsa.Neos.EndToEndTests.UI.Devices
- Assembly
- GroupeIsa.Neos.EndToEndTests.UI.dll
Specifies the keys of a keyboard.
public enum KeyboardKeys
Fields
Alt = 2Alt Key.
Back = 6Back Key.
Control = 1Control Key.
Delete = 7Delete Key.
Down = 12Down Key.
End = 10End Key.
Enter = 3Enter Key.
Escape = 4Escape Key.
F1 = 17F1 Key.
F10 = 26F10 Key.
F11 = 27F11 Key.
F12 = 28F12 Key.
F2 = 18F2 Key.
F3 = 19F3 Key.
F4 = 20F4 Key.
F5 = 21F5 Key.
F6 = 22F6 Key.
F7 = 23F7 Key.
F8 = 24F8 Key.
F9 = 25F9 Key.
Home = 9Home Key.
Insert = 8Insert Key.
Left = 13Left Key.
PageDown = 15PageDown Key.
PageUp = 16PageUp Key.
Right = 14Right Key.
Shift = 0Shift Key.
Tab = 5Tab Key.
Up = 11Up Key.