Adobe® AIR® API Reference for HTML Developers
Home  |  Show Classes List |  Index  |  Appendixes

Language Reference only       
Keyboard 
3D:
Context3D
Context3DBlendFactor
Context3DClearMask
Context3DCompareMode
Context3DProgramType
Context3DRenderMode
Context3DStencilAction
Context3DTextureFormat
Context3DTriangleFace
Context3DVertexBufferFormat
CubeTexture
IndexBuffer3D
Program3D
Stage3D
Texture
VertexBuffer3D
Air.net:
ServiceMonitor
SocketMonitor
URLMonitor
Air.update:
ApplicationUpdater
ApplicationUpdaterUI
DownloadErrorEvent
StatusFileUpdateErrorEvent
StatusFileUpdateEvent
StatusUpdateErrorEvent
StatusUpdateEvent
UpdateEvent
Data:
EncryptedLocalStore
SQLCollationType
SQLColumnNameStyle
SQLColumnSchema
SQLConnection
SQLError
SQLErrorEvent
SQLErrorOperation
SQLEvent
SQLIndexSchema
SQLMode
SQLResult
SQLSchema
SQLSchemaResult
SQLStatement
SQLTableSchema
SQLTransactionLockType
SQLTriggerSchema
SQLUpdateEvent
SQLViewSchema
Desktop:
Clipboard
ClipboardFormats
ClipboardTransferMode
DockIcon
Icon
InteractiveIcon
NativeApplication
NativeProcess
NativeProcessStartupInfo
NotificationType
SystemTrayIcon
Display:
BitmapData
NativeMenu
NativeMenuItem
Screen
Stage
StageDisplayState
StageQuality
Events:
ActivityEvent
AsyncErrorEvent
BrowserInvokeEvent
DataEvent
DatagramSocketDataEvent
DNSResolverEvent
DRMAuthenticateEvent
DRMStatusEvent
ErrorEvent
Event
EventDispatcher
FileListEvent
HTTPStatusEvent
InvokeEvent
InvokeEventReason
IOErrorEvent
LocationChangeEvent
MouseEvent
NativeProcessExitEvent
NetDataEvent
NetMonitorEvent
NetStatusEvent
OutputProgressEvent
ProgressEvent
SampleDataEvent
SecurityErrorEvent
ServerSocketConnectEvent
StatusEvent
StorageVolumeChangeEvent
TimerEvent
UncaughtErrorEvent
UncaughtErrorEvents
File:
File
FileMode
FileStream
StorageVolume
StorageVolumeInfo
Functions:
trace()
generateRandomBytes()
navigateToURL()
sendToURL()
Geom:
Matrix
Point
Rectangle
Media:
AudioDecoder
AudioPlaybackMode
H264Level
H264Profile
H264VideoStreamSettings
ID3Info
InputMediaStream
Microphone
MicrophoneEnhancedMode
MicrophoneEnhancedOptions
Sound
SoundChannel
SoundCodec
SoundLoaderContext
SoundMixer
SoundTransform
VideoCodec
VideoStatus
VideoStreamSettings
Native window:
NativeWindow
NativeWindowBoundsEvent
NativeWindowDisplayState
NativeWindowDisplayStateEvent
NativeWindowInitOptions
NativeWindowRenderMode
NativeWindowResize
NativeWindowSystemChrome
NativeWindowType
Net:
AAAARecord
ARecord
CertificateStatus
DatagramSocket
DNSResolver
FileFilter
InterfaceAddress
IPVersion
LocalConnection
MXRecord
NetConnection
NetMonitor
NetStreamAppendBytesAction
NetStreamMulticastInfo
NetworkInfo
NetworkInterface
ObjectEncoding
PTRRecord
ResourceRecord
Responder
SecureSocket
ServerSocket
SharedObject
SharedObjectFlushStatus
Socket
SRVRecord
URLLoader
URLLoaderDataFormat
URLRequest
URLRequestDefaults
URLRequestHeader
URLRequestMethod
URLStream
URLVariables
XMLSocket
Security:
ReferencesValidationSetting
RevocationCheckSettings
SignatureStatus
SignerTrustSettings
X500DistinguishedName
X509Certificate
XMLSignatureValidator
System:
Capabilities
Security
System
Updater
Ui:
Keyboard
KeyboardType
KeyLocation
Mouse
MouseCursorData
Utils:
Vector
ByteArray
Collator
CollatorMode
CompressionAlgorithm
CurrencyFormatter
CurrencyParseResult
DateTimeFormatter
DateTimeNameContext
DateTimeNameStyle
DateTimeStyle
Endian
HTMLLoader
HTMLPDFCapability
LastOperationStatus
LocaleID
NationalDigitsType
NumberFormatter
NumberParseResult
StringTools
Timer
window.runtime propertywindow.runtime.flash.ui.Keyboard
InheritanceKeyboard Inheritance Object

Runtime Versions: AIR 1.0,

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.



Properties
 PropertyDefined By
  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
  hasVirtualKeyboard : Boolean
[static] [read-only] Indicates whether the computer or device provides a virtual keyboard.
Keyboard
  numLock : Boolean
[static] [read-only] Specifies whether the Num Lock key is activated (true) or not (false).
Keyboard
  physicalKeyboardType : String
[static] [read-only] Indicates the type of physical keyboard provided by the computer or device, if any.
Keyboard
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
hasOwnProperty(name:String):Boolean
Indicates whether an object has a specified property defined.
Object
  
isAccessible():Boolean
[static] Specifies whether the last key pressed is accessible by other SWF files.
Keyboard
 Inherited
isPrototypeOf(theClass:Object):Boolean
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
propertyIsEnumerable(name:String):Boolean
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
toLocaleString():String
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
toString():String
Returns the string representation of the specified object.
Object
 Inherited
valueOf():Object
Returns the primitive value of the specified object.
Object
Constants
 ConstantDefined By
  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
  AUDIO : uint = 0x01000017
[static] Select the audio mode
Keyboard
  B : uint = 66
[static] Constant associated with the key code value for the B key (66).
Keyboard
  BACK : uint = 0x01000016
[static] Return to previous page in application
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
  BLUE : uint = 0x01000003
[static] Blue function key button
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
  CHANNEL_DOWN : uint = 0x01000005
[static] Channel down
Keyboard
  CHANNEL_UP : uint = 0x01000004
[static] Channel up
Keyboard
  CharCodeStrings : Array
[static] An array containing all the defined key name constants.
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
  DVR : uint = 0x01000019
[static] Engage DVR application mode
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
  EXIT : uint = 0x01000015
[static] Exits current application mode
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
  FAST_FORWARD : uint = 0x0100000A
[static] Engage fast-forward transport mode
Keyboard
  G : uint = 71
[static] Constant associated with the key code value for the G key (71).
Keyboard
  GREEN : uint = 0x01000001
[static] Green function key button
Keyboard
  GUIDE : uint = 0x01000014
[static] Engage program guide
Keyboard
  H : uint = 72
[static] Constant associated with the key code value for the H key (72).
Keyboard
  HELP : uint = 0x0100001D
[static] Engage help application or context-sensitive help
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
  INFO : uint = 0x01000013
[static] Info button
Keyboard
  INPUT : uint = 0x0100001B
[static] Cycle input
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] The Begin key
Keyboard
  KEYNAME_BREAK : String = "Break"
[static] The Break key
Keyboard
  KEYNAME_CLEARDISPLAY : String = "ClrDsp"
