e32keys.h File Reference

ENonCharacterKeyBase

Base code of range that doesn't correspond to a character

ENonCharacterKeyCount

Size of range that doesn't correspond to a character

ESpecialKeyBase

Base code of range that is reserved for application framework use and guaranteed not to be produced by any keyboard.

ESpecialKeyCount

Size of range that is reserved for application framework use and guaranteed not to be produced by any keyboard.

Enum TEventModifier

Modifier flags for a key or pointer event.

The modifier flags for a key event are held in TKeyEvent::iModifiers.

The modifier flags for a pointer event are held in TPointerEvent::iModifiers.

See also: TKeyEvent::iModifiers TPointerEvent::iModifiers

EnumeratorValueDescription
EModifierAutorepeatable0x00000001

Key event can auto-repeat.

EModifierKeypad0x00000002

The key that generated the event was on the numeric keypad, on the emulator.

EModifierLeftAlt0x00000004

Left Alt key.

EModifierRightAlt0x00000008

Right Alt key.

EModifierAlt0x00000010

Single Alt key.

EModifierLeftCtrl0x00000020

Left Control (Ctrl) key.

EModifierRightCtrl0x00000040

Right Control (Ctrl) key.

EModifierCtrl0x00000080

Single Control (Ctrl) key.

EModifierLeftShift0x00000100

Left Shift key.

EModifierRightShift0x00000200

Right Shift key.

EModifierShift0x00000400

Single Shift key.

EModifierLeftFunc0x00000800

Left Fn key.

EModifierRightFunc0x00001000

Right Fn key.

EModifierFunc0x00002000

Single Fn key.

EModifierCapsLock0x00004000

Caps lock key.

EModifierNumLock0x00008000

Num lock key.

EModifierScrollLock0x00010000

Scroll lock key.

EModifierKeyUp0x00020000

Key up event.

EModifierSpecial0x00040000

The keycode is a non-standard keyboard character that has been generated in a special keyboard mode, for example accented vowels.

EModifierDoubleClick0x00080000

Double click.

EModifierPureKeycode0x00100000

The key code in the key event is not changed. E.g.an alphabetic key is not changed by the Caps Lock or Shift key being pressed.

EModifierKeyboardExtend0x00200000

The "Keyboard extend" generated modifier.

EModifierCancelRotation0x00000000

No Keyboard rotation is in effect.

EModifierRotateBy900x00400000

Keyboard rotation through 90 degrees clockwise is in effect.

EModifierRotateBy1800x00800000

Keyboard rotation through 180 degrees clockwise is in effect.

EModifierRotateBy2700x01000000

Keyboard rotation through 270 degrees clockwise is in effect.

EModifierPointer3DButton10x02000000

3D pointer device specific modifier (button 1).

EModifierPointer3DButton20x04000000

3D pointer device specific modifier (button 2).

EModifierPointer3DButton30x08000000

3D pointer device specific modifier (button 3).

EModifierAdvancedPointerEvent0x10000000

TPointerEvent is a TAdvancedPointerEvent.

EModifierLongKey0x20000000

Long key press event

EModifierExternalKey0x40000000

Accessory key event.

EAllModifiers0xffffffff

A combination of all event modifiers.

Enum TModifierState

Specifies the state of an event modifier, for instance Caps Lock or Num Lock.

Event modifiers are enumerated in TEventModifier. The modifier state can be set using RWsSession::SetModifierState().

See also: TEventModifier RWsSession::SetModifierState()

EnumeratorValueDescription
ETurnOnModifier0x40

Switch on modifier.

ETurnOffModifier

Switch off modifier.

EToggleModifier

Toggle the modifier on or off.

Enum TStdScanCode

Scan codes for the physical keys found on keyboards.

When processing a TKeyEvent, the TStdScanCode in TKeyEvent::iScanCode should usually be ignored in favour of the TKeyCode in TKeyEvent::iCode.

