Sys.UI.Key Enumeration

Describes key codes.

Namespace: Sys.UI

Inherits: None

var a = Sys.UI.Key.backspace;

Members

Member name

Description

backspace

Represents the BACKSPACE key.

tab

Represents the TAB key.

enter

Represents the ENTER key.

esc

Represents the ESC key.

space

Represents the SPACEBAR key.

pageUp

Represents the PAGE UP key.

pageDown

Represents the PAGE DOWN key.

end

Represents the END key.

home

Represents the HOME key.

left

Represents the LEFT ARROW key.

up

Represents the UP ARROW key.

right

Represents the RIGHT ARROW key.

down

Represents the DOWN ARROW key.

del

Represents DELETE key.

Remarks

The values correspond to values in the Document Object Model (DOM).

See Also

Reference

new Operator

Other Resources

Language Reference