[static] The Clear Display key
Keyboard
  KEYNAME_CLEARLINE : String = "ClrLn"
[static] The Clear Line key
Keyboard
  KEYNAME_DELETE : String = "Delete"
[static] The Delete key
Keyboard
  KEYNAME_DELETECHAR : String = "DelChr"
[static] The Delete Character key
Keyboard
  KEYNAME_DELETELINE : String = "DelLn"
[static] The Delete Line key
Keyboard
  KEYNAME_DOWNARROW : String = "Down"
[static] The down arrow
Keyboard
  KEYNAME_END : String = "End"
[static] The End key
Keyboard
  KEYNAME_EXECUTE : String = "Exec"
[static] The Execute key
Keyboard
  KEYNAME_F1 : String = "F1"
[static] The F1 key
Keyboard
  KEYNAME_F10 : String = "F10"
[static] The F10 key
Keyboard
  KEYNAME_F11 : String = "F11"
[static] The F11 key
Keyboard
  KEYNAME_F12 : String = "F12"
[static] The F12 key
Keyboard
  KEYNAME_F13 : String = "F13"
[static] The F13 key
Keyboard
  KEYNAME_F14 : String = "F14"
[static] The F14 key
Keyboard
  KEYNAME_F15 : String = "F15"
[static] The F15 key
Keyboard
  KEYNAME_F16 : String = "F16"
[static] The F16 key
Keyboard
  KEYNAME_F17 : String = "F17"
[static] The F17 key
Keyboard
  KEYNAME_F18 : String = "F18"
[static] The F18 key
Keyboard
  KEYNAME_F19 : String = "F19"
[static] The F19 key
Keyboard
  KEYNAME_F2 : String = "F2"
[static] The F2 key
Keyboard
  KEYNAME_F20 : String = "F20"
[static] The F20 key
Keyboard
  KEYNAME_F21 : String = "F21"
[static] The F21 key
Keyboard
  KEYNAME_F22 : String = "F22"
[static] The F22 key
Keyboard
  KEYNAME_F23 : String = "F23"
[static] The F23 key
Keyboard
  KEYNAME_F24 : String = "F24"
[static] The F24 key
Keyboard
  KEYNAME_F25 : String = "F25"
[static] The F25 key
Keyboard
  KEYNAME_F26 : String = "F26"
[static] The F26 key
Keyboard
  KEYNAME_F27 : String = "F27"
[static] The F27 key
Keyboard
  KEYNAME_F28 : String = "F28"
[static] The F28 key
Keyboard
  KEYNAME_F29 : String = "F29"
[static] The F29 key
Keyboard
  KEYNAME_F3 : String = "F3"
[static] The F3 key
Keyboard
  KEYNAME_F30 : String = "F30"
[static]
Keyboard
  KEYNAME_F31 : String = "F31"
[static] The F31 key
Keyboard
  KEYNAME_F32 : String = "F32"
[static] The F32 key
Keyboard
  KEYNAME_F33 : String = "F33"
[static] The F33 key
Keyboard
  KEYNAME_F34 : String = "F34"
[static] The F34 key
Keyboard
  KEYNAME_F35 : String = "F35"
[static] The F35 key
Keyboard
  KEYNAME_F4 : String = "F4"
[static] The F4 key
Keyboard
  KEYNAME_F5 : String = "F5"
[static] The F5 key
Keyboard
  KEYNAME_F6 : String = "F6"
[static] The F6 key
Keyboard
  KEYNAME_F7 : String = "F7"
[static] The F7 key
Keyboard
  KEYNAME_F8 : String = "F8"
[static] The F8 key
Keyboard
  KEYNAME_F9 : String = "F9"
[static] The F9 key
Keyboard
  KEYNAME_FIND : String = "Find"
[static] The Find key
Keyboard
  KEYNAME_HELP : String = "Help"
[static] The Help key
Keyboard
  KEYNAME_HOME : String = "Home"
[static] The Home key
Keyboard
  KEYNAME_INSERT : String = "Insert"
[static] The Insert key
Keyboard
  KEYNAME_INSERTCHAR : String = "InsChr"
[static] The Insert Character key
Keyboard
  KEYNAME_INSERTLINE : String = "InsLn"
[static] The Insert Line key
Keyboard
  KEYNAME_LEFTARROW : String = "Left"
[static] The left arrow
Keyboard
  KEYNAME_MENU : String = "Menu"
[static] The Menu key
Keyboard
  KEYNAME_MODESWITCH : String = "ModeSw"
[static] The Mode Switch key
Keyboard
  KEYNAME_NEXT : String = "Next"
[static] The Next key
Keyboard
  KEYNAME_PAGEDOWN : String = "PgDn"
[static] The Page Down key
Keyboard
  KEYNAME_PAGEUP : String = "PgUp"
[static] The Page Up key
Keyboard
  KEYNAME_PAUSE : String = "Pause"
[static] The Pause key
Keyboard
  KEYNAME_PREV : String = "Prev"
[static] The Previous key
Keyboard
  KEYNAME_PRINT : String = "Print"
[static] The Print key
Keyboard
  KEYNAME_PRINTSCREEN : String = "PrntScrn"
[static] The Print Screen
Keyboard
  KEYNAME_REDO : String = "Redo"
[static] The Redo key
Keyboard
  KEYNAME_RESET : String = "Reset"
[static] The Reset key
Keyboard
  KEYNAME_RIGHTARROW : String = "Right"
[static] The right arrow
Keyboard
  KEYNAME_SCROLLLOCK : String = "ScrlLck"
[static] The Scroll Lock key
Keyboard
  KEYNAME_SELECT : String = "Select"
[static] The Select key
Keyboard
  KEYNAME_STOP : String = "Stop"
[static] The Stop key
Keyboard
  KEYNAME_SYSREQ : String = "SysReq"
[static] The System Request key
Keyboard
  KEYNAME_SYSTEM : String = "Sys"
[static] The System key
Keyboard
  KEYNAME_UNDO : String = "Undo"
[static] The Undo key
Keyboard
  KEYNAME_UPARROW : String = "Up"
[static] The up arrow
Keyboard
  KEYNAME_USER : String = "User"
[static] The User key
Keyboard
  L : uint = 76
[static] Constant associated with the key code value for the L key (76).
Keyboard
  LAST : uint = 0x01000011
[static] Watch last channel or show watched
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
  LIVE : uint = 0x01000010
[static] Return to live [position in broadcast]
Keyboard
  M : uint = 77
[static] Constant associated with the key code value for the M key (77).
Keyboard
  MASTER_SHELL : uint = 0x0100001E
[static] Engage "Master Shell", for example TiVo or other vendor button
Keyboard
  MENU : uint = 0x01000012
[static] Engage menu
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
  NEXT : uint = 0x0100000E
[static] Skip to next track or chapter
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
  PAUSE : uint = 0x01000008
[static] Engage pause transport mode
Keyboard
  PERIOD : uint = 190
[static] Constant associated with the key code value for the .
Keyboard
  PLAY : uint = 0x01000007
[static] Engage play transport mode
Keyboard
  PREVIOUS : uint = 0x0100000F
[static] Skip to previous track or chapter
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
  RECORD : uint = 0x01000006
[static] Record item or engage record transport mode
Keyboard
  RED : uint = 0x01000000
[static] Red function key button
Keyboard
  REWIND : uint = 0x0100000B
