Pacoteflash.ui
Classepublic final class Keyboard
HerançaKeyboard Inheritance Object

The Keyboard class is used to build an interface that can be controlled by a user with a standard keyboard. You can use the methods and properties of the Keyboard class without using a constructor. The properties of the Keyboard class are constants representing the keys that are most commonly used to control games.



Propriedades Públicas
 PropriedadeDefinido por
  capsLock : Boolean
[static] [read-only] Specifies whether the Caps Lock key is activated (true) or not (false).
Keyboard
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  numLock : Boolean
[static] [read-only] Specifies whether the Num Lock key is activated (true) or not (false).
Keyboard
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
  
[static] Specifies whether the last key pressed is accessible by other SWF files.
Keyboard
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
[static] Returns the key code constant associated with the first character of the string.
Keyboard
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  A : uint = 65
[static] Constant associated with the key code value for the A key (65).
Keyboard
  ALTERNATE : uint = 18
[static] Constant associated with the key code value for the Alternate (Option) key (18).
Keyboard
  B : uint = 66
[static] Constant associated with the key code value for the B key (66).
Keyboard
  BACKQUOTE : uint = 192
[static] Constant associated with the key code value for the ` key (192).
Keyboard
  BACKSLASH : uint = 220
[static] Constant associated with the key code value for the \ key (220).
Keyboard
  BACKSPACE : uint = 8
[static] Constant associated with the key code value for the Backspace key (8).
Keyboard
  C : uint = 67
[static] Constant associated with the key code value for the C key (67).
Keyboard
  CAPS_LOCK : uint = 20
[static] Constant associated with the key code value for the Caps Lock key (20).
Keyboard
  CharCodeStrings : Array
[static]
Keyboard
  COMMA : uint = 188
[static] Constant associated with the key code value for the , key (188).
Keyboard
  COMMAND : uint = 15
[static] Constant associated with the Mac command key (15).
Keyboard
  CONTROL : uint = 17
[static] Constant associated with the key code value for the Control key (17).
Keyboard
  D : uint = 68
[static] Constant associated with the key code value for the D key (68).
Keyboard
  DELETE : uint = 46
[static] Constant associated with the key code value for the Delete key (46).
Keyboard
  DOWN : uint = 40
[static] Constant associated with the key code value for the Down Arrow key (40).
Keyboard
  E : uint = 69
[static] Constant associated with the key code value for the E key (69).
Keyboard
  END : uint = 35
[static] Constant associated with the key code value for the End key (35).
Keyboard
  ENTER : uint = 13
[static] Constant associated with the key code value for the Enter key (13).
Keyboard
  EQUAL : uint = 187
[static] Constant associated with the key code value for the = key (187).
Keyboard
  ESCAPE : uint = 27
[static] Constant associated with the key code value for the Escape key (27).
Keyboard
  F : uint = 70
[static] Constant associated with the key code value for the F key (70).
Keyboard
  F1 : uint = 112
[static] Constant associated with the key code value for the F1 key (112).
Keyboard
  F10 : uint = 121
[static] Constant associated with the key code value for the F10 key (121).
Keyboard
  F11 : uint = 122
[static] Constant associated with the key code value for the F11 key (122).
Keyboard
  F12 : uint = 123
[static] Constant associated with the key code value for the F12 key (123).
Keyboard
  F13 : uint = 124
[static] Constant associated with the key code value for the F13 key (124).
Keyboard
  F14 : uint = 125
[static] Constant associated with the key code value for the F14 key (125).
Keyboard
  F15 : uint = 126
[static] Constant associated with the key code value for the F15 key (126).
Keyboard
  F2 : uint = 113
[static] Constant associated with the key code value for the F2 key (113).
Keyboard
  F3 : uint = 114
[static] Constant associated with the key code value for the F3 key (114).
Keyboard
  F4 : uint = 115
[static] Constant associated with the key code value for the F4 key (115).
Keyboard
  F5 : uint = 116
[static] Constant associated with the key code value for the F5 key (116).
Keyboard
  F6 : uint = 117
[static] Constant associated with the key code value for the F6 key (117).
Keyboard
  F7 : uint = 118
[static] Constant associated with the key code value for the F7 key (118).
Keyboard
  F8 : uint = 119
[static] Constant associated with the key code value for the F8 key (119).
Keyboard
  F9 : uint = 120
[static] Constant associated with the key code value for the F9 key (120).
Keyboard
  G : uint = 71
[static] Constant associated with the key code value for the G key (71).
Keyboard
  H : uint = 72
[static] Constant associated with the key code value for the H key (72).
Keyboard
  HOME : uint = 36
[static] Constant associated with the key code value for the Home key (36).
Keyboard
  I : uint = 73
[static] Constant associated with the key code value for the I key (73).
Keyboard
  INSERT : uint = 45
[static] Constant associated with the key code value for the Insert key (45).
Keyboard
  J : uint = 74
[static] Constant associated with the key code value for the J key (74).
Keyboard
  K : uint = 75
[static] Constant associated with the key code value for the K key (75).
Keyboard
  KEYNAME_BEGIN : String = "Begin"
[static]
Keyboard
  KEYNAME_BREAK : String = "Break"
[static]
Keyboard
  KEYNAME_CLEARDISPLAY : String = "ClrDsp"
[static]
Keyboard
  KEYNAME_CLEARLINE : String = "ClrLn"
[static]
Keyboard
  KEYNAME_DELETE : String = "Delete"
[static]
Keyboard
  KEYNAME_DELETECHAR : String = "DelChr"
[static]
Keyboard
  KEYNAME_DELETELINE : String = "DelLn"
[static]
Keyboard
  KEYNAME_DOWNARROW : String = "Down"
[static]
Keyboard
  KEYNAME_END : String = "End"
[static]
Keyboard
  KEYNAME_EXECUTE : String = "Exec"
[static]
Keyboard
  KEYNAME_F1 : String = "F1"
[static]
Keyboard
  KEYNAME_F10 : String = "F10"
[static]
Keyboard
  KEYNAME_F11 : String = "F11"
[static]
Keyboard
  KEYNAME_F12 : String = "F12"
[static]
Keyboard
  KEYNAME_F13 : String = "F13"
[static]
Keyboard
  KEYNAME_F14 : String = "F14"
[static]
Keyboard
  KEYNAME_F15 : String = "F15"
[static]
Keyboard
  KEYNAME_F16 : String = "F16"
[static]
Keyboard
  KEYNAME_F17 : String = "F17"
[static]
Keyboard
  KEYNAME_F18 : String = "F18"
[static]
Keyboard
  KEYNAME_F19 : String = "F19"
[static]
Keyboard
  KEYNAME_F2 : String = "F2"
[static]
Keyboard
  KEYNAME_F20 : String = "F20"
[static]
Keyboard
  KEYNAME_F21 : String = "F21"
[static]
Keyboard
  KEYNAME_F22 : String = "F22"
[static]
Keyboard
  KEYNAME_F23 : String = "F23"
[static]
Keyboard
  KEYNAME_F24 : String = "F24"
[static]
Keyboard
  KEYNAME_F25 : String = "F25"
[static]
Keyboard
  KEYNAME_F26 : String = "F26"
[static]
Keyboard
  KEYNAME_F27 : String = "F27"
[static]
Keyboard
  KEYNAME_F28 : String = "F28"
[static]
Keyboard
  KEYNAME_F29 : String = "F29"
[static]
Keyboard
  KEYNAME_F3 : String = "F3"
[static]
Keyboard
  KEYNAME_F30 : String = "F30"
[static]
Keyboard
  KEYNAME_F31 : String = "F31"
[static]
Keyboard
  KEYNAME_F32 : String = "F32"
[static]
Keyboard
  KEYNAME_F33 : String = "F33"
[static]
Keyboard
  KEYNAME_F34 : String = "F34"
[static]
Keyboard
  KEYNAME_F35 : String = "F35"
[static]
Keyboard
  KEYNAME_F4 : String = "F4"
[static]
Keyboard
  KEYNAME_F5 : String = "F5"
[static]
Keyboard
  KEYNAME_F6 : String = "F6"
[static]
Keyboard
  KEYNAME_F7 : String = "F7"
[static]
Keyboard
  KEYNAME_F8 : String = "F8"
[static]
Keyboard
  KEYNAME_F9 : String = "F9"
[static]
Keyboard
  KEYNAME_FIND : String = "Find"
[static]
Keyboard
  KEYNAME_HELP : String = "Help"
[static]
Keyboard
  KEYNAME_HOME : String = "Home"
[static]
Keyboard
  KEYNAME_INSERT : String = "Insert"
[static]
Keyboard
  KEYNAME_INSERTCHAR : String = "InsChr"
[static]
Keyboard
  KEYNAME_INSERTLINE : String = "InsLn"
[static]
Keyboard
  KEYNAME_LEFTARROW : String = "Left"
[static]
Keyboard
  KEYNAME_MENU : String = "Menu"
[static]
Keyboard
  KEYNAME_MODESWITCH : String = "ModeSw"
[static]
Keyboard
  KEYNAME_NEXT : String = "Next"
[static]
Keyboard
  KEYNAME_PAGEDOWN : String = "PgDn"
[static]
Keyboard
  KEYNAME_PAGEUP : String = "PgUp"
[static]
Keyboard
  KEYNAME_PAUSE : String = "Pause"
[static]
Keyboard
  KEYNAME_PREV : String = "Prev"
[static]
Keyboard
  KEYNAME_PRINT : String = "Print"
[static]
Keyboard
  KEYNAME_PRINTSCREEN : String = "PrntScrn"
[static]
Keyboard
  KEYNAME_REDO : String = "Redo"
[static]
Keyboard
  KEYNAME_RESET : String = "Reset"
[static]
Keyboard
  KEYNAME_RIGHTARROW : String = "Right"
[static]
Keyboard
  KEYNAME_SCROLLLOCK : String = "ScrlLck"
[static]
Keyboard
  KEYNAME_SELECT : String = "Select"
[static]
Keyboard
  KEYNAME_STOP : String = "Stop"
[static]
Keyboard
  KEYNAME_SYSREQ : String = "SysReq"
[static]
Keyboard
  KEYNAME_SYSTEM : String = "Sys"
[static]
Keyboard
  KEYNAME_UNDO : String = "Undo"
[static]
Keyboard
  KEYNAME_UPARROW : String = "Up"
[static]
Keyboard
  KEYNAME_USER : String = "User"
[static]
Keyboard
  L : uint = 76
[static] Constant associated with the key code value for the L key (76).
Keyboard
  LEFT : uint = 37
[static] Constant associated with the key code value for the Left Arrow key (37).
Keyboard
  LEFTBRACKET : uint = 219
[static] Constant associated with the key code value for the [ key (219).
Keyboard
  M : uint = 77
[static] Constant associated with the key code value for the M key (77).
Keyboard
  MINUS : uint = 189
[static] Constant associated with the key code value for the - key (189).
Keyboard
  N : uint = 78
[static] Constant associated with the key code value for the N key (78).
Keyboard
  NUMBER_0 : uint = 48
[static] Constant associated with the key code value for the 0 key (48).
Keyboard
  NUMBER_1 : uint = 49
[static] Constant associated with the key code value for the 1 key (49).
Keyboard
  NUMBER_2 : uint = 50
[static] Constant associated with the key code value for the 2 key (50).
Keyboard
  NUMBER_3 : uint = 51
[static] Constant associated with the key code value for the 3 key (51).
Keyboard
  NUMBER_4 : uint = 52
[static] Constant associated with the key code value for the 4 key (52).
Keyboard
  NUMBER_5 : uint = 53
[static] Constant associated with the key code value for the 5 key (53).
Keyboard
  NUMBER_6 : uint = 54
[static] Constant associated with the key code value for the 6 key (54).
Keyboard
  NUMBER_7 : uint = 55
[static] Constant associated with the key code value for the 7 key (55).
Keyboard
  NUMBER_8 : uint = 56
[static] Constant associated with the key code value for the 8 key (56).
Keyboard
  NUMBER_9 : uint = 57
[static] Constant associated with the key code value for the 9 key (57).
Keyboard
  NUMPAD : uint = 21
[static] Constant associated with the pseudo-key code for the the number pad (21).
Keyboard
  NUMPAD_0 : uint = 96
[static] Constant associated with the key code value for the number 0 key on the number pad (96).
Keyboard
  NUMPAD_1 : uint = 97
[static] Constant associated with the key code value for the number 1 key on the number pad (97).
Keyboard
  NUMPAD_2 : uint = 98
[static] Constant associated with the key code value for the number 2 key on the number pad (98).
Keyboard
  NUMPAD_3 : uint = 99
[static] Constant associated with the key code value for the number 3 key on the number pad (99).
Keyboard
  NUMPAD_4 : uint = 100
[static] Constant associated with the key code value for the number 4 key on the number pad (100).
Keyboard
  NUMPAD_5 : uint = 101
[static] Constant associated with the key code value for the number 5 key on the number pad (101).
Keyboard
  NUMPAD_6 : uint = 102
[static] Constant associated with the key code value for the number 6 key on the number pad (102).
Keyboard
  NUMPAD_7 : uint = 103
[static] Constant associated with the key code value for the number 7 key on the number pad (103).
Keyboard
  NUMPAD_8 : uint = 104
[static] Constant associated with the key code value for the number 8 key on the number pad (104).
Keyboard
  NUMPAD_9 : uint = 105
[static] Constant associated with the key code value for the number 9 key on the number pad (105).
Keyboard
  NUMPAD_ADD : uint = 107
[static] Constant associated with the key code value for the addition key on the number pad (107).
Keyboard
  NUMPAD_DECIMAL : uint = 110
[static] Constant associated with the key code value for the decimal key on the number pad (110).
Keyboard
  NUMPAD_DIVIDE : uint = 111
[static] Constant associated with the key code value for the division key on the number pad (111).
Keyboard
  NUMPAD_ENTER : uint = 108
[static] Constant associated with the key code value for the Enter key on the number pad (108).
Keyboard
  NUMPAD_MULTIPLY : uint = 106
[static] Constant associated with the key code value for the multiplication key on the number pad (106).
Keyboard
  NUMPAD_SUBTRACT : uint = 109
[static] Constant associated with the key code value for the subtraction key on the number pad (109).
Keyboard
  O : uint = 79
[static] Constant associated with the key code value for the O key (79).
Keyboard
  P : uint = 80
[static] Constant associated with the key code value for the P key (80).
Keyboard
  PAGE_DOWN : uint = 34
[static] Constant associated with the key code value for the Page Down key (34).
Keyboard
  PAGE_UP : uint = 33
[static] Constant associated with the key code value for the Page Up key (33).
Keyboard
  PERIOD : uint = 190
[static] Constant associated with the key code value for the .
Keyboard
  Q : uint = 81
[static] Constant associated with the key code value for the Q key (81).
Keyboard
  QUOTE : uint = 222
[static] Constant associated with the key code value for the ' key (222).
Keyboard
  R : uint = 82
[static] Constant associated with the key code value for the R key (82).
Keyboard
  RIGHT : uint = 39
[static] Constant associated with the key code value for the Right Arrow key (39).
Keyboard
  RIGHTBRACKET : uint = 221
[static] Constant associated with the key code value for the ] key (221).
Keyboard
  S : uint = 83
[static] Constant associated with the key code value for the S key (83).
Keyboard
  SEMICOLON : uint = 186
[static] Constant associated with the key code value for the ; key (186).
Keyboard
  SHIFT : uint = 16
[static] Constant associated with the key code value for the Shift key (16).
Keyboard
  SLASH : uint = 191
[static] Constant associated with the key code value for the / key (191).
Keyboard
  SPACE : uint = 32
[static] Constant associated with the key code value for the Spacebar (32).
Keyboard
  STRING_BEGIN : String = "?"
[static]
Keyboard
  STRING_BREAK : String = "?"
[static]
Keyboard
  STRING_CLEARDISPLAY : String = "?"
[static]
Keyboard
  STRING_CLEARLINE : String = "?"
[static]
Keyboard
  STRING_DELETE : String = "?"
[static]
Keyboard
  STRING_DELETECHAR : String = "?"
[static]
Keyboard
  STRING_DELETELINE : String = "?"
[static]
Keyboard
  STRING_DOWNARROW : String = "?"
[static]
Keyboard
  STRING_END : String = "?"
[static]
Keyboard
  STRING_EXECUTE : String = "?"
[static]
Keyboard
  STRING_F1 : String = "?"
[static]
Keyboard
  STRING_F10 : String = "?"
[static]
Keyboard
  STRING_F11 : String = "?"
[static]
Keyboard
  STRING_F12 : String = "?"
[static]
Keyboard
  STRING_F13 : String = "?"
[static]
Keyboard
  STRING_F14 : String = "?"
[static]
Keyboard
  STRING_F15 : String = "?"
[static]
Keyboard
  STRING_F16 : String = "?"
[static]
Keyboard
  STRING_F17 : String = "?"
[static]
Keyboard
  STRING_F18 : String = "?"
[static]
Keyboard
  STRING_F19 : String = "?"
[static]
Keyboard
  STRING_F2 : String = "?"
[static]
Keyboard
  STRING_F20 : String = "?"
[static]
Keyboard
  STRING_F21 : String = "?"
[static]
Keyboard
  STRING_F22 : String = "?"
[static]
Keyboard
  STRING_F23 : String = "?"
[static]
Keyboard
  STRING_F24 : String = "?"
[static]
Keyboard
  STRING_F25 : String = "?"
[static]
Keyboard
  STRING_F26 : String = "?"
[static]
Keyboard
  STRING_F27 : String = "?"
[static]
Keyboard
  STRING_F28 : String = "?"
[static]
Keyboard
  STRING_F29 : String = "?"
[static]
Keyboard
  STRING_F3 : String = "?"
[static]
Keyboard
  STRING_F30 : String = "?"
[static]
Keyboard
  STRING_F31 : String = "?"
[static]
Keyboard
  STRING_F32 : String = "?"
[static]
Keyboard
  STRING_F33 : String = "?"
[static]
Keyboard
  STRING_F34 : String = "?"
[static]
Keyboard
  STRING_F35 : String = "?"
[static]
Keyboard
  STRING_F4 : String = "?"
[static]
Keyboard
  STRING_F5 : String = "?"
[static]
Keyboard
  STRING_F6 : String = "?"
[static]
Keyboard
  STRING_F7 : String = "?"
[static]
Keyboard
  STRING_F8 : String = "?"
[static]
Keyboard
  STRING_F9 : String = "?"
[static]
Keyboard
  STRING_FIND : String = "?"
[static]
Keyboard
  STRING_HELP : String = "?"
[static]
Keyboard
  STRING_HOME : String = "?"
[static]
Keyboard
  STRING_INSERT : String = "?"
[static]
Keyboard
  STRING_INSERTCHAR : String = "?"
[static]
Keyboard
  STRING_INSERTLINE : String = "?"
[static]
Keyboard
  STRING_LEFTARROW : String = "?"
[static]
Keyboard
  STRING_MENU : String = "?"
[static]
Keyboard
  STRING_MODESWITCH : String = "?"
[static]
Keyboard
  STRING_NEXT : String = "?"
[static]
Keyboard
  STRING_PAGEDOWN : String = "?"
[static]
Keyboard
  STRING_PAGEUP : String = "?"
[static]
Keyboard
  STRING_PAUSE : String = "?"
[static]
Keyboard
  STRING_PREV : String = "?"
[static]
Keyboard
  STRING_PRINT : String = "?"
[static]
Keyboard
  STRING_PRINTSCREEN : String = "?"
[static]
Keyboard
  STRING_REDO : String = "?"
[static]
Keyboard
  STRING_RESET : String = "?"
[static]
Keyboard
  STRING_RIGHTARROW : String = "?"
[static]
Keyboard
  STRING_SCROLLLOCK : String = "?"
[static]
Keyboard
  STRING_SELECT : String = "?"
[static]
Keyboard
  STRING_STOP : String = "?"
[static]
Keyboard
  STRING_SYSREQ : String = "?"
[static]
Keyboard
  STRING_SYSTEM : String = "?"
[static]
Keyboard
  STRING_UNDO : String = "?"
[static]
Keyboard
  STRING_UPARROW : String = "?"
[static]
Keyboard
  STRING_USER : String = "?"
[static]
Keyboard
  T : uint = 84
[static] Constant associated with the key code value for the T key (84).
Keyboard
  TAB : uint = 9
[static] Constant associated with the key code value for the Tab key (9).
Keyboard
  U : uint = 85
[static] Constant associated with the key code value for the U key (85).
Keyboard
  UP : uint = 38
[static] Constant associated with the key code value for the Up Arrow key (38).
Keyboard
  V : uint = 86
[static] Constant associated with the key code value for the V key (86).
Keyboard
  W : uint = 87
[static] Constant associated with the key code value for the W key (87).
Keyboard
  X : uint = 88
[static] Constant associated with the key code value for the X key (88).
Keyboard
  Y : uint = 89
[static] Constant associated with the key code value for the Y key (89).
Keyboard
  Z : uint = 90
[static] Constant associated with the key code value for the Z key (90).
Keyboard
Detalhes da propriedade
capsLockpropriedade
capsLock:Boolean  [read-only]

Specifies whether the Caps Lock key is activated (true) or not (false).


Implementação
    public static function get capsLock():Boolean
numLockpropriedade 
numLock:Boolean  [read-only]

Specifies whether the Num Lock key is activated (true) or not (false).


Implementação
    public static function get numLock():Boolean
Detalhes do método
isAccessible()método
public static function isAccessible():Boolean

Specifies whether the last key pressed is accessible by other SWF files. By default, security restrictions prevent code from a SWF file in one domain from accessing a keystroke generated from a SWF file in another domain.

Retorna
Boolean — The value true if the last key pressed can be accessed. If access is not permitted, this method returns false.
keyCodeForCharacter()método 
public static function keyCodeForCharacter(character:String):uint

Returns the key code constant associated with the first character of the string.

Parâmetros

character:String

Retorna
uint
Detalhes da constante
AConstante
public static const A:uint = 65

Constant associated with the key code value for the A key (65).

ALTERNATEConstante 
public static const ALTERNATE:uint = 18

Constant associated with the key code value for the Alternate (Option) key (18).

BConstante 
public static const B:uint = 66

Constant associated with the key code value for the B key (66).

BACKQUOTEConstante 
public static const BACKQUOTE:uint = 192

Constant associated with the key code value for the ` key (192).

