Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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).