[static] Engage rewind transport mode
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
  SEARCH : uint = 0x0100001F
[static] Search button
Keyboard
  SEMICOLON : uint = 186
[static] Constant associated with the key code value for the ; key (186).
Keyboard
  SETUP : uint = 0x0100001C
[static] Engage setup application or menu
Keyboard
  SHIFT : uint = 16
[static] Constant associated with the key code value for the Shift key (16).
Keyboard
  SKIP_BACKWARD : uint = 0x0100000D
[static] Quick skip backward (usually 7-10 seconds)
Keyboard
  SKIP_FORWARD : uint = 0x0100000C
[static] Quick skip ahead (usually 30 seconds)
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
  STOP : uint = 0x01000009
[static] Engage stop transport mode
Keyboard
  STRING_BEGIN : String = ""
[static] The OS X Unicode Begin constant
Keyboard
  STRING_BREAK : String = ""
[static] The OS X Unicode Break constant
Keyboard
  STRING_CLEARDISPLAY : String = ""
[static] The OS X Unicode Clear Display constant
Keyboard
  STRING_CLEARLINE : String = ""
[static] The OS X Unicode Clear Line constant
Keyboard
  STRING_DELETE : String = ""
[static] The OS X Unicode Delete constant
Keyboard
  STRING_DELETECHAR : String = ""
[static] The OS X Unicode Delete Character constant
Keyboard
  STRING_DELETELINE : String = ""
[static] The OS X Unicode Delete Line constant
Keyboard
  STRING_DOWNARROW : String = ""
[static] The OS X Unicode down arrow constant
Keyboard
  STRING_END : String = ""
[static] The OS X Unicode End constant
Keyboard
  STRING_EXECUTE : String = ""
[static] The OS X Unicode Execute constant
Keyboard
  STRING_F1 : String = ""
[static] The OS X Unicode F1 constant
Keyboard
  STRING_F10 : String = ""
[static] The OS X Unicode F10 constant
Keyboard
  STRING_F11 : String = ""
[static] The OS X Unicode F11 constant
Keyboard
  STRING_F12 : String = ""
[static] The OS X Unicode F12 constant
Keyboard
  STRING_F13 : String = ""
[static] The OS X Unicode F13 constant
Keyboard
  STRING_F14 : String = ""
[static] The OS X Unicode F14 constant
Keyboard
  STRING_F15 : String = ""
[static] The OS X Unicode F15 constant
Keyboard
  STRING_F16 : String = ""
[static] The OS X Unicode F16 constant
Keyboard
  STRING_F17 : String = ""
[static] The OS X Unicode F17 constant
Keyboard
  STRING_F18 : String = ""
[static] The OS X Unicode F18 constant
Keyboard
  STRING_F19 : String = ""
[static] The OS X Unicode F19 constant
Keyboard
  STRING_F2 : String = ""
[static] The OS X Unicode F2 constant
Keyboard
  STRING_F20 : String = ""
[static] The OS X Unicode F20 constant
Keyboard
  STRING_F21 : String = ""
[static] The OS X Unicode F21 constant
Keyboard
  STRING_F22 : String = ""
[static] The OS X Unicode F22 constant
Keyboard
  STRING_F23 : String = ""
[static] The OS X Unicode F23 constant
Keyboard
  STRING_F24 : String = ""
[static] The OS X Unicode F24 constant
Keyboard
  STRING_F25 : String = ""
[static] The OS X Unicode F25 constant
Keyboard
  STRING_F26 : String = ""
[static] The OS X Unicode F26 constant
Keyboard
  STRING_F27 : String = ""
[static] The OS X Unicode F27 constant
Keyboard
  STRING_F28 : String = ""
[static] The OS X Unicode F28 constant
Keyboard
  STRING_F29 : String = ""
[static] The OS X Unicode F29 constant
Keyboard
  STRING_F3 : String = ""
[static] The OS X Unicode F3 constant
Keyboard
  STRING_F30 : String = ""
[static] The OS X Unicode F30 constant
Keyboard
  STRING_F31 : String = ""
[static] The OS X Unicode F31 constant
Keyboard
  STRING_F32 : String = ""
[static] The OS X Unicode F32 constant
Keyboard
  STRING_F33 : String = ""
[static] The OS X Unicode F33 constant
Keyboard
  STRING_F34 : String = ""
[static] The OS X Unicode F34 constant
Keyboard
  STRING_F35 : String = ""
[static] The OS X Unicode F35 constant
Keyboard
  STRING_F4 : String = ""
[static] The OS X Unicode F4 constant
Keyboard
  STRING_F5 : String = ""
[static] The OS X Unicode F5 constant
Keyboard
  STRING_F6 : String = ""
[static] The OS X Unicode F6 constant
Keyboard
  STRING_F7 : String = ""
[static] The OS X Unicode F7 constant
Keyboard
  STRING_F8 : String = ""
[static] The OS X Unicode F8 constant
Keyboard
  STRING_F9 : String = ""
[static] The OS X Unicode F9 constant
Keyboard
  STRING_FIND : String = ""
[static] The OS X Unicode Find constant
Keyboard
  STRING_HELP : String = ""
[static] The OS X Unicode Help constant
Keyboard
  STRING_HOME : String = ""
[static] The OS X Unicode Home constant
Keyboard
  STRING_INSERT : String = ""
[static] The OS X Unicode Insert constant
Keyboard
  STRING_INSERTCHAR : String = ""
[static] The OS X Unicode Insert Character constant
Keyboard
  STRING_INSERTLINE : String = ""
[static] The OS X Unicode Insert Line constant
Keyboard
  STRING_LEFTARROW : String = ""
[static] The OS X Unicode left arrow constant
Keyboard
  STRING_MENU : String = ""
[static] The OS X Unicode Menu constant
Keyboard
  STRING_MODESWITCH : String = ""
[static] The OS X Unicode Mode Switch constant
Keyboard
  STRING_NEXT : String = ""
[static] The OS X Unicode Next constant
Keyboard
  STRING_PAGEDOWN : String = ""
[static] The OS X Unicode Page Down constant
Keyboard
  STRING_PAGEUP : String = ""
[static] The OS X Unicode Page Up constant
Keyboard
  STRING_PAUSE : String = ""
[static] The OS X Unicode Pause constant
Keyboard
  STRING_PREV : String = ""
[static] The OS X Unicode Previous constant
Keyboard
  STRING_PRINT : String = ""
[static] The OS X Unicode Print constant
Keyboard
  STRING_PRINTSCREEN : String = ""
[static] The OS X Unicode Print Screen constant
Keyboard
  STRING_REDO : String = ""
[static] The OS X Unicode Redo constant
Keyboard
  STRING_RESET : String = ""
[static] The OS X Unicode Reset constant
Keyboard
  STRING_RIGHTARROW : String = ""
[static] The OS X Unicode right arrow constant
Keyboard
  STRING_SCROLLLOCK : String = ""
[static] The OS X Unicode Scroll Lock constant
Keyboard
  STRING_SELECT : String = ""
[static] The OS X Unicode Select constant
Keyboard
  STRING_STOP : String = ""
[static] The OS X Unicode Stop constant
Keyboard
  STRING_SYSREQ : String = ""
[static] The OS X Unicode System Request constant
Keyboard
  STRING_SYSTEM : String = ""
[static] The OS X Unicode System constant
Keyboard
  STRING_UNDO : String = ""
[static] The OS X Unicode Undo constant
Keyboard
  STRING_UPARROW : String = ""