BACKSLASHConstante 
public static const BACKSLASH:uint = 220

Constant associated with the key code value for the \ key (220).

BACKSPACEConstante 
public static const BACKSPACE:uint = 8

Constant associated with the key code value for the Backspace key (8).

CConstante 
public static const C:uint = 67

Constant associated with the key code value for the C key (67).

CAPS_LOCKConstante 
public static const CAPS_LOCK:uint = 20

Constant associated with the key code value for the Caps Lock key (20).

CharCodeStringsConstante 
public static const CharCodeStrings:Array
COMMAConstante 
public static const COMMA:uint = 188

Constant associated with the key code value for the , key (188).

COMMANDConstante 
public static const COMMAND:uint = 15

Constant associated with the Mac command key (15). This constant is currently only used for setting menu key equivalents.

CONTROLConstante 
public static const CONTROL:uint = 17

Constant associated with the key code value for the Control key (17).

DConstante 
public static const D:uint = 68

Constant associated with the key code value for the D key (68).

DELETEConstante 
public static const DELETE:uint = 46

Constant associated with the key code value for the Delete key (46).

DOWNConstante 
public static const DOWN:uint = 40

Constant associated with the key code value for the Down Arrow key (40).

EConstante 
public static const E:uint = 69

Constant associated with the key code value for the E key (69).

