Table of Contents

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 = 2

Alt Key.

Back = 6

Back Key.

Control = 1

Control Key.

Delete = 7

Delete Key.

Down = 12

Down Key.

End = 10

End Key.

Enter = 3

Enter Key.

Escape = 4

Escape Key.

F1 = 17

F1 Key.

F10 = 26

F10 Key.

F11 = 27

F11 Key.

F12 = 28

F12 Key.

F2 = 18

F2 Key.

F3 = 19

F3 Key.

F4 = 20

F4 Key.

F5 = 21

F5 Key.

F6 = 22

F6 Key.

F7 = 23

F7 Key.

F8 = 24

F8 Key.

F9 = 25

F9 Key.

Home = 9

Home Key.

Insert = 8

Insert Key.

Left = 13

Left Key.

PageDown = 15

PageDown Key.

PageUp = 16

PageUp Key.

Right = 14

Right Key.

Shift = 0

Shift Key.

Tab = 5

Tab Key.

Up = 11

Up Key.