[static] The OS X Unicode up arrow constant
Keyboard
  STRING_USER : String = ""
[static] The OS X Unicode User constant
Keyboard
  SUBTITLE : uint = 0x01000018
[static] Toggle subtitles
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
  VOD : uint = 0x0100001A
[static] Engage video-on-demand
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
  YELLOW : uint = 0x01000002
[static] Yellow function key button
Keyboard
  Z : uint = 90
[static] Constant associated with the key code value for the Z key (90).
Keyboard
Property Detail

capsLock

property
capsLock:Boolean  [read-only]

Runtime Versions: AIR 1.0,

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

hasVirtualKeyboard

property 
hasVirtualKeyboard:Boolean  [read-only]

Runtime Versions:  2

Indicates whether the computer or device provides a virtual keyboard. If the current environment provides a virtual keyboard, this value is true.

numLock

property 
numLock:Boolean  [read-only]

Runtime Versions: AIR 1.0,

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

physicalKeyboardType

property 
physicalKeyboardType:String  [read-only]

Runtime Versions:  2

Indicates the type of physical keyboard provided by the computer or device, if any.

Use the constants defined in the KeyboardType class to test the values reported by this property.

Note: If a computer or device has both an alphanumeric keyboard and a 12-button keypad, this property only reports the presence of the alphanumeric keyboard.

See also

Method Detail

isAccessible

()method
public function isAccessible():Boolean

Runtime Versions: AIR 1.0,

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.

Returns
Boolean — The value true if the last key pressed can be accessed. If access is not permitted, this method returns false.
Constant Detail

A

Constant
public static const A:uint = 65

Runtime Versions:  1.0

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

ALTERNATE

Constant 
public static const ALTERNATE:uint = 18

Runtime Versions:  1.0

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

AUDIO

Constant 
public static const AUDIO:uint = 0x01000017

Runtime Versions:  2.5

Select the audio mode

B

Constant 
public static const B:uint = 66

Runtime Versions:  1.0

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

BACK

Constant 
public static const BACK:uint = 0x01000016

Runtime Versions:  2.5

Return to previous page in application

BACKQUOTE

Constant 
public static const BACKQUOTE:uint = 192

Runtime Versions:  1.0

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

BACKSLASH

Constant 
public static const BACKSLASH:uint = 220

Runtime Versions:  1.0

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

BACKSPACE

Constant 
public static const BACKSPACE:uint = 8

Runtime Versions: AIR 1.0,

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

BLUE

Constant 
public static const BLUE:uint = 0x01000003

Runtime Versions:  2.5

Blue function key button

C

Constant 
public static const C:uint = 67

Runtime Versions:  1.0

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

CAPS_LOCK

Constant 
public static const CAPS_LOCK:uint = 20

Runtime Versions: AIR 1.0,

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

CHANNEL_DOWN

Constant 
public static const CHANNEL_DOWN:uint = 0x01000005

Runtime Versions:  2.5

Channel down

CHANNEL_UP

Constant 
public static const CHANNEL_UP:uint = 0x01000004

Runtime Versions:  2.5

Channel up

CharCodeStrings

Constant 
public static const CharCodeStrings:Array

Runtime Versions:  1.0

An array containing all the defined key name constants.

COMMA

Constant 
public static const COMMA:uint = 188

Runtime Versions:  1.0

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

COMMAND

Constant 
public static const COMMAND:uint = 15

Runtime Versions:  1.0

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

CONTROL

Constant 
public static const CONTROL:uint = 17

Runtime Versions: AIR 1.0,

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

D

Constant 
public static const D:uint = 68

Runtime Versions:  1.0

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

DELETE

Constant 
public static const DELETE:uint = 46

Runtime Versions: AIR 1.0,

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

DOWN

Constant 
public static const DOWN:uint = 40

Runtime Versions: AIR 1.0,

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

DVR

Constant 
public static const DVR:uint = 0x01000019

Runtime Versions:  2.5

Engage DVR application mode

E

Constant 
public static const E:uint = 69

Runtime Versions:  1.0

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

END

Constant 
public static const END:uint = 35

Runtime Versions: AIR 1.0,

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

ENTER

Constant 
public static const ENTER:uint = 13

Runtime Versions: AIR 1.0,

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

EQUAL

Constant 
public static const EQUAL:uint = 187

Runtime Versions:  1.0

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

ESCAPE

Constant 
public static const ESCAPE:uint = 27

Runtime Versions: AIR 1.0,

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

EXIT

Constant 
public static const EXIT:uint = 0x01000015

Runtime Versions:  2.5

Exits current application mode

F

Constant 
public static const F:uint = 70

Runtime Versions:  1.0

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

F1

Constant 
public static const F1:uint = 112

Runtime Versions: AIR 1.0,

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

F10

Constant 
public static const F10:uint = 121

Runtime Versions: AIR 1.0,

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

F11

Constant 
public static const F11:uint = 122

Runtime Versions: AIR 1.0,

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

F12

Constant 
public static const F12:uint = 123

Runtime Versions: AIR 1.0,

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

F13

Constant 
public static const F13:uint = 124

Runtime Versions: AIR 1.0,

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

F14

Constant 
public static const F14:uint = 125

Runtime Versions: AIR 1.0,

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

F15

Constant 
public static const F15:uint = 126

Runtime Versions: AIR 1.0,

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

F2

Constant 
public static const F2:uint = 113

Runtime Versions: AIR 1.0,

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

F3

Constant 
public static const F3:uint = 114

Runtime Versions: AIR 1.0,

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

F4

Constant 
public static const F4:uint = 115

Runtime Versions: AIR 1.0,

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

F5

Constant 
public static const F5:uint = 116

Runtime Versions: AIR 1.0,

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

F6

Constant 
public static const F6:uint = 117

Runtime Versions: AIR 1.0,

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

F7

Constant 
public static const F7:uint = 118

Runtime Versions: AIR 1.0,

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

F8

Constant 
public static const F8:uint = 119

Runtime Versions: AIR 1.0,

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

F9

Constant 
public static const F9:uint = 120

Runtime Versions: AIR 1.0,

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

FAST_FORWARD

Constant 
public static const FAST_FORWARD:uint = 0x0100000A

Runtime Versions:  2.5

Engage fast-forward transport mode

G

Constant 
public static const G:uint = 71

Runtime Versions:  1.0

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

GREEN

Constant 
public static const GREEN:uint = 0x01000001

Runtime Versions:  2.5

Green function key button

GUIDE

Constant 
public static const GUIDE:uint = 0x01000014

Runtime Versions:  2.5

Engage program guide

H

Constant 
public static const H:uint = 72

Runtime Versions:  1.0

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

HELP

Constant 
public static const HELP:uint = 0x0100001D

Runtime Versions:  2.5

Engage help application or context-sensitive help

HOME

Constant 
public static const HOME:uint = 36

Runtime Versions: AIR 1.0,

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

I

Constant 
public static const I:uint = 73

Runtime Versions:  1.0

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

INFO

Constant 
public static const INFO:uint = 0x01000013

Runtime Versions:  2.5

Info button

INPUT

Constant 
public static const INPUT:uint = 0x0100001B

Runtime Versions:  2.5

Cycle input

INSERT

Constant 
public static const INSERT:uint = 45

Runtime Versions: AIR 1.0,

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

J

Constant 
public static const J:uint = 74

Runtime Versions:  1.0

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

K