ENDConstante 
public static const END:uint = 35

Constant associated with the key code value for the End key (35).

ENTERConstante 
public static const ENTER:uint = 13

Constant associated with the key code value for the Enter key (13).

EQUALConstante 
public static const EQUAL:uint = 187

Constant associated with the key code value for the = key (187).

ESCAPEConstante 
public static const ESCAPE:uint = 27

Constant associated with the key code value for the Escape key (27).

FConstante 
public static const F:uint = 70

Constant associated with the key code value for the F key (70).

F1Constante 
public static const F1:uint = 112

Constant associated with the key code value for the F1 key (112).

F10Constante 
public static const F10:uint = 121

Constant associated with the key code value for the F10 key (121).

F11Constante 
public static const F11:uint = 122

Constant associated with the key code value for the F11 key (122).

F12Constante 
public static const F12:uint = 123

Constant associated with the key code value for the F12 key (123).

F13Constante 
public static const F13:uint = 124

Constant associated with the key code value for the F13 key (124).

F14Constante 
public static const F14:uint = 125

Constant associated with the key code value for the F14 key (125).

F15Constante 
public static const F15:uint = 126

Constant associated with the key code value for the F15 key (126).

F2Constante 
public static const F2:uint = 113

Constant associated with the key code value for the F2 key (113).