Using iScanCode would bypass the keyboard mapping and any FEP that happens to be installed. The exceptions to this general rule are games where the positions of the keys are more important than their translations, and FEPs that are implementing keyboard maps themselves. In these cases, if the iCode is used rather than iScanCode to determine the key pressed, there will be two unfortunate consequences. First, the low-level keyboard mapping might re-arrange the mapping that you are trying to impose. Second, you will subvert the CTRL+number method of entering Unicode literals.

See also: TKeyEvent TStdScanCode

EnumeratorValueDescription
EStdKeyNull0x00

No key present.

EStdKeyBackspace0x01

Scan code for Backspace key.

EStdKeyTab0x02

Scan code for Tab key.

EStdKeyEnter0x03

Scan code for Enter key.

EStdKeyEscape0x04

Scan code for Escape (Esc) key.

EStdKeySpace0x05

Scan code for Space key.

EStdKeyPrintScreen0x06

Scan code for Print Screen key.

EStdKeyPause0x07

Scan code for Pause key.

EStdKeyHome0x08

Scan code for Home key.

EStdKeyEnd0x09

Scan code for End key.

EStdKeyPageUp0x0a

Scan code for Page Up key.

EStdKeyPageDown0x0b

Scan code for Page Down key.

EStdKeyInsert0x0c

Scan code for Insert key.

EStdKeyDelete0x0d

Scan code for Delete (Del) key.

EStdKeyLeftArrow0x0e

Scan code for Left arrow key.

EStdKeyRightArrow0x0f

Scan code for Right arrow key.

EStdKeyUpArrow0x10

Scan code for Up arrow key.

EStdKeyDownArrow0x11

Scan code for Down arrow key.

EStdKeyLeftShift0x12

Scan code for left Shift key.

EStdKeyRightShift0x13

Scan code for right Shift key.

EStdKeyLeftAlt0x14

Scan code for left Alt key.

EStdKeyRightAlt0x15

Scan code for right Alt key.

EStdKeyLeftCtrl0x16

Scan code for left Control (Ctrl) key.

EStdKeyRightCtrl0x17

Scan code for right Control (Ctrl) key.

EStdKeyLeftFunc0x18

Scan code for left Fn key.

EStdKeyRightFunc0x19

Scan code for right Fn key.

EStdKeyCapsLock0x1a

Scan code for Caps lock key.

EStdKeyNumLock0x1b

Scan code for Num lock key.

EStdKeyScrollLock0x1c

Scan code for Scroll lock key.

EStdKeyF10x60

Scan code for function key F1.

EStdKeyF20x61

Scan code for function key F2.

EStdKeyF30x62

Scan code for function key F3.

EStdKeyF40x63

Scan code for function key F4.

EStdKeyF50x64

Scan code for function key F5

EStdKeyF60x65

Scan code for function key F6

EStdKeyF70x66

Scan code for function key F7

EStdKeyF80x67

Scan code for function key F8

EStdKeyF90x68

Scan code for function key F9

EStdKeyF100x69

Scan code for function key F10

EStdKeyF110x6a

Scan code for function key F11

EStdKeyF120x6b

Scan code for function key F12

EStdKeyF130x6c

Scan code for function key F13

EStdKeyF140x6d

Scan code for function key F14

EStdKeyF150x6e

Scan code for function key F15

EStdKeyF160x6f

Scan code for function key F16

EStdKeyF170x70

Scan code for function key F17

EStdKeyF180x71

Scan code for function key F18

EStdKeyF190x72

Scan code for function key F19

EStdKeyF200x73

Scan code for function key F20

EStdKeyF210x74

Scan code for function key F21

EStdKeyF220x75

Scan code for function key F22.

EStdKeyF230x76

Scan code for function key F23.

EStdKeyF240x77

Scan code for function key F24.

EStdKeyXXX0x78

Scan code for the key to the left of the 1 key on a standard keyboard.

EStdKeyComma0x79

Scan code for Comma (,) key.

EStdKeyFullStop0x7a

Scan code for Full stop (.) key.

EStdKeyForwardSlash0x7b

Scan code for Forward slash (/) key.

EStdKeyBackSlash0x7c

Scan code for Back slash (\) key.