Constant 
public static const K:uint = 75

Runtime Versions:  1.0

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

KEYNAME_BEGIN

Constant 
public static const KEYNAME_BEGIN:String = "Begin"

Runtime Versions:  1.0

The Begin key

KEYNAME_BREAK

Constant 
public static const KEYNAME_BREAK:String = "Break"

Runtime Versions:  1.0

The Break key

KEYNAME_CLEARDISPLAY

Constant 
public static const KEYNAME_CLEARDISPLAY:String = "ClrDsp"

Runtime Versions:  1.0

The Clear Display key

KEYNAME_CLEARLINE

Constant 
public static const KEYNAME_CLEARLINE:String = "ClrLn"

Runtime Versions:  1.0

The Clear Line key

KEYNAME_DELETE

Constant 
public static const KEYNAME_DELETE:String = "Delete"

Runtime Versions:  1.0

The Delete key

KEYNAME_DELETECHAR

Constant 
public static const KEYNAME_DELETECHAR:String = "DelChr"

Runtime Versions:  1.0

The Delete Character key

KEYNAME_DELETELINE

Constant 
public static const KEYNAME_DELETELINE:String = "DelLn"

Runtime Versions:  1.0

The Delete Line key

KEYNAME_DOWNARROW

Constant 
public static const KEYNAME_DOWNARROW:String = "Down"

Runtime Versions:  1.0

The down arrow

KEYNAME_END

Constant 
public static const KEYNAME_END:String = "End"

Runtime Versions:  1.0

The End key

KEYNAME_EXECUTE

Constant 
public static const KEYNAME_EXECUTE:String = "Exec"

Runtime Versions:  1.0

The Execute key

KEYNAME_F1

Constant 
public static const KEYNAME_F1:String = "F1"

Runtime Versions:  1.0

The F1 key

KEYNAME_F10

Constant 
public static const KEYNAME_F10:String = "F10"

Runtime Versions:  1.0

The F10 key

KEYNAME_F11

Constant 
public static const KEYNAME_F11:String = "F11"

Runtime Versions:  1.0

The F11 key

KEYNAME_F12

Constant 
public static const KEYNAME_F12:String = "F12"

Runtime Versions:  1.0

The F12 key

KEYNAME_F13

Constant 
public static const KEYNAME_F13:String = "F13"

Runtime Versions:  1.0

The F13 key

KEYNAME_F14

Constant 
public static const KEYNAME_F14:String = "F14"

Runtime Versions:  1.0

The F14 key

KEYNAME_F15

Constant 
public static const KEYNAME_F15:String = "F15"

Runtime Versions:  1.0

The F15 key

KEYNAME_F16

Constant 
public static const KEYNAME_F16:String = "F16"

Runtime Versions:  1.0

The F16 key

KEYNAME_F17

Constant 
public static const KEYNAME_F17:String = "F17"

Runtime Versions:  1.0

The F17 key

KEYNAME_F18

Constant 
public static const KEYNAME_F18:String = "F18"

Runtime Versions:  1.0

The F18 key

KEYNAME_F19

Constant 
public static const KEYNAME_F19:String = "F19"

Runtime Versions:  1.0

The F19 key

KEYNAME_F2

Constant 
public static const KEYNAME_F2:String = "F2"

Runtime Versions:  1.0

The F2 key

KEYNAME_F20

Constant 
public static const KEYNAME_F20:String = "F20"

Runtime Versions:  1.0

The F20 key

KEYNAME_F21

Constant 
public static const KEYNAME_F21:String = "F21"

Runtime Versions:  1.0

The F21 key

KEYNAME_F22

Constant 
public static const KEYNAME_F22:String = "F22"

Runtime Versions:  1.0

The F22 key

KEYNAME_F23

Constant 
public static const KEYNAME_F23:String = "F23"

Runtime Versions:  1.0

The F23 key

KEYNAME_F24

Constant 
public static const KEYNAME_F24:String = "F24"

Runtime Versions:  1.0

The F24 key

KEYNAME_F25

Constant 
public static const KEYNAME_F25:String = "F25"

Runtime Versions:  1.0

The F25 key

KEYNAME_F26

Constant 
public static const KEYNAME_F26:String = "F26"

Runtime Versions:  1.0

The F26 key

KEYNAME_F27

Constant 
public static const KEYNAME_F27:String = "F27"

Runtime Versions:  1.0

The F27 key

KEYNAME_F28

Constant 
public static const KEYNAME_F28:String = "F28"

Runtime Versions:  1.0

The F28 key

KEYNAME_F29

Constant 
public static const KEYNAME_F29:String = "F29"

Runtime Versions:  1.0

The F29 key

KEYNAME_F3

Constant 
public static const KEYNAME_F3:String = "F3"

Runtime Versions:  1.0

The F3 key

KEYNAME_F30

Constant 
public static const KEYNAME_F30:String = "F30"

Runtime Versions:  1.0

KEYNAME_F31

Constant 
public static const KEYNAME_F31:String = "F31"

Runtime Versions:  1.0

The F31 key

KEYNAME_F32

Constant 
public static const KEYNAME_F32:String = "F32"

Runtime Versions:  1.0

The F32 key

KEYNAME_F33

Constant 
public static const KEYNAME_F33:String = "F33"

Runtime Versions:  1.0

The F33 key

KEYNAME_F34

Constant 
public static const KEYNAME_F34:String = "F34"

Runtime Versions:  1.0

The F34 key

KEYNAME_F35

Constant 
public static const KEYNAME_F35:String = "F35"

Runtime Versions:  1.0

The F35 key

KEYNAME_F4

Constant 
public static const KEYNAME_F4:String = "F4"

Runtime Versions:  1.0

The F4 key

KEYNAME_F5

Constant 
public static const KEYNAME_F5:String = "F5"

Runtime Versions:  1.0

The F5 key

KEYNAME_F6

Constant 
public static const KEYNAME_F6:String = "F6"

Runtime Versions:  1.0

The F6 key

KEYNAME_F7

Constant 
public static const KEYNAME_F7:String = "F7"

Runtime Versions:  1.0

The F7 key

KEYNAME_F8

Constant 
public static const KEYNAME_F8:String = "F8"

Runtime Versions:  1.0

The F8 key

KEYNAME_F9

Constant 
public static const KEYNAME_F9:String = "F9"

Runtime Versions:  1.0

The F9 key

KEYNAME_FIND

Constant 
public static const KEYNAME_FIND:String = "Find"

Runtime Versions:  1.0

The Find key

KEYNAME_HELP

Constant 
public static const KEYNAME_HELP:String = "Help"

Runtime Versions:  1.0

The Help key

KEYNAME_HOME

Constant 
public static const KEYNAME_HOME:String = "Home"

Runtime Versions:  1.0

The Home key

KEYNAME_INSERT

Constant 
public static const KEYNAME_INSERT:String = "Insert"

Runtime Versions:  1.0

The Insert key

KEYNAME_INSERTCHAR

Constant 
public static const KEYNAME_INSERTCHAR:String = "InsChr"

Runtime Versions:  1.0

The Insert Character key

KEYNAME_INSERTLINE

Constant 
public static const KEYNAME_INSERTLINE:String = "InsLn"

Runtime Versions:  1.0

The Insert Line key

KEYNAME_LEFTARROW

Constant 
public static const KEYNAME_LEFTARROW:String = "Left"

Runtime Versions:  1.0

The left arrow

KEYNAME_MENU