F3Constante 
public static const F3:uint = 114

Constant associated with the key code value for the F3 key (114).

F4Constante 
public static const F4:uint = 115

Constant associated with the key code value for the F4 key (115).

F5Constante 
public static const F5:uint = 116

Constant associated with the key code value for the F5 key (116).

F6Constante 
public static const F6:uint = 117

Constant associated with the key code value for the F6 key (117).

F7Constante 
public static const F7:uint = 118

Constant associated with the key code value for the F7 key (118).

F8Constante 
public static const F8:uint = 119

Constant associated with the key code value for the F8 key (119).

F9Constante 
public static const F9:uint = 120

Constant associated with the key code value for the F9 key (120).

GConstante 
public static const G:uint = 71

Constant associated with the key code value for the G key (71).

HConstante 
public static const H:uint = 72

Constant associated with the key code value for the H key (72).

HOMEConstante 
public static const HOME:uint = 36

Constant associated with the key code value for the Home key (36).

IConstante 
public static const I:uint = 73

Constant associated with the key code value for the I key (73).

INSERTConstante 
public static const INSERT:uint = 45

Constant associated with the key code value for the Insert key (45).

JConstante 
public static const J:uint = 74

Constant associated with the key code value for the J key (74).

KConstante 
public static const K:uint = 75

