Overview
Attribute Summary
Inherited Attributes
Inherited Functions
Attributes
public static _0: KeyStroke
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
public static A: KeyStroke
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
public static ALT_GRAPH: KeyStroke
Constant for the AltGraph function key.
public static AT: KeyStroke
Constant for the "@" key.
public static BACK_SLASH: KeyStroke
Constant for the back slash key, "\"
public static BEGIN: KeyStroke
Constant for the Begin key.
public static CIRCUMFLEX: KeyStroke
Constant for the "^" key.
public static CLOSE_BRACKET: KeyStroke
Constant for the close bracket key, "]"
public static COLON: KeyStroke
Constant for the ":" key.
public static COMMA: KeyStroke
Constant for the comma key, ","
public static COMPOSE: KeyStroke
Constant for the Compose function key.
public static CONTEXT_MENU: KeyStroke
Constant for the Microsoft Windows Context Menu key.
public static DOLLAR: KeyStroke
Constant for the "$" key.
public static DOWN: KeyStroke
Constant for the non-numpad down arrow key.
public static EQUALS: KeyStroke
Constant for the equals key, "="
public static EURO_SIGN: KeyStroke
Constant for the Euro currency sign key.
public static EXCLAMATION_MARK: KeyStroke
Constant for the "!" key.
public static F1: KeyStroke
Constant for the F1 function key.
public static F10: KeyStroke
Constant for the F10 function key.
public static F11: KeyStroke
Constant for the F11 function key.
public static F12: KeyStroke
Constant for the F12 function key.
public static F14: KeyStroke
Constant for the F14 function key.
public static F15: KeyStroke
Constant for the F15 function key.
public static F16: KeyStroke
Constant for the F16 function key.
public static F17: KeyStroke
Constant for the F17 function key.
public static F18: KeyStroke
Constant for the F18 function key.
public static F19: KeyStroke
Constant for the F19 function key.
public static F2: KeyStroke
Constant for the F2 function key.
public static F20: KeyStroke
Constant for the F20 function key.
public static F21: KeyStroke
Constant for the F21 function key.
public static F22: KeyStroke
Constant for the F22 function key.
public static F23: KeyStroke
Constant for the F23 function key.
public static F24: KeyStroke
Constant for the F24 function key.
public static F3: KeyStroke
Constant for the F3 function key.
public static F4: KeyStroke
Constant for the F4 function key.
public static F5: KeyStroke
Constant for the F5 function key.
public static F6: KeyStroke
Constant for the F6 function key.
public static F7: KeyStroke
Constant for the F7 function key.
public static F8: KeyStroke
Constant for the F8 function key.
public static F9: KeyStroke
Constant for the F9 function key.
public static INVERTED_EXCLAMATION_MARK: KeyStroke
Constant for the inverted exclamation mark key.
public static KP_DOWN: KeyStroke
Constant for the numeric keypad down arrow key.
public static KP_LEFT: KeyStroke
Constant for the numeric keypad left arrow key.
public static KP_RIGHT: KeyStroke
Constant for the numeric keypad right arrow key.
public static KP_UP: KeyStroke
Constant for the numeric keypad up arrow key.
public static LEFT: KeyStroke
Constant for the non-numpad left arrow key.
public static LEFT_PARENTHESIS: KeyStroke
Constant for the "(" key.
public static MINUS: KeyStroke
Constant for the minus key, "-"
public static NUMBER_SIGN: KeyStroke
Constant for the "#" key.
public static OPEN_BRACKET: KeyStroke
Constant for the open bracket key, "["
public static PERIOD: KeyStroke
Constant for the period key, "."
public static PLUS: KeyStroke
Constant for the "+" key.
public static RIGHT: KeyStroke
Constant for the non-numpad right arrow key.
public static RIGHT_PARENTHESIS: KeyStroke
Constant for the ")" key.
public static SEMICOLON: KeyStroke
Constant for the semicolon key, ";"
public static SEPARATER: KeyStroke
This constant is obsolete, and is included only for backwards compatibility.
public static SEPARATOR: KeyStroke
Constant for the Numpad Separator key.
public static SLASH: KeyStroke
Constant for the forward slash key, "/"
public static UNDEFINED: KeyStroke
This value is used to indicate that the keyCode is unknown. KEY_TYPED events do not have a keyCode value; this value is used instead.
public static UNDERSCORE: KeyStroke
Constant for the "_" key.
public static UP: KeyStroke
Constant for the non-numpad up arrow key.
public static WINDOWS: KeyStroke
Constant for the Microsoft Windows "Windows" key. It is used for both the left and right version of the key.