Constant 
public static const KEYNAME_MENU:String = "Menu"

Runtime Versions:  1.0

The Menu key

KEYNAME_MODESWITCH

Constant 
public static const KEYNAME_MODESWITCH:String = "ModeSw"

Runtime Versions:  1.0

The Mode Switch key

KEYNAME_NEXT

Constant 
public static const KEYNAME_NEXT:String = "Next"

Runtime Versions:  1.0

The Next key

KEYNAME_PAGEDOWN

Constant 
public static const KEYNAME_PAGEDOWN:String = "PgDn"

Runtime Versions:  1.0

The Page Down key

KEYNAME_PAGEUP

Constant 
public static const KEYNAME_PAGEUP:String = "PgUp"

Runtime Versions:  1.0

The Page Up key

KEYNAME_PAUSE

Constant 
public static const KEYNAME_PAUSE:String = "Pause"

Runtime Versions:  1.0

The Pause key

KEYNAME_PREV

Constant 
public static const KEYNAME_PREV:String = "Prev"

Runtime Versions:  1.0

The Previous key

KEYNAME_PRINT

Constant 
public static const KEYNAME_PRINT:String = "Print"

Runtime Versions:  1.0

The Print key

KEYNAME_PRINTSCREEN

Constant 
public static const KEYNAME_PRINTSCREEN:String = "PrntScrn"

Runtime Versions:  1.0

The Print Screen

KEYNAME_REDO

Constant 
public static const KEYNAME_REDO:String = "Redo"

Runtime Versions:  1.0

The Redo key

KEYNAME_RESET

Constant 
public static const KEYNAME_RESET:String = "Reset"

Runtime Versions:  1.0

The Reset key

KEYNAME_RIGHTARROW

Constant 
public static const KEYNAME_RIGHTARROW:String = "Right"

Runtime Versions:  1.0

The right arrow

KEYNAME_SCROLLLOCK

Constant 
public static const KEYNAME_SCROLLLOCK:String = "ScrlLck"

Runtime Versions:  1.0

The Scroll Lock key

KEYNAME_SELECT

Constant 
public static const KEYNAME_SELECT:String = "Select"

Runtime Versions:  1.0

The Select key

KEYNAME_STOP

Constant 
public static const KEYNAME_STOP:String = "Stop"

Runtime Versions:  1.0

The Stop key

KEYNAME_SYSREQ

Constant 
public static const KEYNAME_SYSREQ:String = "SysReq"

Runtime Versions:  1.0

The System Request key

KEYNAME_SYSTEM

Constant 
public static const KEYNAME_SYSTEM:String = "Sys"

Runtime Versions:  1.0

The System key

KEYNAME_UNDO

Constant 
public static const KEYNAME_UNDO:String = "Undo"

Runtime Versions:  1.0

The Undo key

KEYNAME_UPARROW

Constant 
public static const KEYNAME_UPARROW:String = "Up"

Runtime Versions:  1.0

The up arrow

KEYNAME_USER

Constant 
public static const KEYNAME_USER:String = "User"

Runtime Versions:  1.0

The User key

L

Constant 
public static const L:uint = 76

Runtime Versions:  1.0

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

LAST

Constant 
public static const LAST:uint = 0x01000011

Runtime Versions:  2.5

Watch last channel or show watched

LEFT

Constant 
public static const LEFT:uint = 37

Runtime Versions: AIR 1.0,

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

LEFTBRACKET

Constant 
public static const LEFTBRACKET:uint = 219

Runtime Versions:  1.0

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

LIVE

Constant 
public static const LIVE:uint = 0x01000010

Runtime Versions:  2.5

Return to live [position in broadcast]

M

Constant 
public static const M:uint = 77

Runtime Versions:  1.0

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

MASTER_SHELL

Constant 
public static const MASTER_SHELL:uint = 0x0100001E

Runtime Versions:  2.5

Engage "Master Shell", for example TiVo or other vendor button

MENU

Constant 
public static const MENU:uint = 0x01000012

Runtime Versions:  2.5

Engage menu

MINUS

Constant 
public static const MINUS:uint = 189

Runtime Versions:  1.0

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

N

Constant 
public static const N:uint = 78

Runtime Versions:  1.0

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

NEXT

Constant 
public static const NEXT:uint = 0x0100000E

Runtime Versions:  2.5

Skip to next track or chapter

NUMBER_0

Constant 
public static const NUMBER_0:uint = 48

Runtime Versions:  1.0

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

NUMBER_1

Constant 
public static const NUMBER_1:uint = 49

Runtime Versions:  1.0

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

NUMBER_2

Constant 
public static const NUMBER_2:uint = 50

Runtime Versions:  1.0

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

NUMBER_3

Constant 
public static const NUMBER_3:uint = 51

Runtime Versions:  1.0

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

NUMBER_4

Constant 
public static const NUMBER_4:uint = 52

Runtime Versions:  1.0

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

NUMBER_5

Constant 
public static const NUMBER_5:uint = 53

Runtime Versions:  1.0

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

NUMBER_6

Constant 
public static const NUMBER_6:uint = 54

Runtime Versions:  1.0

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

NUMBER_7

Constant 
public static const NUMBER_7:uint = 55

Runtime Versions:  1.0

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

NUMBER_8

Constant 
public static const NUMBER_8:uint = 56

Runtime Versions:  1.0

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

NUMBER_9

Constant 
public static const NUMBER_9:uint = 57

Runtime Versions:  1.0

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

NUMPAD

Constant 
public static const NUMPAD:uint = 21

Runtime Versions:  1.0

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

NUMPAD_0

Constant 
public static const NUMPAD_0:uint = 96

Runtime Versions: AIR 1.0,

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

NUMPAD_1

Constant 
public static const NUMPAD_1:uint = 97

Runtime Versions: AIR 1.0,

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

NUMPAD_2

Constant 
public static const NUMPAD_2:uint = 98

Runtime Versions: AIR 1.0,

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

NUMPAD_3

Constant 
public static const NUMPAD_3:uint = 99

Runtime Versions: AIR 1.0,

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

NUMPAD_4

Constant 
public static const NUMPAD_4:uint = 100

Runtime Versions: AIR 1.0,

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

NUMPAD_5

Constant 
public static const NUMPAD_5:uint = 101

Runtime Versions: AIR 1.0,

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

NUMPAD_6

Constant 
public static const NUMPAD_6:uint = 102

Runtime Versions: AIR 1.0,

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

NUMPAD_7

Constant 
public static const NUMPAD_7:uint = 103

Runtime Versions: AIR 1.0,

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

NUMPAD_8

Constant 
public static const NUMPAD_8:uint = 104

Runtime Versions: AIR 1.0,

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

NUMPAD_9

Constant 
public static const NUMPAD_9:uint = 105

Runtime Versions: AIR 1.0,

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

NUMPAD_ADD

Constant 
public static const NUMPAD_ADD:uint = 107

Runtime Versions: AIR 1.0,

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

NUMPAD_DECIMAL

Constant 
public static const NUMPAD_DECIMAL:uint = 110

Runtime Versions: AIR 1.0,

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

NUMPAD_DIVIDE

Constant 
public static const NUMPAD_DIVIDE:uint = 111

Runtime Versions: AIR 1.0,

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

NUMPAD_ENTER

Constant 
public static const NUMPAD_ENTER:uint = 108

Runtime Versions: AIR 1.0,

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

NUMPAD_MULTIPLY