Constant associated with the key code value for the K key (75).

KEYNAME_BEGINConstante 
public static const KEYNAME_BEGIN:String = "Begin"
KEYNAME_BREAKConstante 
public static const KEYNAME_BREAK:String = "Break"
KEYNAME_CLEARDISPLAYConstante 
public static const KEYNAME_CLEARDISPLAY:String = "ClrDsp"
KEYNAME_CLEARLINEConstante 
public static const KEYNAME_CLEARLINE:String = "ClrLn"
KEYNAME_DELETEConstante 
public static const KEYNAME_DELETE:String = "Delete"
KEYNAME_DELETECHARConstante 
public static const KEYNAME_DELETECHAR:String = "DelChr"
KEYNAME_DELETELINEConstante 
public static const KEYNAME_DELETELINE:String = "DelLn"
KEYNAME_DOWNARROWConstante 
public static const KEYNAME_DOWNARROW:String = "Down"
KEYNAME_ENDConstante 
public static const KEYNAME_END:String = "End"
KEYNAME_EXECUTEConstante 
public static const KEYNAME_EXECUTE:String = "Exec"
KEYNAME_F1Constante 
public static const KEYNAME_F1:String = "F1"
KEYNAME_F10Constante 
public static const KEYNAME_F10:String = "F10"
KEYNAME_F11Constante 
public static const KEYNAME_F11:String = "F11"
KEYNAME_F12Constante 
public static const KEYNAME_F12:String = "F12"
KEYNAME_F13Constante 
public static const KEYNAME_F13:String = "F13"
KEYNAME_F14Constante 
public static const KEYNAME_F14:String = "F14"
KEYNAME_F15Constante 
public static const KEYNAME_F15:String = "F15"
KEYNAME_F16Constante 
public static const KEYNAME_F16:String = "F16"
KEYNAME_F17Constante 
public static const KEYNAME_F17:String = "F17"
KEYNAME_F18Constante 
public static const KEYNAME_F18:String = "F18"
KEYNAME_F19Constante 
public static const KEYNAME_F19:String = "F19"
KEYNAME_F2Constante 
public static const KEYNAME_F2:String = "F2"
KEYNAME_F20Constante 
public static const KEYNAME_F20:String = "F20"
KEYNAME_F21Constante 
public static const KEYNAME_F21:String = "F21"
KEYNAME_F22Constante 
public static const KEYNAME_F22:String = "F22"
KEYNAME_F23Constante 
public static const KEYNAME_F23:String = "F23"
KEYNAME_F24Constante 
public static const KEYNAME_F24:String = "F24"
KEYNAME_F25Constante 
public static const KEYNAME_F25:String = "F25"
KEYNAME_F26Constante 
public static const KEYNAME_F26:String = "F26"
KEYNAME_F27Constante 
public static const KEYNAME_F27:String = "F27"
KEYNAME_F28Constante 
public static const KEYNAME_F28:String = "F28"
KEYNAME_F29Constante 
public static const KEYNAME_F29:String = "F29"
KEYNAME_F3Constante 
public static const KEYNAME_F3:String = "F3"
KEYNAME_F30Constante 
public static const KEYNAME_F30:String = "F30"
KEYNAME_F31Constante 
public static const KEYNAME_F31:String = "F31"
KEYNAME_F32Constante 
public static const KEYNAME_F32:String = "F32"
KEYNAME_F33Constante 
public static const KEYNAME_F33:String = "F33"
KEYNAME_F34Constante 
public static const KEYNAME_F34:String = "F34"
KEYNAME_F35Constante 
public static const KEYNAME_F35:String = "F35"
KEYNAME_F4Constante 
public static const KEYNAME_F4:String = "F4"
KEYNAME_F5Constante 
public static const KEYNAME_F5:String = "F5"
KEYNAME_F6Constante 
public static const KEYNAME_F6:String = "F6"
KEYNAME_F7Constante 
public static const KEYNAME_F7:String = "F7"
KEYNAME_F8Constante 
public static const KEYNAME_F8:String = "F8"
KEYNAME_F9Constante 
public static const KEYNAME_F9:String = "F9"
KEYNAME_FINDConstante 
public static const KEYNAME_FIND:String = "Find"
KEYNAME_HELPConstante 
public static const KEYNAME_HELP:String = "Help"
KEYNAME_HOMEConstante 
public static const KEYNAME_HOME:String = "Home"
KEYNAME_INSERTConstante 
public static const KEYNAME_INSERT:String = "Insert"
KEYNAME_INSERTCHARConstante 
public static const KEYNAME_INSERTCHAR:String = "InsChr"
KEYNAME_INSERTLINEConstante 
public static const KEYNAME_INSERTLINE:String = "InsLn"
KEYNAME_LEFTARROWConstante 
public static const KEYNAME_LEFTARROW:String = "Left"
KEYNAME_MENUConstante 
public static const KEYNAME_MENU:String = "Menu"
KEYNAME_MODESWITCHConstante 
public static const KEYNAME_MODESWITCH:String = "ModeSw"
KEYNAME_NEXTConstante 
public static const KEYNAME_NEXT:String = "Next"
KEYNAME_PAGEDOWNConstante 
public static const KEYNAME_PAGEDOWN:String = "PgDn"
KEYNAME_PAGEUPConstante 
public static const KEYNAME_PAGEUP:String = "PgUp"
KEYNAME_PAUSEConstante 
public static const KEYNAME_PAUSE:String = "Pause"
KEYNAME_PREVConstante 
public static const KEYNAME_PREV:String = "Prev"
KEYNAME_PRINTConstante 
public static const KEYNAME_PRINT:String = "Print"
KEYNAME_PRINTSCREENConstante 
public static const KEYNAME_PRINTSCREEN:String = "PrntScrn"
KEYNAME_REDOConstante 
public static const KEYNAME_REDO:String = "Redo"
KEYNAME_RESETConstante 
public static const KEYNAME_RESET:String = "Reset"
KEYNAME_RIGHTARROWConstante 
public static const KEYNAME_RIGHTARROW:String = "Right"
KEYNAME_SCROLLLOCKConstante 
public static const KEYNAME_SCROLLLOCK:String = "ScrlLck"
KEYNAME_SELECTConstante 
public static const KEYNAME_SELECT:String = "Select"
KEYNAME_STOPConstante 
public static const KEYNAME_STOP:String = "Stop"
KEYNAME_SYSREQConstante 
public static const KEYNAME_SYSREQ:String = "SysReq"
KEYNAME_SYSTEMConstante 
public static const KEYNAME_SYSTEM:String = "Sys"
KEYNAME_UNDOConstante 
public static const KEYNAME_UNDO:String = "Undo"
KEYNAME_UPARROWConstante 
public static const KEYNAME_UPARROW:String = "Up"
KEYNAME_USERConstante 
public static const KEYNAME_USER:String = "User"
LConstante 
public static const L:uint = 76