EStdKeySemiColon0x7d

Scan code for Semi colon (;) key.

EStdKeySingleQuote0x7e

Scan code for Single quote (') key.

EStdKeyHash0x7f

Scan code for Hash key (#) key.

EStdKeySquareBracketLeft0x80

Scan code for left Square bracket ([) key.

EStdKeySquareBracketRight0x81

Scan code for right Square bracket (]) key.

EStdKeyMinus0x82

Scan code for Minus key (-) key.

EStdKeyEquals0x83

Scan code for Equals key (=) key.

EStdKeyNkpForwardSlash0x84

Scan code for forward slash (/) key on the Numeric keypad.

EStdKeyNkpAsterisk0x85

Scan code for Asterisk (*) key on the Numeric keypad.

EStdKeyNkpMinus0x86

Scan code for Minus (-) key on the Numeric keypad.

EStdKeyNkpPlus0x87

Scan code for Plus (+) key on the Numeric keypad.

EStdKeyNkpEnter0x88

Scan code for Enter key on the Numeric keypad.

EStdKeyNkp10x89

Scan code for the 1 key on the Numeric keypad.

EStdKeyNkp20x8a

Scan code for the 2 key on the Numeric keypad.

EStdKeyNkp30x8b

Scan code for the 3 key on the Numeric keypad.

EStdKeyNkp40x8c

Scan code for the 4 key on the Numeric keypad.

EStdKeyNkp50x8d

Scan code for the 5 key on the Numeric keypad.

EStdKeyNkp60x8e

Scan code for the 6 key on the Numeric keypad.

EStdKeyNkp70x8f

Scan code for the 7 key on the Numeric keypad.

EStdKeyNkp80x90

Scan code for the 8 key on the Numeric keypad.

EStdKeyNkp90x91

Scan code for the 9 key on the Numeric keypad.

EStdKeyNkp00x92

Scan code for the 0 key on the Numeric keypad.

EStdKeyNkpFullStop0x93

Scan code for Full stop (.) key on the Numeric keypad.

EStdKeyMenu0x94

Scan code for Menu key.

EStdKeyBacklightOn0x95

Scan code for Backlight on key.

EStdKeyBacklightOff0x96

Scan code for Backlight off key.

EStdKeyBacklightToggle0x97

Scan code for Backlight toggle key.

EStdKeyIncContrast0x98

Scan code for Increase contrast key.

EStdKeyDecContrast0x99

Scan code for Decrease contrast key.

EStdKeySliderDown0x9a

Scan code for Slider down key.

EStdKeySliderUp0x9b

Scan code for Slider up key.

EStdKeyDictaphonePlay0x9c

Scan code for Dictaphone play key.

EStdKeyDictaphoneStop0x9d

Scan code for Dictaphone stop key.

EStdKeyDictaphoneRecord0x9e

Scan code for Dictaphone record key.

EStdKeyHelp0x9f

Scan code for Help key

EStdKeyOff0xa0

Scan code for Off key.

EStdKeyDial0xa1

Scan code for Dial key.

EStdKeyIncVolume0xa2

Scan code for Increase volume key.

EStdKeyDecVolume0xa3

Scan code for Decrease volume key.

EStdKeyDevice00xa4

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice10xa5

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice20xa6

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice30xa7

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice40xa8

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice50xa9

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice60xaa

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice70xab

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice80xac

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice90xad

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDeviceA0xae

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDeviceB0xaf

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDeviceC0xb0

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDeviceD0xb1

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDeviceE0xb2

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDeviceF0xb3

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyApplication00xb4

Scan code for device-specific application launcher key.

EStdKeyApplication10xb5

Scan code for device-specific application launcher key.

EStdKeyApplication20xb6

Scan code for device-specific application launcher key.

EStdKeyApplication30xb7

Scan code for device-specific application launcher key.

EStdKeyApplication40xb8

Scan code for device-specific application launcher key.

EStdKeyApplication50xb9

Scan code for device-specific application launcher key.

EStdKeyApplication60xba

Scan code for device-specific application launcher key.

EStdKeyApplication70xbb

Scan code for device-specific application launcher key.

EStdKeyApplication80xbc

Scan code for device-specific application launcher key.

EStdKeyApplication90xbd

Scan code for device-specific application launcher key.

EStdKeyApplicationA0xbe

Scan code for device-specific application launcher key.

EStdKeyApplicationB0xbf

Scan code for device-specific application launcher key.

EStdKeyApplicationC0xc0

Scan code for device-specific application launcher key.

EStdKeyApplicationD0xc1

Scan code for device-specific application launcher key.

EStdKeyApplicationE0xc2

Scan code for device-specific application launcher key.

EStdKeyApplicationF0xc3

Scan code for device-specific application launcher key.

EStdKeyYes0xc4

Scan code for Yes key.

EStdKeyNo0xc5

Scan code for No key.

EStdKeyIncBrightness0xc6

Scan code for Increase brightness key.

EStdKeyDecBrightness0xc7

Scan code for Decrease brightness key.

EStdKeyKeyboardExtend0xc8

Scan code for flip actuated when keypad extends to full keyboard.

EStdKeyDevice100xc9

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice110xca

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice120xcb

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice130xcc

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice140xcd

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice150xce

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice160xcf

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice170xd0

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice180xd1

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice190xd2

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice1A0xd3

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice1B0xd4

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice1C0xd5

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice1D0xd6

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice1E0xd7

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice1F0xd8

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyApplication100xd9

Scan code for device-specific application launcher key.

EStdKeyApplication110xda

Scan code for device-specific application launcher key.

EStdKeyApplication120xdb

Scan code for device-specific application launcher key.

EStdKeyApplication130xdc

Scan code for device-specific application launcher key.

EStdKeyApplication140xdd

Scan code for device-specific application launcher key.

EStdKeyApplication150xde

Scan code for device-specific application launcher key.

EStdKeyApplication160xdf

Scan code for device-specific application launcher key.

EStdKeyApplication170xe0

Scan code for device-specific application launcher key.

EStdKeyApplication180xe1

Scan code for device-specific application launcher key.

EStdKeyApplication190xe2

Scan code for device-specific application launcher key.

EStdKeyApplication1A0xe3

Scan code for device-specific application launcher key.

EStdKeyApplication1B0xe4

Scan code for device-specific application launcher key.

EStdKeyApplication1C0xe5

Scan code for device-specific application launcher key.

EStdKeyApplication1D0xe6

Scan code for device-specific application launcher key.

EStdKeyApplication1E0xe7

Scan code for device-specific application launcher key.

EStdKeyApplication1F0xe8

Scan code for device-specific application launcher key.

EStdKeyDevice200xe9

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice210xea

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice220xeb

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice230xec

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice240xed

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice250xee

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice260xef

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyDevice270xf0

Device-specific scan code - usually represents an extra hardware key on the phone.

EStdKeyApplication200xf1

Scan code for device-specific application launcher key.

EStdKeyApplication210xf2

Scan code for device-specific application launcher key.

EStdKeyApplication220xf3

Scan code for device-specific application launcher key.

EStdKeyApplication230xf4

Scan code for device-specific application launcher key.

EStdKeyApplication240xf5

Scan code for device-specific application launcher key.

EStdKeyApplication250xf6

Scan code for device-specific application launcher key.

EStdKeyApplication260xf7

Scan code for device-specific application launcher key.

EStdKeyApplication270xf8

Scan code for device-specific application launcher key.

Enum TKeyCode

Codes generated by non-ASCII key presses.

A key event's character code is held in TKeyEvent::iCode.

See also: TKeyEvent::iCode

EnumeratorValueDescription
EKeyNull0x0000

Code for the Null key.

EKeyBell0x0007

Code for the Bell key

EKeyBackspace0x0008

Code for the Backspace key

EKeyTab0x0009

Code for the Tab key

EKeyLineFeed0x000a

Code for the Linefeed key

EKeyVerticalTab0x000b

Code for the Vertical tab key

EKeyFormFeed0x000c

Code for the Form feed key

EKeyEnter0x000d

Code for the Enter key

EKeyEscape0x001b

Code for the Escape key

EKeySpace0x0020

Code for the Space key

EKeyDelete0x007f

Code for the Delete (Del) key

EKeyPrintScreen0xf800

Code for the Print screen key

EKeyPause

Code for the Pause key

EKeyHome

Code for the Home key

EKeyEnd

Code for the End key

EKeyPageUp

Code for the Page up key

EKeyPageDown

Code for the Page down key

EKeyInsert

Code for the Insert key

EKeyLeftArrow

Code for the Left arrow key

EKeyRightArrow

Code for the Right arrow key

EKeyUpArrow

Code for the Up arrow key

EKeyDownArrow

Code for the Down arrow key

EKeyLeftShift

Code for the left Shift key

EKeyRightShift

Code for the right Shift key

EKeyLeftAlt

Code for the left Alt key

EKeyRightAlt

Code for the right Alt key

EKeyLeftCtrl

Code for the left Control (Ctrl) key

EKeyRightCtrl

Code for the right Control (Ctrl) key.

EKeyLeftFunc

Code for the left Fn key.

EKeyRightFunc

Code for the right Fn key.

EKeyCapsLock

Code for the Caps lock key.

EKeyNumLock

Code for the Num lock key.

EKeyScrollLock

Code for the Scroll lock key.

EKeyF1

Code for the F1 function key.

EKeyF2

Code for the F2 function key.

EKeyF3

Code for the F3 function key.

EKeyF4

Code for the F4 function key.

EKeyF5

Code for the F5 function key.

EKeyF6

Code for the F6 function key.

EKeyF7

Code for the F7 function key.

EKeyF8

Code for the F8 function key.

EKeyF9

Code for the F9 function key.

EKeyF10

Code for the F10 function key.

EKeyF11

Code for the F11 function key.

EKeyF12

Code for the F12 function key.

EKeyF13

Code for the F13 function key.

EKeyF14

Code for the F14 function key.

EKeyF15

Code for the F15 function key.

EKeyF16

Code for the F16 function key.

EKeyF17

Code for the F17 function key.

EKeyF18

Code for the F18 function key.

EKeyF19

Code for the F19 function key.

EKeyF20

Code for the F20 function key.

EKeyF21

Code for the F21 function key.

EKeyF22

Code for the F22 function key.

EKeyF23

Code for the F23 function key.

EKeyF24

Code for the F24 function key.

EKeyOff

Code for the Off key.

EKeyIncContrast

Code for the Increase contrast key.

EKeyDecContrast

Code for the Decrease contrast key.

EKeyBacklightOn

Code for the Backlight on key.

EKeyBacklightOff

Code for the Backlight off key.

EKeyBacklightToggle

Code for the Backlight toggle key.

EKeySliderDown

Code for the Slider down key.

EKeySliderUp

Code for the Slider up key.

EKeyMenu

Code for the Menu key.

EKeyDictaphonePlay

Code for the Dictaphone play key.

EKeyDictaphoneStop

Code for the Dictaphone stop key.

EKeyDictaphoneRecord

Code for the Dictaphone record key.

EKeyHelp

Code for the Help key.

EKeyDial

Code for the Dial key.

EKeyScreenDimension0

Code for the first Screen dimension change key.

EKeyScreenDimension1

Code for the second Screen dimension change key.

EKeyScreenDimension2

Code for the third Screen dimension change key.

EKeyScreenDimension3

Code for the fourth Screen dimension change key.

EKeyIncVolume

Code for the increase colume key.

EKeyDecVolume

Code for the decrease volume key.

EKeyDevice0

Code for a device specific key.

EKeyDevice1

Code for a device specific key.

EKeyDevice2

Code for a device specific key.

EKeyDevice3

Code for a device specific key.

EKeyDevice4

Code for a device specific key.

EKeyDevice5

Code for a device specific key.

EKeyDevice6

Code for a device specific key.

EKeyDevice7

Code for a device specific key.

EKeyDevice8

Code for a device specific key.

EKeyDevice9

Code for a device specific key.

EKeyDeviceA

Code for a device specific key.

EKeyDeviceB

Code for a device specific key.

EKeyDeviceC

Code for a device specific key.

EKeyDeviceD

Code for a device specific key.

EKeyDeviceE

Code for a device specific key.

EKeyDeviceF

Code for a device specific key.

EKeyApplication0

Code for an Application launcher key.

EKeyApplication1

Code for an Application launcher key.

EKeyApplication2

Code for an Application launcher key.

EKeyApplication3

Code for an Application launcher key.

EKeyApplication4

Code for an Application launcher key.

EKeyApplication5

Code for an Application launcher key.

EKeyApplication6

Code for an Application launcher key.

EKeyApplication7

Code for an Application launcher key.

EKeyApplication8

Code for an Application launcher key.

EKeyApplication9

Code for an Application launcher key.

EKeyApplicationA

Code for an Application launcher key.

EKeyApplicationB

Code for an Application launcher key.

EKeyApplicationC

Code for an Application launcher key.

EKeyApplicationD

Code for an Application launcher key.

EKeyApplicationE

Code for an Application launcher key.

EKeyApplicationF

Code for an Application launcher key.

EKeyYes

Code for the Yes key.

EKeyNo

Code for the No key.

EKeyIncBrightness

Code for the increase brightness key.

EKeyDecBrightness

Code for the decrease brightness key.

EKeyKeyboardExtend

Code for flip actuated when keypad extends to full keyboard.

EKeyDevice10

Code for a device specific key.

EKeyDevice11

Code for a device specific key.

EKeyDevice12

Code for a device specific key.

EKeyDevice13

Code for a device specific key.

EKeyDevice14

Code for a device specific key.

EKeyDevice15

Code for a device specific key.

EKeyDevice16

Code for a device specific key.

EKeyDevice17

Code for a device specific key.

EKeyDevice18

Code for a device specific key.

EKeyDevice19

Code for a device specific key.

EKeyDevice1A

Code for a device specific key.

EKeyDevice1B

Code for a device specific key.

EKeyDevice1C

Code for a device specific key.

EKeyDevice1D

Code for a device specific key.

EKeyDevice1E

Code for a device specific key.

EKeyDevice1F

Code for a device specific key.

EKeyApplication10

Code for an Application launcher key.

EKeyApplication11

Code for an Application launcher key.

EKeyApplication12

Code for an Application launcher key.

EKeyApplication13

Code for an Application launcher key.

EKeyApplication14

Code for an Application launcher key.

EKeyApplication15

Code for an Application launcher key.

EKeyApplication16

Code for an Application launcher key.

EKeyApplication17

Code for an Application launcher key.

EKeyApplication18

Code for an Application launcher key.

EKeyApplication19

Code for an Application launcher key.

EKeyApplication1A

Code for an Application launcher key.

EKeyApplication1B

Code for an Application launcher key.

EKeyApplication1C

Code for an Application launcher key.

EKeyApplication1D

Code for an Application launcher key.

EKeyApplication1E

Code for an Application launcher key.

EKeyApplication1F

Code for an Application launcher key.

EKeyDevice20

Code for a device specific key.

EKeyDevice21

Code for a device specific key.

EKeyDevice22

Code for a device specific key.

EKeyDevice23

Code for a device specific key.

EKeyDevice24

Code for a device specific key.

EKeyDevice25

Code for a device specific key.

EKeyDevice26

Code for a device specific key.

EKeyDevice27

Code for a device specific key.

EKeyApplication20

Code for an Application launcher key.

EKeyApplication21

Code for an Application launcher key.

EKeyApplication22

Code for an Application launcher key.

EKeyApplication23

Code for an Application launcher key.

EKeyApplication24

Code for an Application launcher key.

EKeyApplication25

Code for an Application launcher key.

EKeyApplication26

Code for an Application launcher key.

EKeyApplication27

Code for an Application launcher key.