Constant 
public static const NUMPAD_MULTIPLY:uint = 106

Runtime Versions: AIR 1.0,

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

NUMPAD_SUBTRACT

Constant 
public static const NUMPAD_SUBTRACT:uint = 109

Runtime Versions: AIR 1.0,

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

O

Constant 
public static const O:uint = 79

Runtime Versions:  1.0

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

P

Constant 
public static const P:uint = 80

Runtime Versions:  1.0

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

PAGE_DOWN

Constant 
public static const PAGE_DOWN:uint = 34

Runtime Versions: AIR 1.0,

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

PAGE_UP

Constant 
public static const PAGE_UP:uint = 33

Runtime Versions: AIR 1.0,

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

PAUSE

Constant 
public static const PAUSE:uint = 0x01000008

Runtime Versions:  2.5

Engage pause transport mode

PERIOD

Constant 
public static const PERIOD:uint = 190

Runtime Versions:  1.0

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

PLAY

Constant 
public static const PLAY:uint = 0x01000007

Runtime Versions:  2.5

Engage play transport mode

PREVIOUS

Constant 
public static const PREVIOUS:uint = 0x0100000F

Runtime Versions:  2.5

Skip to previous track or chapter

Q

Constant 
public static const Q:uint = 81

Runtime Versions:  1.0

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

QUOTE

Constant 
public static const QUOTE:uint = 222

Runtime Versions:  1.0

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

R

Constant 
public static const R:uint = 82

Runtime Versions:  1.0

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

RECORD

Constant 
public static const RECORD:uint = 0x01000006

Runtime Versions:  2.5

Record item or engage record transport mode

RED

Constant 
public static const RED:uint = 0x01000000

Runtime Versions:  2.5

Red function key button

REWIND

Constant 
public static const REWIND:uint = 0x0100000B

Runtime Versions:  2.5

Engage rewind transport mode

RIGHT

Constant 
public static const RIGHT:uint = 39

Runtime Versions: AIR 1.0,

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

RIGHTBRACKET

Constant 
public static const RIGHTBRACKET:uint = 221

Runtime Versions:  1.0

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

S

Constant 
public static const S:uint = 83

Runtime Versions:  1.0

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

SEARCH

Constant 
public static const SEARCH:uint = 0x0100001F

Runtime Versions:  2.5

Search button

SEMICOLON

Constant 
public static const SEMICOLON:uint = 186

Runtime Versions:  1.0

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

SETUP

Constant 
public static const SETUP:uint = 0x0100001C

Runtime Versions:  2.5

Engage setup application or menu

SHIFT

Constant 
public static const SHIFT:uint = 16

Runtime Versions: AIR 1.0,

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

SKIP_BACKWARD

Constant 
public static const SKIP_BACKWARD:uint = 0x0100000D

Runtime Versions:  2.5

Quick skip backward (usually 7-10 seconds)

SKIP_FORWARD

Constant 
public static const SKIP_FORWARD:uint = 0x0100000C

Runtime Versions:  2.5

Quick skip ahead (usually 30 seconds)

SLASH

Constant 
public static const SLASH:uint = 191

Runtime Versions:  1.0

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

SPACE

Constant 
public static const SPACE:uint = 32

Runtime Versions: AIR 1.0,

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

STOP

Constant 
public static const STOP:uint = 0x01000009

Runtime Versions:  2.5

Engage stop transport mode

STRING_BEGIN

Constant 
public static const STRING_BEGIN:String = ""

Runtime Versions:  1.0

The OS X Unicode Begin constant

STRING_BREAK

Constant 
public static const STRING_BREAK:String = ""

Runtime Versions:  1.0

The OS X Unicode Break constant

STRING_CLEARDISPLAY

Constant 
public static const STRING_CLEARDISPLAY:String = ""

Runtime Versions:  1.0

The OS X Unicode Clear Display constant

STRING_CLEARLINE

Constant 
public static const STRING_CLEARLINE:String = ""

Runtime Versions:  1.0

The OS X Unicode Clear Line constant

STRING_DELETE

Constant 
public static const STRING_DELETE:String = ""

Runtime Versions:  1.0

The OS X Unicode Delete constant

STRING_DELETECHAR

Constant 
public static const STRING_DELETECHAR:String = ""

Runtime Versions:  1.0

The OS X Unicode Delete Character constant

STRING_DELETELINE

Constant 
public static const STRING_DELETELINE:String = ""

Runtime Versions:  1.0

The OS X Unicode Delete Line constant

STRING_DOWNARROW

Constant 
public static const STRING_DOWNARROW:String = ""

Runtime Versions:  1.0

The OS X Unicode down arrow constant

STRING_END

Constant 
public static const STRING_END:String = ""

Runtime Versions:  1.0

The OS X Unicode End constant

STRING_EXECUTE

Constant 
public static const STRING_EXECUTE:String = ""

Runtime Versions:  1.0

The OS X Unicode Execute constant

STRING_F1

Constant 
public static const STRING_F1:String = ""

Runtime Versions:  1.0

The OS X Unicode F1 constant

STRING_F10

Constant 
public static const STRING_F10:String = ""

Runtime Versions:  1.0

The OS X Unicode F10 constant

STRING_F11

Constant 
public static const STRING_F11:String = ""

Runtime Versions:  1.0

The OS X Unicode F11 constant

STRING_F12

Constant 
public static const STRING_F12:String = ""

Runtime Versions:  1.0

The OS X Unicode F12 constant

STRING_F13

Constant 
public static const STRING_F13:String = ""

Runtime Versions:  1.0

The OS X Unicode F13 constant

STRING_F14

Constant 
public static const STRING_F14:String = ""

Runtime Versions:  1.0

The OS X Unicode F14 constant

STRING_F15

Constant 
public static const STRING_F15:String = ""

Runtime Versions:  1.0

The OS X Unicode F15 constant

STRING_F16

Constant 
public static const STRING_F16:String = ""

Runtime Versions:  1.0

The OS X Unicode F16 constant

STRING_F17

Constant 
public static const STRING_F17:String = ""

Runtime Versions:  1.0

The OS X Unicode F17 constant

STRING_F18

Constant 
public static const STRING_F18:String = ""

Runtime Versions:  1.0

The OS X Unicode F18 constant

STRING_F19

Constant 
public static const STRING_F19:String = ""

Runtime Versions:  1.0

The OS X Unicode F19 constant

STRING_F2

Constant 
public static const STRING_F2:String = ""

Runtime Versions:  1.0

The OS X Unicode F2 constant

STRING_F20

Constant 
public static const STRING_F20:String = ""

Runtime Versions:  1.0

The OS X Unicode F20 constant

STRING_F21

Constant 
public static const STRING_F21:String = ""

Runtime Versions:  1.0

The OS X Unicode F21 constant

STRING_F22

Constant 
public static const STRING_F22:String = ""

Runtime Versions:  1.0

The OS X Unicode F22 constant

STRING_F23

Constant 
public static const STRING_F23:String = ""

Runtime Versions:  1.0

The OS X Unicode F23 constant

STRING_F24

Constant 
public static const STRING_F24:String = ""

Runtime Versions:  1.0

The OS X Unicode F24 constant

STRING_F25

Constant 
public static const STRING_F25:String = ""

Runtime Versions:  1.0

The OS X Unicode F25 constant

STRING_F26

Constant 
public static const STRING_F26:String = ""

Runtime Versions:  1.0