Constant associated with the key code value for the L key (76).

LEFTConstante 
public static const LEFT:uint = 37

Constant associated with the key code value for the Left Arrow key (37).

LEFTBRACKETConstante 
public static const LEFTBRACKET:uint = 219

Constant associated with the key code value for the [ key (219).

MConstante 
public static const M:uint = 77

Constant associated with the key code value for the M key (77).

MINUSConstante 
public static const MINUS:uint = 189

Constant associated with the key code value for the - key (189).

NConstante 
public static const N:uint = 78

Constant associated with the key code value for the N key (78).

NUMBER_0Constante 
public static const NUMBER_0:uint = 48

Constant associated with the key code value for the 0 key (48).

NUMBER_1Constante 
public static const NUMBER_1:uint = 49

Constant associated with the key code value for the 1 key (49).

NUMBER_2Constante 
public static const NUMBER_2:uint = 50

Constant associated with the key code value for the 2 key (50).

NUMBER_3Constante 
public static const NUMBER_3:uint = 51

Constant associated with the key code value for the 3 key (51).

NUMBER_4Constante 
public static const NUMBER_4:uint = 52

Constant associated with the key code value for the 4 key (52).

NUMBER_5Constante 
public static const NUMBER_5:uint = 53

Constant associated with the key code value for the 5 key (53).

NUMBER_6Constante 
public static const NUMBER_6:uint = 54

Constant associated with the key code value for the 6 key (54).

NUMBER_7Constante 
public static const NUMBER_7:uint = 55

Constant associated with the key code value for the 7 key (55).

NUMBER_8Constante 
public static const NUMBER_8:uint = 56

Constant associated with the key code value for the 8 key (56).

NUMBER_9Constante 
public static const NUMBER_9:uint = 57

Constant associated with the key code value for the 9 key (57).

NUMPADConstante 
public static const NUMPAD:uint = 21

Constant associated with the pseudo-key code for the the number pad (21). Use to set numpad modifier on key equivalents

NUMPAD_0Constante 
public static const NUMPAD_0:uint = 96

Constant associated with the key code value for the number 0 key on the number pad (96).

NUMPAD_1Constante 
public static const NUMPAD_1:uint = 97

Constant associated with the key code value for the number 1 key on the number pad (97).

NUMPAD_2Constante 
public static const NUMPAD_2:uint = 98

Constant associated with the key code value for the number 2 key on the number pad (98).

NUMPAD_3Constante 
public static const NUMPAD_3:uint = 99

Constant associated with the key code value for the number 3 key on the number pad (99).

NUMPAD_4Constante 
public static const NUMPAD_4:uint = 100

Constant associated with the key code value for the number 4 key on the number pad (100).

NUMPAD_5Constante 
public static const NUMPAD_5:uint = 101

Constant associated with the key code value for the number 5 key on the number pad (101).

NUMPAD_6Constante 
public static const NUMPAD_6:uint = 102

Constant associated with the key code value for the number 6 key on the number pad (102).

NUMPAD_7Constante 
public static const NUMPAD_7:uint = 103

Constant associated with the key code value for the number 7 key on the number pad (103).

NUMPAD_8Constante 
public static const NUMPAD_8:uint = 104

Constant associated with the key code value for the number 8 key on the number pad (104).

NUMPAD_9Constante 
public static const NUMPAD_9:uint = 105

Constant associated with the key code value for the number 9 key on the number pad (105).

NUMPAD_ADDConstante 
public static const NUMPAD_ADD:uint = 107

Constant associated with the key code value for the addition key on the number pad (107).

NUMPAD_DECIMALConstante 
public static const NUMPAD_DECIMAL:uint = 110

Constant associated with the key code value for the decimal key on the number pad (110).

NUMPAD_DIVIDEConstante 
public static const NUMPAD_DIVIDE:uint = 111

Constant associated with the key code value for the division key on the number pad (111).

NUMPAD_ENTERConstante 
public static const NUMPAD_ENTER:uint = 108

Constant associated with the key code value for the Enter key on the number pad (108).

NUMPAD_MULTIPLYConstante 
public static const NUMPAD_MULTIPLY:uint = 106

Constant associated with the key code value for the multiplication key on the number pad (106).

NUMPAD_SUBTRACTConstante 
public static const NUMPAD_SUBTRACT:uint = 109

Constant associated with the key code value for the subtraction key on the number pad (109).

OConstante 
public static const O:uint = 79

Constant associated with the key code value for the O key (79).

PConstante 
public static const P:uint = 80

Constant associated with the key code value for the P key (80).

PAGE_DOWNConstante 
public static const PAGE_DOWN:uint = 34

Constant associated with the key code value for the Page Down key (34).

PAGE_UPConstante 
public static const PAGE_UP:uint = 33

Constant associated with the key code value for the Page Up key (33).

PERIODConstante 
public static const PERIOD:uint = 190

Constant associated with the key code value for the . key (190).

QConstante 
public static const Q:uint = 81

Constant associated with the key code value for the Q key (81).

QUOTEConstante 
public static const QUOTE:uint = 222

Constant associated with the key code value for the ' key (222).

RConstante 
public static const R:uint = 82

Constant associated with the key code value for the R key (82).

RIGHTConstante 
public static const RIGHT:uint = 39

Constant associated with the key code value for the Right Arrow key (39).

RIGHTBRACKETConstante 
public static const RIGHTBRACKET:uint = 221

Constant associated with the key code value for the ] key (221).

