Describes key codes.
The values correspond to values in the Document Object Model (DOM).
Enumeration members
public backspace: Key
Represents the BACKSPACE key.
public del: Key
Represents DELETE key.
public down: Key
Represents the DOWN ARROW key.
public end: Key
Represents the END key.
public enter: Key
Represents the ENTER key.
public esc: Key
Represents the ESC key.
public home: Key
Represents the HOME key.
public left: Key
Represents the LEFT ARROW key.
public pageDown: Key
Represents the PAGE DOWN key.
public pageUp: Key
Represents the PAGE UP key.
public right: Key
Represents the RIGHT ARROW key.
public space: Key
public tab: Key
public up: Key
Represents the UP ARROW key.