The OS X Unicode F26 constant

STRING_F27

Constant 
public static const STRING_F27:String = ""

Runtime Versions:  1.0

The OS X Unicode F27 constant

STRING_F28

Constant 
public static const STRING_F28:String = ""

Runtime Versions:  1.0

The OS X Unicode F28 constant

STRING_F29

Constant 
public static const STRING_F29:String = ""

Runtime Versions:  1.0

The OS X Unicode F29 constant

STRING_F3

Constant 
public static const STRING_F3:String = ""

Runtime Versions:  1.0

The OS X Unicode F3 constant

STRING_F30

Constant 
public static const STRING_F30:String = ""

Runtime Versions:  1.0

The OS X Unicode F30 constant

STRING_F31

Constant 
public static const STRING_F31:String = ""

Runtime Versions:  1.0

The OS X Unicode F31 constant

STRING_F32

Constant 
public static const STRING_F32:String = ""

Runtime Versions:  1.0

The OS X Unicode F32 constant

STRING_F33

Constant 
public static const STRING_F33:String = ""

Runtime Versions:  1.0

The OS X Unicode F33 constant

STRING_F34

Constant 
public static const STRING_F34:String = ""

Runtime Versions:  1.0

The OS X Unicode F34 constant

STRING_F35

Constant 
public static const STRING_F35:String = ""

Runtime Versions:  1.0

The OS X Unicode F35 constant

STRING_F4

Constant 
public static const STRING_F4:String = ""

Runtime Versions:  1.0

The OS X Unicode F4 constant

STRING_F5

Constant 
public static const STRING_F5:String = ""

Runtime Versions:  1.0

The OS X Unicode F5 constant

STRING_F6

Constant 
public static const STRING_F6:String = ""

Runtime Versions:  1.0

The OS X Unicode F6 constant

STRING_F7

Constant 
public static const STRING_F7:String = ""

Runtime Versions:  1.0

The OS X Unicode F7 constant

STRING_F8

Constant 
public static const STRING_F8:String = ""

Runtime Versions:  1.0

The OS X Unicode F8 constant

STRING_F9

Constant 
public static const STRING_F9:String = ""

Runtime Versions:  1.0

The OS X Unicode F9 constant

STRING_FIND

Constant 
public static const STRING_FIND:String = ""

Runtime Versions:  1.0

The OS X Unicode Find constant

STRING_HELP

Constant 
public static const STRING_HELP:String = ""

Runtime Versions:  1.0

The OS X Unicode Help constant

STRING_HOME

Constant 
public static const STRING_HOME:String = ""

Runtime Versions:  1.0

The OS X Unicode Home constant

STRING_INSERT

Constant 
public static const STRING_INSERT:String = ""

Runtime Versions:  1.0

The OS X Unicode Insert constant

STRING_INSERTCHAR

Constant 
public static const STRING_INSERTCHAR:String = ""

Runtime Versions:  1.0

The OS X Unicode Insert Character constant

STRING_INSERTLINE

Constant 
public static const STRING_INSERTLINE:String = ""

Runtime Versions:  1.0

The OS X Unicode Insert Line constant

STRING_LEFTARROW

Constant 
public static const STRING_LEFTARROW:String = ""

Runtime Versions:  1.0

The OS X Unicode left arrow constant

STRING_MENU

Constant 
public static const STRING_MENU:String = ""

Runtime Versions:  1.0

The OS X Unicode Menu constant

STRING_MODESWITCH

Constant 
public static const STRING_MODESWITCH:String = ""

Runtime Versions:  1.0

The OS X Unicode Mode Switch constant

STRING_NEXT

Constant 
public static const STRING_NEXT:String = ""

Runtime Versions:  1.0

The OS X Unicode Next constant

STRING_PAGEDOWN

Constant 
public static const STRING_PAGEDOWN:String = ""

Runtime Versions:  1.0

The OS X Unicode Page Down constant

STRING_PAGEUP

Constant 
public static const STRING_PAGEUP:String = ""

Runtime Versions:  1.0

The OS X Unicode Page Up constant

STRING_PAUSE

Constant 
public static const STRING_PAUSE:String = ""

Runtime Versions:  1.0

The OS X Unicode Pause constant

STRING_PREV

Constant 
public static const STRING_PREV:String = ""

Runtime Versions:  1.0

The OS X Unicode Previous constant

STRING_PRINT

Constant 
public static const STRING_PRINT:String = ""

Runtime Versions:  1.0

The OS X Unicode Print constant

STRING_PRINTSCREEN

Constant 
public static const STRING_PRINTSCREEN:String = ""

Runtime Versions:  1.0

The OS X Unicode Print Screen constant

STRING_REDO

Constant 
public static const STRING_REDO:String = ""

Runtime Versions:  1.0

The OS X Unicode Redo constant

STRING_RESET

Constant 
public static const STRING_RESET:String = ""

Runtime Versions:  1.0

The OS X Unicode Reset constant

STRING_RIGHTARROW

Constant 
public static const STRING_RIGHTARROW:String = ""

Runtime Versions:  1.0

The OS X Unicode right arrow constant

STRING_SCROLLLOCK

Constant 
public static const STRING_SCROLLLOCK:String = ""

Runtime Versions:  1.0

The OS X Unicode Scroll Lock constant

STRING_SELECT

Constant 
public static const STRING_SELECT:String = ""

Runtime Versions:  1.0

The OS X Unicode Select constant

STRING_STOP

Constant 
public static const STRING_STOP:String = ""

Runtime Versions:  1.0

The OS X Unicode Stop constant

STRING_SYSREQ

Constant 
public static const STRING_SYSREQ:String = ""

Runtime Versions:  1.0

The OS X Unicode System Request constant

STRING_SYSTEM

Constant 
public static const STRING_SYSTEM:String = ""

Runtime Versions:  1.0

The OS X Unicode System constant

STRING_UNDO

Constant 
public static const STRING_UNDO:String = ""

Runtime Versions:  1.0

The OS X Unicode Undo constant

STRING_UPARROW

Constant 
public static const STRING_UPARROW:String = ""

Runtime Versions:  1.0

The OS X Unicode up arrow constant

STRING_USER

Constant 
public static const STRING_USER:String = ""

Runtime Versions:  1.0

The OS X Unicode User constant

SUBTITLE

Constant 
public static const SUBTITLE:uint = 0x01000018

Runtime Versions:  2.5

Toggle subtitles

T

Constant 
public static const T:uint = 84

Runtime Versions:  1.0

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

TAB

Constant 
public static const TAB:uint = 9

Runtime Versions: AIR 1.0,

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

U

Constant 
public static const U:uint = 85

Runtime Versions:  1.0

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

UP

Constant 
public static const UP:uint = 38

Runtime Versions: AIR 1.0,

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

V

Constant 
public static const V:uint = 86

Runtime Versions:  1.0

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

VOD

Constant 
public static const VOD:uint = 0x0100001A

Runtime Versions:  2.5

Engage video-on-demand

W

Constant 
public static const W:uint = 87

Runtime Versions:  1.0

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

X

Constant 
public static const X:uint = 88

Runtime Versions:  1.0

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

Y

Constant 
public static const Y:uint = 89

Runtime Versions:  1.0

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

YELLOW

Constant 
public static const YELLOW:uint = 0x01000002

Runtime Versions:  2.5

Yellow function key button

Z

Constant 
public static const Z:uint = 90

Runtime Versions:  1.0

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