SConstante 
public static const S:uint = 83

Constant associated with the key code value for the S key (83).

SEMICOLONConstante 
public static const SEMICOLON:uint = 186

Constant associated with the key code value for the ; key (186).

SHIFTConstante 
public static const SHIFT:uint = 16

Constant associated with the key code value for the Shift key (16).

SLASHConstante 
public static const SLASH:uint = 191

Constant associated with the key code value for the / key (191).

SPACEConstante 
public static const SPACE:uint = 32

Constant associated with the key code value for the Spacebar (32).

STRING_BEGINConstante 
public static const STRING_BEGIN:String = "?"
STRING_BREAKConstante 
public static const STRING_BREAK:String = "?"
STRING_CLEARDISPLAYConstante 
public static const STRING_CLEARDISPLAY:String = "?"
STRING_CLEARLINEConstante 
public static const STRING_CLEARLINE:String = "?"
STRING_DELETEConstante 
public static const STRING_DELETE:String = "?"
STRING_DELETECHARConstante 
public static const STRING_DELETECHAR:String = "?"
STRING_DELETELINEConstante 
public static const STRING_DELETELINE:String = "?"
STRING_DOWNARROWConstante 
public static const STRING_DOWNARROW:String = "?"
STRING_ENDConstante 
public static const STRING_END:String = "?"
STRING_EXECUTEConstante 
public static const STRING_EXECUTE:String = "?"
STRING_F1Constante 
public static const STRING_F1:String = "?"
STRING_F10Constante 
public static const STRING_F10:String = "?"
STRING_F11Constante 
public static const STRING_F11:String = "?"
STRING_F12Constante 
public static const STRING_F12:String = "?"
STRING_F13Constante 
public static const STRING_F13:String = "?"
STRING_F14Constante 
public static const STRING_F14:String = "?"
STRING_F15Constante 
public static const STRING_F15:String = "?"
STRING_F16Constante 
public static const STRING_F16:String = "?"
STRING_F17Constante 
public static const STRING_F17:String = "?"
STRING_F18Constante 
public static const STRING_F18:String = "?"
STRING_F19Constante 
public static const STRING_F19:String = "?"
STRING_F2Constante 
public static const STRING_F2:String = "?"
STRING_F20Constante 
public static const STRING_F20:String = "?"
STRING_F21Constante 
public static const STRING_F21:String = "?"
STRING_F22Constante 
public static const STRING_F22:String = "?"
STRING_F23Constante 
public static const STRING_F23:String = "?"
STRING_F24Constante 
public static const STRING_F24:String = "?"
STRING_F25Constante 
public static const STRING_F25:String = "?"
STRING_F26Constante 
public static const STRING_F26:String = "?"
STRING_F27Constante 
public static const STRING_F27:String = "?"
STRING_F28Constante 
public static const STRING_F28:String = "?"
STRING_F29Constante 
public static const STRING_F29:String = "?"
STRING_F3Constante 
public static const STRING_F3:String = "?"
STRING_F30Constante 
public static const STRING_F30:String = "?"
STRING_F31Constante 
public static const STRING_F31:String = "?"
STRING_F32Constante 
public static const STRING_F32:String = "?"
STRING_F33Constante 
public static const STRING_F33:String = "?"
STRING_F34Constante 
public static const STRING_F34:String = "?"
STRING_F35Constante 
public static const STRING_F35:String = "?"
STRING_F4Constante 
public static const STRING_F4:String = "?"
STRING_F5Constante 
public static const STRING_F5:String = "?"
STRING_F6Constante 
public static const STRING_F6:String = "?"
STRING_F7Constante 
public static const STRING_F7:String = "?"
STRING_F8Constante 
public static const STRING_F8:String = "?"
STRING_F9Constante 
public static const STRING_F9:String = "?"
STRING_FINDConstante 
public static const STRING_FIND:String = "?"
STRING_HELPConstante 
public static const STRING_HELP:String = "?"
STRING_HOMEConstante 
public static const STRING_HOME:String = "?"
STRING_INSERTConstante 
public static const STRING_INSERT:String = "?"
STRING_INSERTCHARConstante 
public static const STRING_INSERTCHAR:String = "?"
STRING_INSERTLINEConstante 
public static const STRING_INSERTLINE:String = "?"
STRING_LEFTARROWConstante 
public static const STRING_LEFTARROW:String = "?"
STRING_MENUConstante 
public static const STRING_MENU:String = "?"
STRING_MODESWITCHConstante 
public static const STRING_MODESWITCH:String = "?"
STRING_NEXTConstante 
public static const STRING_NEXT:String = "?"
STRING_PAGEDOWNConstante 
public static const STRING_PAGEDOWN:String = "?"
STRING_PAGEUPConstante 
public static const STRING_PAGEUP:String = "?"
STRING_PAUSEConstante 
public static const STRING_PAUSE:String = "?"
STRING_PREVConstante 
public static const STRING_PREV:String = "?"
STRING_PRINTConstante 
public static const STRING_PRINT:String = "?"
STRING_PRINTSCREENConstante 
public static const STRING_PRINTSCREEN:String = "?"
STRING_REDOConstante 
public static const STRING_REDO:String = "?"
STRING_RESETConstante 
public static const STRING_RESET:String = "?"
STRING_RIGHTARROWConstante 
public static const STRING_RIGHTARROW:String = "?"
STRING_SCROLLLOCKConstante 
public static const STRING_SCROLLLOCK:String = "?"
STRING_SELECTConstante 
public static const STRING_SELECT:String = "?"
STRING_STOPConstante 
public static const STRING_STOP:String = "?"
STRING_SYSREQConstante 
public static const STRING_SYSREQ:String = "?"
STRING_SYSTEMConstante 
public static const STRING_SYSTEM:String = "?"
STRING_UNDOConstante 
public static const STRING_UNDO:String = "?"
STRING_UPARROWConstante 
public static const STRING_UPARROW:String = "?"
STRING_USERConstante 
public static const STRING_USER:String = "?"
TConstante 
public static const T:uint = 84

Constant associated with the key code value for the T key (84).

TABConstante 
public static const TAB:uint = 9

Constant associated with the key code value for the Tab key (9).

UConstante 
public static const U:uint = 85

Constant associated with the key code value for the U key (85).

UPConstante 
public static const UP:uint = 38

Constant associated with the key code value for the Up Arrow key (38).

VConstante 
public static const V:uint = 86

Constant associated with the key code value for the V key (86).

WConstante 
public static const W:uint = 87

Constant associated with the key code value for the W key (87).

XConstante 
public static const X:uint = 88

Constant associated with the key code value for the X key (88).

YConstante 
public static const Y:uint = 89

Constant associated with the key code value for the Y key (89).

ZConstante 
public static const Z:uint = 90

Constant associated with the key code value for the Z key (90).