Enum Key

Source
#[repr(u16)]
pub enum Key {
Show 767 variants KeyReserved = 0, KeyEscape = 1, Key1 = 2, Key2 = 3, Key3 = 4, Key4 = 5, Key5 = 6, Key6 = 7, Key7 = 8, Key8 = 9, Key9 = 10, Key0 = 11, KeyMinus = 12, KeyEqual = 13, KeyBackspace = 14, KeyTab = 15, KeyQ = 16, KeyW = 17, KeyE = 18, KeyR = 19, KeyT = 20, KeyY = 21, KeyU = 22, KeyI = 23, KeyO = 24, KeyP = 25, KeyLeftBrace = 26, KeyRightBrace = 27, KeyEnter = 28, KeyLeftControl = 29, KeyA = 30, KeyS = 31, KeyD = 32, KeyF = 33, KeyG = 34, KeyH = 35, KeyJ = 36, KeyK = 37, KeyL = 38, KeySemicolon = 39, KeyApostrophe = 40, KeyGrave = 41, KeyLeftShift = 42, KeyBackslash = 43, KeyZ = 44, KeyX = 45, KeyC = 46, KeyV = 47, KeyB = 48, KeyN = 49, KeyM = 50, KeyComma = 51, KeyDot = 52, KeySlash = 53, KeyRightShift = 54, KeyKeypadAsterisk = 55, KeyLeftAlternate = 56, KeySpace = 57, KeyCapsLock = 58, KeyF1 = 59, KeyF2 = 60, KeyF3 = 61, KeyF4 = 62, KeyF5 = 63, KeyF6 = 64, KeyF7 = 65, KeyF8 = 66, KeyF9 = 67, KeyF10 = 68, KeyNumericLock = 69, KeyScrollLock = 70, KeyKeypad7 = 71, KeyKeypad8 = 72, KeyKeypad9 = 73, KeyKeypadMinus = 74, KeyKeypad4 = 75, KeyKeypad5 = 76, KeyKeypad6 = 77, KeyKeypadPlus = 78, KeyKeypad1 = 79, KeyKeypad2 = 80, KeyKeypad3 = 81, KeyKeypad0 = 82, KeyKeypadDot = 83, Unknown054 = 84, KeyZenkakuHankaku = 85, Key102ND = 86, KeyF11 = 87, KeyF12 = 88, KeyRO = 89, KeyKatakana = 90, KeyHiragana = 91, KeyHenkan = 92, KeyKatakanaHiragana = 93, KeyMuhenkan = 94, KeyKeypadJPComma = 95, KeyKeypadEnter = 96, KeyRightControl = 97, KeyKeypadSlash = 98, KeySystemRequest = 99, KeyRightAlternate = 100, KeyLinefeed = 101, KeyHome = 102, KeyUp = 103, KeyPageUp = 104, KeyLeft = 105, KeyRight = 106, KeyEnd = 107, KeyDown = 108, KeyPageDown = 109, KeyInsert = 110, KeyDelete = 111, KeyMacro = 112, KeyMute = 113, KeyVolumeDown = 114, KeyVolumeUp = 115, KeyPower = 116, KeyKeypadEqual = 117, KeyKeypadPlusMinus = 118, KeyPause = 119, KeyScale = 120, KeyKeypadComma = 121, KeyHangeul = 122, KeyHanja = 123, KeyYen = 124, KeyLeftMeta = 125, KeyRightMeta = 126, KeyCompose = 127, KeyStop = 128, KeyAgain = 129, KeyProps = 130, KeyUndo = 131, KeyFront = 132, KeyCopy = 133, KeyOpen = 134, KeyPaste = 135, KeyFind = 136, KeyCut = 137, KeyHelp = 138, KeyMenu = 139, KeyCalculator = 140, KeySetup = 141, KeySleep = 142, KeyWakeup = 143, KeyFile = 144, KeySendFile = 145, KeyDeleteFile = 146, KeyXFER = 147, KeyProgram1 = 148, KeyProgram2 = 149, KeyWWW = 150, KeyMsDOS = 151, KeyCoffee = 152, KeyRotateDisplay = 153, KeyCycleWindows = 154, KeyMail = 155, KeyBookmarks = 156, KeyComputer = 157, KeyBack = 158, KeyForward = 159, KeyCloseCD = 160, KeyEjectCD = 161, KeyEjectCloseCD = 162, KeyNextSong = 163, KeyPlayPause = 164, KeyPreviousSong = 165, KeyStopCD = 166, KeyRecord = 167, KeyRewind = 168, KeyPhone = 169, KeyIso = 170, KeyConfig = 171, KeyHomepage = 172, KeyRefresh = 173, KeyExit = 174, KeyMove = 175, KeyEdit = 176, KeyScrollUp = 177, KeyScrollDown = 178, KeyKeypadLeftParenthesis = 179, KeyKeypadRightParenthesis = 180, KeyNew = 181, KeyRedo = 182, KeyF13 = 183, KeyF14 = 184, KeyF15 = 185, KeyF16 = 186, KeyF17 = 187, KeyF18 = 188, KeyF19 = 189, KeyF20 = 190, KeyF21 = 191, KeyF22 = 192, KeyF23 = 193, KeyF24 = 194, Unknown0C3 = 195, Unknown0C4 = 196, Unknown0C5 = 197, Unknown0C6 = 198, Unknown0C7 = 199, KeyPlayCD = 200, KeyPauseCD = 201, KeyProgram3 = 202, KeyProgram4 = 203, KeyDashboard = 204, KeySuspend = 205, KeyClose = 206, KeyPlay = 207, KeyFastForward = 208, KeyBassBoost = 209, KeyPrint = 210, KeyHP = 211, KeyCamera = 212, KeySound = 213, KeyQuestion = 214, KeyEmail = 215, KeyChat = 216, KeySearch = 217, KeyConnect = 218, KeyFinance = 219, KeySport = 220, KeyShop = 221, KeyAlternateErase = 222, KeyCancel = 223, KeyBrightnessDown = 224, KeyBrightnessUp = 225, KeyMedia = 226, KeySwitchVideoMode = 227, KeyKeyboardIlluminationToggle = 228, KeyKeyboardIlluminationDown = 229, KeyKeyboardIlluminationUp = 230, KeySend = 231, KeyReply = 232, KeyForwardMail = 233, KeySave = 234, KeyDocuments = 235, KeyBattery = 236, KeyBluetooth = 237, KeyWLAN = 238, KeyUWB = 239, KeyUnknown = 240, KeyVideoNext = 241, KeyVideoPrevious = 242, KeyBrightnessCycle = 243, KeyBrightnessAuto = 244, KeyDisplayOff = 245, KeyWWAN = 246, KeyRFKill = 247, KeyMicrophoneMute = 248, Unknown0F9 = 249, Unknown0FA = 250, Unknown0FB = 251, Unknown0FC = 252, Unknown0FD = 253, Unknown0FE = 254, Unknown0FF = 255, Button0 = 256, Button1 = 257, Button2 = 258, Button3 = 259, Button4 = 260, Button5 = 261, Button6 = 262, Button7 = 263, Button8 = 264, Button9 = 265, Unknown10A = 266, Unknown10B = 267, Unknown10C = 268, Unknown10D = 269, Unknown10E = 270, Unknown10F = 271, ButtonLeftMouse = 272, ButtonRightMouse = 273, ButtonMiddleMouse = 274, ButtonSideMouse = 275, ButtonExtraMouse = 276, ButtonForwardMouse = 277, ButtonBackMouse = 278, ButtonTaskMouse = 279, Unknown118 = 280, Unknown119 = 281, Unknown11A = 282, Unknown11B = 283, Unknown11C = 284, Unknown11D = 285, Unknown11E = 286, Unknown11F = 287, ButtonTrigger = 288, ButtonThumb = 289, ButtonThumb2 = 290, ButtonTop = 291, ButtonTop2 = 292, ButtonPinkie = 293, ButtonBase = 294, ButtonBase2 = 295, ButtonBase3 = 296, ButtonBase4 = 297, ButtonBase5 = 298, ButtonBase6 = 299, Unknown12C = 300, Unknown12D = 301, Unknown12E = 302, ButtonDead = 303, ButtonSouth = 304, ButtonEast = 305, ButtonC = 306, ButtonNorth = 307, ButtonWest = 308, ButtonZ = 309, ButtonTriggerLeft = 310, ButtonTriggerRight = 311, ButtonTriggerLeft2 = 312, ButtonTriggerRight2 = 313, ButtonSelect = 314, ButtonStart = 315, ButtonMode = 316, ButtonThumbLeft = 317, ButtonThumbRight = 318, Unknown13F = 319, ButtonToolPen = 320, ButtonToolRubber = 321, ButtonToolBrush = 322, ButtonToolPencil = 323, ButtonToolAirbrush = 324, ButtonToolFinger = 325, ButtonToolMouse = 326, ButtonToolLens = 327, ButtonToolQuintupleTap = 328, ButtonStylus3 = 329, ButtonTouch = 330, ButtonStylus = 331, ButtonStylus2 = 332, ButtonToolDoubleTap = 333, ButtonToolTripleTap = 334, ButtonToolQuadrupleTap = 335, ButtonGearDown = 336, ButtonGearUp = 337, Unknown152 = 338, Unknown153 = 339, Unknown154 = 340, Unknown155 = 341, Unknown156 = 342, Unknown157 = 343, Unknown158 = 344, Unknown159 = 345, Unknown15A = 346, Unknown15B = 347, Unknown15C = 348, Unknown15D = 349, Unknown15E = 350, Unknown15F = 351, KeyOk = 352, KeySelect = 353, KeyGoto = 354, KeyClear = 355, KeyPower2 = 356, KeyOption = 357, KeyInfo = 358, KeyTime = 359, KeyVendor = 360, KeyArchive = 361, KeyProgram = 362, KeyChannel = 363, KeyFavorites = 364, KeyEPG = 365, KeyPVR = 366, KeyMHP = 367, KeyLanguage = 368, KeyTitle = 369, KeySubtitle = 370, KeyAngle = 371, KeyFullScreen = 372, KeyMode = 373, KeyKeyboard = 374, KeyAspectRatio = 375, KeyPC = 376, KeyTV = 377, KeyTV2 = 378, KeyVCR = 379, KeyVCR2 = 380, KeySatellite = 381, KeySatellite2 = 382, KeyCD = 383, KeyTape = 384, KeyRadio = 385, KeyTuner = 386, KeyPlayer = 387, KeyText = 388, KeyDVD = 389, KeyAux = 390, KeyMP3 = 391, KeyAudio = 392, KeyVideo = 393, KeyDirectory = 394, KeyList = 395, KeyMemo = 396, KeyCalendar = 397, KeyRed = 398, KeyGreen = 399, KeyYellow = 400, KeyBlue = 401, KeyChannelUp = 402, KeyChannelDown = 403, KeyFirst = 404, KeyLast = 405, KeyAb = 406, KeyNext = 407, KeyRestart = 408, KeySlow = 409, KeyShuffle = 410, KeyBreak = 411, KeyPrevious = 412, KeyDigits = 413, KeyTeen = 414, KeyTwenty = 415, KeyVideophone = 416, KeyGames = 417, KeyZoomIn = 418, KeyZoomOut = 419, KeyZoomReset = 420, KeyWordProcessor = 421, KeyEditor = 422, KeySpreadSheet = 423, KeyGraphicsEditor = 424, KeyPresentation = 425, KeyDatabase = 426, KeyNews = 427, KeyVoiceMail = 428, KeyAddressBook = 429, KeyMessenger = 430, KeyDisplayToggle = 431, KeySpellcheck = 432, KeyLogoff = 433, KeyDollar = 434, KeyEuro = 435, KeyFrameBack = 436, KeyFrameForward = 437, KeyContextMenu = 438, KeyMediaRepeat = 439, Key10ChannelsUp = 440, Key10ChannelsDown = 441, KeyImages = 442, Unknown1BB = 443, Unknown1BC = 444, Unknown1BD = 445, Unknown1BE = 446, Unknown1BF = 447, KeyDeleteEOL = 448, KeyDeleteEOS = 449, KeyInsertLine = 450, KeyDeleteLine = 451, Unknown1C4 = 452, Unknown1C5 = 453, Unknown1C6 = 454, Unknown1C7 = 455, Unknown1C8 = 456, Unknown1C9 = 457, Unknown1CA = 458, Unknown1CB = 459, Unknown1CC = 460, Unknown1CD = 461, Unknown1CE = 462, Unknown1CF = 463, KeyFunction = 464, KeyFunctionEscape = 465, KeyFunctionF1 = 466, KeyFunctionF2 = 467, KeyFunctionF3 = 468, KeyFunctionF4 = 469, KeyFunctionF5 = 470, KeyFunctionF6 = 471, KeyFunctionF7 = 472, KeyFunctionF8 = 473, KeyFunctionF9 = 474, KeyFunctionF10 = 475, KeyFunctionF11 = 476, KeyFunctionF12 = 477, KeyFunction1 = 478, KeyFunction2 = 479, KeyFunctionD = 480, KeyFunctionE = 481, KeyFunctionF = 482, KeyFunctionS = 483, KeyFunctionB = 484, Unknown1E5 = 485, Unknown1E6 = 486, Unknown1E7 = 487, Unknown1E8 = 488, Unknown1E9 = 489, Unknown1EA = 490, Unknown1EB = 491, Unknown1EC = 492, Unknown1ED = 493, Unknown1EE = 494, Unknown1EF = 495, Unknown1F0 = 496, KeyBrailleDot1 = 497, KeyBrailleDot2 = 498, KeyBrailleDot3 = 499, KeyBrailleDot4 = 500, KeyBrailleDot5 = 501, KeyBrailleDot6 = 502, KeyBrailleDot7 = 503, KeyBrailleDot8 = 504, KeyBrailleDot9 = 505, KeyBrailleDot10 = 506, Unknown1FB = 507, Unknown1FC = 508, Unknown1FD = 509, Unknown1FE = 510, Unknown1FF = 511, KeyNumeric0 = 512, KeyNumeric1 = 513, KeyNumeric2 = 514, KeyNumeric3 = 515, KeyNumeric4 = 516, KeyNumeric5 = 517, KeyNumeric6 = 518, KeyNumeric7 = 519, KeyNumeric8 = 520, KeyNumeric9 = 521, KeyNumericStar = 522, KeyNumericPound = 523, KeyNumericA = 524, KeyNumericB = 525, KeyNumericC = 526, KeyNumericD = 527, KeyCameraFocus = 528, KeyWPSButton = 529, KeyTouchpadToggle = 530, KeyTouchpadOn = 531, KeyTouchpadOff = 532, KeyCameraZoomIn = 533, KeyCameraZoomOut = 534, KeyCameraUp = 535, KeyCameraDown = 536, KeyCameraLeft = 537, KeyCameraRight = 538, KeyAttendantOn = 539, KeyAttendantOff = 540, KeyAttendantToggle = 541, KeyLightsToggle = 542, Unknown21F = 543, ButtonDPadUp = 544, ButtonDPadDown = 545, ButtonDPadLeft = 546, ButtonDPadRight = 547, Unknown224 = 548, Unknown225 = 549, Unknown226 = 550, Unknown227 = 551, Unknown228 = 552, Unknown229 = 553, Unknown22A = 554, Unknown22B = 555, Unknown22C = 556, Unknown22D = 557, Unknown22E = 558, Unknown22F = 559, KeyALSToggle = 560, KeyRotateLockToggle = 561, Unknown232 = 562, Unknown233 = 563, Unknown234 = 564, Unknown235 = 565, Unknown236 = 566, Unknown237 = 567, Unknown238 = 568, Unknown239 = 569, Unknown23A = 570, Unknown23B = 571, Unknown23C = 572, Unknown23D = 573, Unknown23E = 574, Unknown23F = 575, KeyButtonConfiguration = 576, KeyTaskManager = 577, KeyJournal = 578, KeyControlPanel = 579, KeyAppSelect = 580, KeyScreenSaver = 581, KeyVoiceCommand = 582, KeyAssistant = 583, Unknown248 = 584, Unknown249 = 585, Unknown24A = 586, Unknown24B = 587, Unknown24C = 588, Unknown24D = 589, Unknown24E = 590, Unknown24F = 591, KeyBrightnessMin = 592, KeyBrightnessMax = 593, Unknown252 = 594, Unknown253 = 595, Unknown254 = 596, Unknown255 = 597, Unknown256 = 598, Unknown257 = 599, Unknown258 = 600, Unknown259 = 601, Unknown25A = 602, Unknown25B = 603, Unknown25C = 604, Unknown25D = 605, Unknown25E = 606, Unknown25F = 607, KeyKeyboardInputAssistPrevious = 608, KeyKeyboardInputAssistNext = 609, KeyKeyboardInputAssistPreviousGroup = 610, KeyKeyboardInputAssistNextGroup = 611, KeyKeyboardInputAssistAccept = 612, KeyKeyboardInputAssistCancel = 613, KeyRightUp = 614, KeyRightDown = 615, KeyLeftUp = 616, KeyLeftDown = 617, KeyRootMenu = 618, KeyMediaTopMenu = 619, KeyNumeric11 = 620, KeyNumeric12 = 621, KeyAudioDescription = 622, Key3DMode = 623, KeyNextFavorite = 624, KeyStopRecord = 625, KeyPauseRecord = 626, KeyVOD = 627, KeyUnmute = 628, KeyFastReverse = 629, KeySlowReverse = 630, KeyData = 631, KeyOnScreenKeyboard = 632, Unknown279 = 633, Unknown27A = 634, Unknown27B = 635, Unknown27C = 636, Unknown27D = 637, Unknown27E = 638, Unknown27F = 639, Unknown280 = 640, Unknown281 = 641, Unknown282 = 642, Unknown283 = 643, Unknown284 = 644, Unknown285 = 645, Unknown286 = 646, Unknown287 = 647, Unknown288 = 648, Unknown289 = 649, Unknown28A = 650, Unknown28B = 651, Unknown28C = 652, Unknown28D = 653, Unknown28E = 654, Unknown28F = 655, Unknown290 = 656, Unknown291 = 657, Unknown292 = 658, Unknown293 = 659, Unknown294 = 660, Unknown295 = 661, Unknown296 = 662, Unknown297 = 663, Unknown298 = 664, Unknown299 = 665, Unknown29A = 666, Unknown29B = 667, Unknown29C = 668, Unknown29D = 669, Unknown29E = 670, Unknown29F = 671, Unknown2A0 = 672, Unknown2A1 = 673, Unknown2A2 = 674, Unknown2A3 = 675, Unknown2A4 = 676, Unknown2A5 = 677, Unknown2A6 = 678, Unknown2A7 = 679, Unknown2A8 = 680, Unknown2A9 = 681, Unknown2AA = 682, Unknown2AB = 683, Unknown2AC = 684, Unknown2AD = 685, Unknown2AE = 686, Unknown2AF = 687, Unknown2B0 = 688, Unknown2B1 = 689, Unknown2B2 = 690, Unknown2B3 = 691, Unknown2B4 = 692, Unknown2B5 = 693, Unknown2B6 = 694, Unknown2B7 = 695, Unknown2B8 = 696, Unknown2B9 = 697, Unknown2BA = 698, Unknown2BB = 699, Unknown2BC = 700, Unknown2BD = 701, Unknown2BE = 702, Unknown2BF = 703, ButtonTriggerHappy1 = 704, ButtonTriggerHappy2 = 705, ButtonTriggerHappy3 = 706, ButtonTriggerHappy4 = 707, ButtonTriggerHappy5 = 708, ButtonTriggerHappy6 = 709, ButtonTriggerHappy7 = 710, ButtonTriggerHappy8 = 711, ButtonTriggerHappy9 = 712, ButtonTriggerHappy10 = 713, ButtonTriggerHappy11 = 714, ButtonTriggerHappy12 = 715, ButtonTriggerHappy13 = 716, ButtonTriggerHappy14 = 717, ButtonTriggerHappy15 = 718, ButtonTriggerHappy16 = 719, ButtonTriggerHappy17 = 720, ButtonTriggerHappy18 = 721, ButtonTriggerHappy19 = 722, ButtonTriggerHappy20 = 723, ButtonTriggerHappy21 = 724, ButtonTriggerHappy22 = 725, ButtonTriggerHappy23 = 726, ButtonTriggerHappy24 = 727, ButtonTriggerHappy25 = 728, ButtonTriggerHappy26 = 729, ButtonTriggerHappy27 = 730, ButtonTriggerHappy28 = 731, ButtonTriggerHappy29 = 732, ButtonTriggerHappy30 = 733, ButtonTriggerHappy31 = 734, ButtonTriggerHappy32 = 735, ButtonTriggerHappy33 = 736, ButtonTriggerHappy34 = 737, ButtonTriggerHappy35 = 738, ButtonTriggerHappy36 = 739, ButtonTriggerHappy37 = 740, ButtonTriggerHappy38 = 741, ButtonTriggerHappy39 = 742, ButtonTriggerHappy40 = 743, Unknown2E8 = 744, Unknown2E9 = 745, Unknown2EA = 746, Unknown2EB = 747, Unknown2EC = 748, Unknown2ED = 749, Unknown2EE = 750, Unknown2EF = 751, Unknown2F0 = 752, Unknown2F1 = 753, Unknown2F2 = 754, Unknown2F3 = 755, Unknown2F4 = 756, Unknown2F5 = 757, Unknown2F6 = 758, Unknown2F7 = 759, Unknown2F8 = 760, Unknown2F9 = 761, Unknown2FA = 762, Unknown2FB = 763, Unknown2FC = 764, Unknown2FD = 765, Unknown2FE = 766,
}
Expand description

Event codes for buttons and keys

Variants§

§

KeyReserved = 0

Reserved key

§

KeyEscape = 1

Escape key

§

Key1 = 2

1 key

§

Key2 = 3

2 key

§

Key3 = 4

3 key

§

Key4 = 5

4 key

§

Key5 = 6

5 key

§

Key6 = 7

6 key

§

Key7 = 8

7 key

§

Key8 = 9

8 key

§

Key9 = 10

9 key

§

Key0 = 11

0 key

§

KeyMinus = 12

Minus key

§

KeyEqual = 13

Equal key

§

KeyBackspace = 14

Backspace key

§

KeyTab = 15

Tab key

§

KeyQ = 16

Q key

§

KeyW = 17

W key

§

KeyE = 18

E key

§

KeyR = 19

R key

§

KeyT = 20

T key

§

KeyY = 21

Y key

§

KeyU = 22

U key

§

KeyI = 23

I key

§

KeyO = 24

O key

§

KeyP = 25

P key

§

KeyLeftBrace = 26

Left brace key

§

KeyRightBrace = 27

Right brace key

§

KeyEnter = 28

Enter key

§

KeyLeftControl = 29

Left control key

§

KeyA = 30

A key

§

KeyS = 31

S key

§

KeyD = 32

D key

§

KeyF = 33

F key

§

KeyG = 34

G key

§

KeyH = 35

H key

§

KeyJ = 36

J key

§

KeyK = 37

K key

§

KeyL = 38

L key

§

KeySemicolon = 39

Semicolon key

§

KeyApostrophe = 40

Apostrophe key

§

KeyGrave = 41

Grave key

§

KeyLeftShift = 42

Left shift key

§

KeyBackslash = 43

Backslash key

§

KeyZ = 44

Z key

§

KeyX = 45

X key

§

KeyC = 46

C key

§

KeyV = 47

V key

§

KeyB = 48

B key

§

KeyN = 49

N key

§

KeyM = 50

M key

§

KeyComma = 51

Comma key

§

KeyDot = 52

Dot key

§

KeySlash = 53

Slash key

§

KeyRightShift = 54

Right shift key

§

KeyKeypadAsterisk = 55

Keypad asterisk key

§

KeyLeftAlternate = 56

Left alternate key

§

KeySpace = 57

Space key

§

KeyCapsLock = 58

Caps lock key

§

KeyF1 = 59

F1 key

§

KeyF2 = 60

F2 key

§

KeyF3 = 61

F3 key

§

KeyF4 = 62

F4 key

§

KeyF5 = 63

F5 key

§

KeyF6 = 64

F6 key

§

KeyF7 = 65

F7 key

§

KeyF8 = 66

F8 key

§

KeyF9 = 67

F9 key

§

KeyF10 = 68

F10 key

§

KeyNumericLock = 69

Numeric lock key

§

KeyScrollLock = 70

Scroll lock key

§

KeyKeypad7 = 71

Keypad 7 key

§

KeyKeypad8 = 72

Keypad 8 key

§

KeyKeypad9 = 73

Keypad 9 key

§

KeyKeypadMinus = 74

Keypad minus key

§

KeyKeypad4 = 75

Keypad 4 key

§

KeyKeypad5 = 76

Keypad 5 key

§

KeyKeypad6 = 77

Keypad 6 key

§

KeyKeypadPlus = 78

Keypad plus key

§

KeyKeypad1 = 79

Keypad 1 key

§

KeyKeypad2 = 80

Keypad 2 key

§

KeyKeypad3 = 81

Keypad 3 key

§

KeyKeypad0 = 82

Keypad 0 key

§

KeyKeypadDot = 83

Keypad dot key

§

Unknown054 = 84

Unknown button/key 054

§

KeyZenkakuHankaku = 85

Zankaku/Hankaku key

§

Key102ND = 86

102ND key

§

KeyF11 = 87

F11 key

§

KeyF12 = 88

F12 key

§

KeyRO = 89

RO key

§

KeyKatakana = 90

Katakana key

§

KeyHiragana = 91

Hiragana key

§

KeyHenkan = 92

Henkan key

§

KeyKatakanaHiragana = 93

Katakana/Hiragana key

§

KeyMuhenkan = 94

Muhenkan key

§

KeyKeypadJPComma = 95

Keypad JP comma key

§

KeyKeypadEnter = 96

Keypad enter key

§

KeyRightControl = 97

Right control key

§

KeyKeypadSlash = 98

Keypad slash key

§

KeySystemRequest = 99

System request key

§

KeyRightAlternate = 100

Right alternate key

§

KeyLinefeed = 101

Linefeed key

§

KeyHome = 102

Home key

§

KeyUp = 103

Up key

§

KeyPageUp = 104

Page up key

§

KeyLeft = 105

Left key

§

KeyRight = 106

Right key

§

KeyEnd = 107

End key

§

KeyDown = 108

Down key

§

KeyPageDown = 109

Page down key

§

KeyInsert = 110

Insert key

§

KeyDelete = 111

Delete key

§

KeyMacro = 112

Macro key

§

KeyMute = 113

Mute key

§

KeyVolumeDown = 114

Volume down key

§

KeyVolumeUp = 115

Valume up key

§

KeyPower = 116

Powe key

§

KeyKeypadEqual = 117

Keypad equal key

§

KeyKeypadPlusMinus = 118

Keypad plus/minus key

§

KeyPause = 119

Pause key

§

KeyScale = 120

Scale key

§

KeyKeypadComma = 121

Keypad comma key

§

KeyHangeul = 122

Hangeul key

§

KeyHanja = 123

Hanja key

§

KeyYen = 124

Yen key

§

KeyLeftMeta = 125

Left meta key

§

KeyRightMeta = 126

Right meta key

§

KeyCompose = 127

Compose key

§

KeyStop = 128

Stop key

§

KeyAgain = 129

Again key

§

KeyProps = 130

Props key

§

KeyUndo = 131

Undo key

§

KeyFront = 132

Front key

§

KeyCopy = 133

Copy key

§

KeyOpen = 134

Open key

§

KeyPaste = 135

Paste key

§

KeyFind = 136

Find key

§

KeyCut = 137

Cut key

§

KeyHelp = 138

Help key

§

KeyMenu = 139

Menu key

§

KeyCalculator = 140

Calculator key

§

KeySetup = 141

Setup key

§

KeySleep = 142

Sleep key

§

KeyWakeup = 143

Wakeup key

§

KeyFile = 144

File key

§

KeySendFile = 145

Send file key

§

KeyDeleteFile = 146

Delete file key

§

KeyXFER = 147

XFER key

§

KeyProgram1 = 148

Program 1 key

§

KeyProgram2 = 149

Program 2 key

§

KeyWWW = 150

WWW key

§

KeyMsDOS = 151

Ms DOS key

§

KeyCoffee = 152

Coffee key

§

KeyRotateDisplay = 153

Rotate display key

§

KeyCycleWindows = 154

Cycle windows key

§

KeyMail = 155

Mail key

§

KeyBookmarks = 156

Bookmarks key

§

KeyComputer = 157

Computer key

§

KeyBack = 158

Back key

§

KeyForward = 159

Forward key

§

KeyCloseCD = 160

Close CD key

§

KeyEjectCD = 161

Eject CD key

§

KeyEjectCloseCD = 162

Eject close CD key

§

KeyNextSong = 163

Next song key

§

KeyPlayPause = 164

Play pause key

§

KeyPreviousSong = 165

Previous song key

§

KeyStopCD = 166

Stop CD key

§

KeyRecord = 167

Record key

§

KeyRewind = 168

Rewind key

§

KeyPhone = 169

Phone key

§

KeyIso = 170

Iso key

§

KeyConfig = 171

Config key

§

KeyHomepage = 172

Homepage key

§

KeyRefresh = 173

Refresh key

§

KeyExit = 174

Exit key

§

KeyMove = 175

Move key

§

KeyEdit = 176

Edit key

§

KeyScrollUp = 177

Scroll up key

§

KeyScrollDown = 178

Scroll down key

§

KeyKeypadLeftParenthesis = 179

Keypad left parenthesis key

§

KeyKeypadRightParenthesis = 180

Keypad right parenthesis key

§

KeyNew = 181

New key

§

KeyRedo = 182

Redo key

§

KeyF13 = 183

F13 key

§

KeyF14 = 184

F14 key

§

KeyF15 = 185

F15 key

§

KeyF16 = 186

F16 key

§

KeyF17 = 187

F17 key

§

KeyF18 = 188

F18 key

§

KeyF19 = 189

F19 key

§

KeyF20 = 190

F20 key

§

KeyF21 = 191

F21 key

§

KeyF22 = 192

F22 key

§

KeyF23 = 193

F23 key

§

KeyF24 = 194

F24 key

§

Unknown0C3 = 195

Unknown button/key 0C3

§

Unknown0C4 = 196

Unknown button/key 0C4

§

Unknown0C5 = 197

Unknown button/key 0C5

§

Unknown0C6 = 198

Unknown button/key 0C6

§

Unknown0C7 = 199

Unknown button/key 0C7

§

KeyPlayCD = 200

Play CD key

§

KeyPauseCD = 201

Pause CD key

§

KeyProgram3 = 202

Program 3 key

§

KeyProgram4 = 203

Program 4 key

§

KeyDashboard = 204

Dashboard key

§

KeySuspend = 205

Suspend key

§

KeyClose = 206

Close key

§

KeyPlay = 207

Play key

§

KeyFastForward = 208

Fast forward key

§

KeyBassBoost = 209

Bass boost key

§

KeyPrint = 210

Print key

§

KeyHP = 211

HP key

§

KeyCamera = 212

Camera key

§

KeySound = 213

Sound key

§

KeyQuestion = 214

Question key

§

KeyEmail = 215

Email key

§

KeyChat = 216

Chat key

§

KeySearch = 217

Search key

§

KeyConnect = 218

Connect key

§

KeyFinance = 219

Finance key

§

KeySport = 220

Sport key

§

KeyShop = 221

Shop key

§

KeyAlternateErase = 222

Alternate erase key

§

KeyCancel = 223

Cancel key

§

KeyBrightnessDown = 224

Brightness down key

§

KeyBrightnessUp = 225

Brightness up key

§

KeyMedia = 226

Media key

§

KeySwitchVideoMode = 227

Switch video mode key

§

KeyKeyboardIlluminationToggle = 228

Keyboard illumination toggle key

§

KeyKeyboardIlluminationDown = 229

Keyboard illumination down key

§

KeyKeyboardIlluminationUp = 230

Keyboard illumination up key

§

KeySend = 231

Send key

§

KeyReply = 232

Reply key

§

KeyForwardMail = 233

Forward mail key

§

KeySave = 234

Save key

§

KeyDocuments = 235

Documents key

§

KeyBattery = 236

Battery key

§

KeyBluetooth = 237

Bluetooth key

§

KeyWLAN = 238

WLAN key

§

KeyUWB = 239

UWB key

§

KeyUnknown = 240

Unknown key

§

KeyVideoNext = 241

Video next key

§

KeyVideoPrevious = 242

Video previous key

§

KeyBrightnessCycle = 243

Brightness cycle key

§

KeyBrightnessAuto = 244

Brightness auto key

§

KeyDisplayOff = 245

Display off key

§

KeyWWAN = 246

WWAN key

§

KeyRFKill = 247

RFKill key

§

KeyMicrophoneMute = 248

Microphone mute key

§

Unknown0F9 = 249

Unknown button/key 0F9

§

Unknown0FA = 250

Unknown button/key 0FA

§

Unknown0FB = 251

Unknown button/key 0FB

§

Unknown0FC = 252

Unknown button/key 0FC

§

Unknown0FD = 253

Unknown button/key 0FD

§

Unknown0FE = 254

Unknown button/key 0FE

§

Unknown0FF = 255

Unknown button/key 0FF

§

Button0 = 256

0 button

§

Button1 = 257

1 button

§

Button2 = 258

2 button

§

Button3 = 259

3 button

§

Button4 = 260

4 button

§

Button5 = 261

5 button

§

Button6 = 262

6 button

§

Button7 = 263

7 button

§

Button8 = 264

8 button

§

Button9 = 265

9 button

§

Unknown10A = 266

Unknown button/key 10A

§

Unknown10B = 267

Unknown button/key 10B

§

Unknown10C = 268

Unknown button/key 10C

§

Unknown10D = 269

Unknown button/key 10D

§

Unknown10E = 270

Unknown button/key 10E

§

Unknown10F = 271

Unknown button/key 10F

§

ButtonLeftMouse = 272

Left mouse button

§

ButtonRightMouse = 273

Right mouse button

§

ButtonMiddleMouse = 274

Middle mouse button

§

ButtonSideMouse = 275

Side mouse button

§

ButtonExtraMouse = 276

Extra mouse button

§

ButtonForwardMouse = 277

Forward mouse button

§

ButtonBackMouse = 278

Back mouse button

§

ButtonTaskMouse = 279

Task mouse button

§

Unknown118 = 280

Unknown button/key 118

§

Unknown119 = 281

Unknown button/key 119

§

Unknown11A = 282

Unknown button/key 11A

§

Unknown11B = 283

Unknown button/key 11B

§

Unknown11C = 284

Unknown button/key 11C

§

Unknown11D = 285

Unknown button/key 11D

§

Unknown11E = 286

Unknown button/key 11E

§

Unknown11F = 287

Unknown button/key 11F

§

ButtonTrigger = 288

Trigger button

§

ButtonThumb = 289

Thumb 1 button

§

ButtonThumb2 = 290

Thumb 2 button

§

ButtonTop = 291

Top 1 button

§

ButtonTop2 = 292

Top 2 button

§

ButtonPinkie = 293

Pinkie button

§

ButtonBase = 294

Base 1 button

§

ButtonBase2 = 295

Base 2 button

§

ButtonBase3 = 296

Base 3 button

§

ButtonBase4 = 297

Base 4 button

§

ButtonBase5 = 298

Base 5 button

§

ButtonBase6 = 299

Base 6 button

§

Unknown12C = 300

Unknown button/key 12C

§

Unknown12D = 301

Unknown button/key 12D

§

Unknown12E = 302

Unknown button/key 12E

§

ButtonDead = 303

Dead button

§

ButtonSouth = 304

South button

§

ButtonEast = 305

East button

§

ButtonC = 306

C button

§

ButtonNorth = 307

North button

§

ButtonWest = 308

West button

§

ButtonZ = 309

Z button

§

ButtonTriggerLeft = 310

Trigger left 1 button

§

ButtonTriggerRight = 311

Trigger right 1 button

§

ButtonTriggerLeft2 = 312

Trigger left 2 button

§

ButtonTriggerRight2 = 313

Trigger right 2 button

§

ButtonSelect = 314

Select button

§

ButtonStart = 315

Start button

§

ButtonMode = 316

Mode button

§

ButtonThumbLeft = 317

Thumb left button

§

ButtonThumbRight = 318

Thumb right button

§

Unknown13F = 319

Unknown button/key 13F

§

ButtonToolPen = 320

Tool pen button

§

ButtonToolRubber = 321

Tool rubber button

§

ButtonToolBrush = 322

Tool brush button

§

ButtonToolPencil = 323

Tool pencil button

§

ButtonToolAirbrush = 324

Tool airbrush button

§

ButtonToolFinger = 325

Tool finger button

§

ButtonToolMouse = 326

Tool mouse button

§

ButtonToolLens = 327

Tool lens button

§

ButtonToolQuintupleTap = 328

Tool quintuple tap button

§

ButtonStylus3 = 329

Stylus 3 button

§

ButtonTouch = 330

Touch button

§

ButtonStylus = 331

Stylus 1 button

§

ButtonStylus2 = 332

Stylus 2 button

§

ButtonToolDoubleTap = 333

Tool double tap button

§

ButtonToolTripleTap = 334

Tool triple tap button

§

ButtonToolQuadrupleTap = 335

Tool quadruple tap button

§

ButtonGearDown = 336

Gear down button

§

ButtonGearUp = 337

Gear up button

§

Unknown152 = 338

Unknown button/key 152

§

Unknown153 = 339

Unknown button/key 153

§

Unknown154 = 340

Unknown button/key 154

§

Unknown155 = 341

Unknown button/key 155

§

Unknown156 = 342

Unknown button/key 156

§

Unknown157 = 343

Unknown button/key 157

§

Unknown158 = 344

Unknown button/key 158

§

Unknown159 = 345

Unknown button/key 159

§

Unknown15A = 346

Unknown button/key 15A

§

Unknown15B = 347

Unknown button/key 15B

§

Unknown15C = 348

Unknown button/key 15C

§

Unknown15D = 349

Unknown button/key 15D

§

Unknown15E = 350

Unknown button/key 15E

§

Unknown15F = 351

Unknown button/key 15F

§

KeyOk = 352

Ok key

§

KeySelect = 353

Select key

§

KeyGoto = 354

Goto key

§

KeyClear = 355

Clear key

§

KeyPower2 = 356

Power 2 key

§

KeyOption = 357

Option key

§

KeyInfo = 358

Info key

§

KeyTime = 359

Time key

§

KeyVendor = 360

Vendor key

§

KeyArchive = 361

Archive key

§

KeyProgram = 362

Program key

§

KeyChannel = 363

Channel key

§

KeyFavorites = 364

Favorites key

§

KeyEPG = 365

EPG key

§

KeyPVR = 366

PVR key

§

KeyMHP = 367

MHP key

§

KeyLanguage = 368

Language key

§

KeyTitle = 369

Title key

§

KeySubtitle = 370

Subtitle key

§

KeyAngle = 371

Angle key

§

KeyFullScreen = 372

Full screen key

§

KeyMode = 373

Mode key

§

KeyKeyboard = 374

Keyboard key

§

KeyAspectRatio = 375

Aspect ratio key

§

KeyPC = 376

PC key

§

KeyTV = 377

TV 1 key

§

KeyTV2 = 378

TV 2 key

§

KeyVCR = 379

Videocassette recorder 1 key

§

KeyVCR2 = 380

Videocassette recorder 2 key

§

KeySatellite = 381

Satellite 1 key

§

KeySatellite2 = 382

Satellite 2 key

§

KeyCD = 383

CD key

§

KeyTape = 384

Tape key

§

KeyRadio = 385

Radio key

§

KeyTuner = 386

Tuner key

§

KeyPlayer = 387

Player key

§

KeyText = 388

Text key

§

KeyDVD = 389

DVD key

§

KeyAux = 390

Aux key

§

KeyMP3 = 391

MP3 key

§

KeyAudio = 392

Audio key

§

KeyVideo = 393

Video key

§

KeyDirectory = 394

Directory key

§

KeyList = 395

List key

§

KeyMemo = 396

Memo key

§

KeyCalendar = 397

Calendar key

§

KeyRed = 398

Red key

§

KeyGreen = 399

Green key

§

KeyYellow = 400

Yellow key

§

KeyBlue = 401

Blue key

§

KeyChannelUp = 402

Channel up key

§

KeyChannelDown = 403

Channel down key

§

KeyFirst = 404

First key

§

KeyLast = 405

Last key

§

KeyAb = 406

Ab key

§

KeyNext = 407

Next key

§

KeyRestart = 408

Restart key

§

KeySlow = 409

Slow key

§

KeyShuffle = 410

Shuffle key

§

KeyBreak = 411

Break key

§

KeyPrevious = 412

Previous key

§

KeyDigits = 413

Digits key

§

KeyTeen = 414

Teen key

§

KeyTwenty = 415

Twenty key

§

KeyVideophone = 416

Videophone key

§

KeyGames = 417

Games key

§

KeyZoomIn = 418

Zoom in key

§

KeyZoomOut = 419

Zoom out key

§

KeyZoomReset = 420

Zoom reset key

§

KeyWordProcessor = 421

Word processor key

§

KeyEditor = 422

Editor key

§

KeySpreadSheet = 423

Spread sheet key

§

KeyGraphicsEditor = 424

Graphics editor key

§

KeyPresentation = 425

Presentation key

§

KeyDatabase = 426

Database key

§

KeyNews = 427

News key

§

KeyVoiceMail = 428

Voice mail key

§

KeyAddressBook = 429

Address book key

§

KeyMessenger = 430

Messenger key

§

KeyDisplayToggle = 431

Display toggle key

§

KeySpellcheck = 432

Spellcheck key

§

KeyLogoff = 433

Logoff key

§

KeyDollar = 434

Dollar key

§

KeyEuro = 435

Euro key

§

KeyFrameBack = 436

Frame back key

§

KeyFrameForward = 437

Frame forward key

§

KeyContextMenu = 438

Context menu key

§

KeyMediaRepeat = 439

Media repeat key

§

Key10ChannelsUp = 440

10 channels up key

§

Key10ChannelsDown = 441

10 channels down key

§

KeyImages = 442

Image key

§

Unknown1BB = 443

Unknown button/key 1BB

§

Unknown1BC = 444

Unknown button/key 1BC

§

Unknown1BD = 445

Unknown button/key 1BD

§

Unknown1BE = 446

Unknown button/key 1BE

§

Unknown1BF = 447

Unknown button/key 1BF

§

KeyDeleteEOL = 448

Delete eol key

§

KeyDeleteEOS = 449

Delete eos key

§

KeyInsertLine = 450

Insert line key

§

KeyDeleteLine = 451

Delete line key

§

Unknown1C4 = 452

Unknown button/key 1C4

§

Unknown1C5 = 453

Unknown button/key 1C5

§

Unknown1C6 = 454

Unknown button/key 1C6

§

Unknown1C7 = 455

Unknown button/key 1C7

§

Unknown1C8 = 456

Unknown button/key 1C8

§

Unknown1C9 = 457

Unknown button/key 1C9

§

Unknown1CA = 458

Unknown button/key 1CA

§

Unknown1CB = 459

Unknown button/key 1CB

§

Unknown1CC = 460

Unknown button/key 1CC

§

Unknown1CD = 461

Unknown button/key 1CD

§

Unknown1CE = 462

Unknown button/key 1CE

§

Unknown1CF = 463

Unknown button/key 1CF

§

KeyFunction = 464

Function key

§

KeyFunctionEscape = 465

Function escape key

§

KeyFunctionF1 = 466

Function F1 key

§

KeyFunctionF2 = 467

Function F2 key

§

KeyFunctionF3 = 468

Function F3 key

§

KeyFunctionF4 = 469

Function F4 key

§

KeyFunctionF5 = 470

Function F5 key

§

KeyFunctionF6 = 471

Function F6 key

§

KeyFunctionF7 = 472

Function F7 key

§

KeyFunctionF8 = 473

Function F8 key

§

KeyFunctionF9 = 474

Function F9 key

§

KeyFunctionF10 = 475

Function F10 key

§

KeyFunctionF11 = 476

Function F11 key

§

KeyFunctionF12 = 477

Function F12 key

§

KeyFunction1 = 478

Function 1 key

§

KeyFunction2 = 479

Function 2 key

§

KeyFunctionD = 480

Function D key

§

KeyFunctionE = 481

Function E key

§

KeyFunctionF = 482

Function F key

§

KeyFunctionS = 483

Function S key

§

KeyFunctionB = 484

Function B key

§

Unknown1E5 = 485

Unknown button/key 1E5

§

Unknown1E6 = 486

Unknown button/key 1E6

§

Unknown1E7 = 487

Unknown button/key 1E7

§

Unknown1E8 = 488

Unknown button/key 1E8

§

Unknown1E9 = 489

Unknown button/key 1E9

§

Unknown1EA = 490

Unknown button/key 1EA

§

Unknown1EB = 491

Unknown button/key 1EB

§

Unknown1EC = 492

Unknown button/key 1EC

§

Unknown1ED = 493

Unknown button/key 1ED

§

Unknown1EE = 494

Unknown button/key 1EE

§

Unknown1EF = 495

Unknown button/key 1EF

§

Unknown1F0 = 496

Unknown button/key 1F0

§

KeyBrailleDot1 = 497

Braille dot 1 key

§

KeyBrailleDot2 = 498

Braille dot 2 key

§

KeyBrailleDot3 = 499

Braille dot 3 key

§

KeyBrailleDot4 = 500

Braille dot 4 key

§

KeyBrailleDot5 = 501

Braille dot 5 key

§

KeyBrailleDot6 = 502

Braille dot 6 key

§

KeyBrailleDot7 = 503

Braille dot 7 key

§

KeyBrailleDot8 = 504

Braille dot 8 key

§

KeyBrailleDot9 = 505

Braille dot 9 key

§

KeyBrailleDot10 = 506

Braille dot 10 key

§

Unknown1FB = 507

Unknown button/key 1FB

§

Unknown1FC = 508

Unknown button/key 1FC

§

Unknown1FD = 509

Unknown button/key 1FD

§

Unknown1FE = 510

Unknown button/key 1FE

§

Unknown1FF = 511

Unknown button/key 1FF

§

KeyNumeric0 = 512

Numeric 0 key

§

KeyNumeric1 = 513

Numeric 1 key

§

KeyNumeric2 = 514

Numeric 2 key

§

KeyNumeric3 = 515

Numeric 3 key

§

KeyNumeric4 = 516

Numeric 4 key

§

KeyNumeric5 = 517

Numeric 5 key

§

KeyNumeric6 = 518

Numeric 6 key

§

KeyNumeric7 = 519

Numeric 7 key

§

KeyNumeric8 = 520

Numeric 8 key

§

KeyNumeric9 = 521

Numeric 9 key

§

KeyNumericStar = 522

Numeric star key

§

KeyNumericPound = 523

Numeric pound key

§

KeyNumericA = 524

Numeric A key

§

KeyNumericB = 525

Numeric B key

§

KeyNumericC = 526

Numeric C key

§

KeyNumericD = 527

Numeric D key

§

KeyCameraFocus = 528

Camera focus key

§

KeyWPSButton = 529

WPS button key

§

KeyTouchpadToggle = 530

Touchpad toggle key

§

KeyTouchpadOn = 531

Touchpad on key

§

KeyTouchpadOff = 532

Touchpad off key

§

KeyCameraZoomIn = 533

Camera zoom in key

§

KeyCameraZoomOut = 534

Camera zoom out key

§

KeyCameraUp = 535

Camera up key

§

KeyCameraDown = 536

Camera down key

§

KeyCameraLeft = 537

Camera left key

§

KeyCameraRight = 538

Camera right key

§

KeyAttendantOn = 539

Attendant on key

§

KeyAttendantOff = 540

Attendant off key

§

KeyAttendantToggle = 541

Attendant toggle key

§

KeyLightsToggle = 542

Lights toggle key

§

Unknown21F = 543

Unknown button/key 21F

§

ButtonDPadUp = 544

D-pad up button

§

ButtonDPadDown = 545

D-pad down button

§

ButtonDPadLeft = 546

D-pad left button

§

ButtonDPadRight = 547

D-pad right button

§

Unknown224 = 548

Unknown button/key 224

§

Unknown225 = 549

Unknown button/key 225

§

Unknown226 = 550

Unknown button/key 226

§

Unknown227 = 551

Unknown button/key 227

§

Unknown228 = 552

Unknown button/key 228

§

Unknown229 = 553

Unknown button/key 229

§

Unknown22A = 554

Unknown button/key 22A

§

Unknown22B = 555

Unknown button/key 22B

§

Unknown22C = 556

Unknown button/key 22C

§

Unknown22D = 557

Unknown button/key 22D

§

Unknown22E = 558

Unknown button/key 22E

§

Unknown22F = 559

Unknown button/key 22F

§

KeyALSToggle = 560

ALS toggle key

§

KeyRotateLockToggle = 561

Rotate lock toggle key

§

Unknown232 = 562

Unknown button/key 232

§

Unknown233 = 563

Unknown button/key 233

§

Unknown234 = 564

Unknown button/key 234

§

Unknown235 = 565

Unknown button/key 235

§

Unknown236 = 566

Unknown button/key 236

§

Unknown237 = 567

Unknown button/key 237

§

Unknown238 = 568

Unknown button/key 238

§

Unknown239 = 569

Unknown button/key 239

§

Unknown23A = 570

Unknown button/key 23A

§

Unknown23B = 571

Unknown button/key 23B

§

Unknown23C = 572

Unknown button/key 23C

§

Unknown23D = 573

Unknown button/key 23D

§

Unknown23E = 574

Unknown button/key 23E

§

Unknown23F = 575

Unknown button/key 23F

§

KeyButtonConfiguration = 576

Button configuration key

§

KeyTaskManager = 577

Task manager key

§

KeyJournal = 578

Key journal key

§

KeyControlPanel = 579

Control panel key

§

KeyAppSelect = 580

App select key

§

KeyScreenSaver = 581

Screen saver key

§

KeyVoiceCommand = 582

Voice command key

§

KeyAssistant = 583

Assistant key

§

Unknown248 = 584

Unknown button/key 248

§

Unknown249 = 585

Unknown button/key 249

§

Unknown24A = 586

Unknown button/key 24A

§

Unknown24B = 587

Unknown button/key 24B

§

Unknown24C = 588

Unknown button/key 24C

§

Unknown24D = 589

Unknown button/key 24D

§

Unknown24E = 590

Unknown button/key 24E

§

Unknown24F = 591

Unknown button/key 24F

§

KeyBrightnessMin = 592

Brightness min key

§

KeyBrightnessMax = 593

Brightness max key

§

Unknown252 = 594

Unknown button/key 252

§

Unknown253 = 595

Unknown button/key 253

§

Unknown254 = 596

Unknown button/key 254

§

Unknown255 = 597

Unknown button/key 255

§

Unknown256 = 598

Unknown button/key 256

§

Unknown257 = 599

Unknown button/key 257

§

Unknown258 = 600

Unknown button/key 258

§

Unknown259 = 601

Unknown button/key 259

§

Unknown25A = 602

Unknown button/key 25A

§

Unknown25B = 603

Unknown button/key 25B

§

Unknown25C = 604

Unknown button/key 25C

§

Unknown25D = 605

Unknown button/key 25D

§

Unknown25E = 606

Unknown button/key 25E

§

Unknown25F = 607

Unknown button/key 25F

§

KeyKeyboardInputAssistPrevious = 608

Keyboard input assist previous key

§

KeyKeyboardInputAssistNext = 609

Keyboard input assist next key

§

KeyKeyboardInputAssistPreviousGroup = 610

Keyboard input assist previous group key

§

KeyKeyboardInputAssistNextGroup = 611

Keyboard input assist next group key

§

KeyKeyboardInputAssistAccept = 612

Keyboard input assist accept key

§

KeyKeyboardInputAssistCancel = 613

Keyboard input assist cancel key

§

KeyRightUp = 614

Right up key

§

KeyRightDown = 615

Right down key

§

KeyLeftUp = 616

Left up key

§

KeyLeftDown = 617

Left down key

§

KeyRootMenu = 618

Root menu key

§

KeyMediaTopMenu = 619

Media top menu key

§

KeyNumeric11 = 620

Numeric 11 key

§

KeyNumeric12 = 621

Numeric 12 key

§

KeyAudioDescription = 622

Audio description key

§

Key3DMode = 623

3D mode key

§

KeyNextFavorite = 624

Next favorite key

§

KeyStopRecord = 625

Stop record key

§

KeyPauseRecord = 626

Pause record key

§

KeyVOD = 627

Video on-demand key

§

KeyUnmute = 628

Unmute key

§

KeyFastReverse = 629

Fast reverse key

§

KeySlowReverse = 630

Slow reverse key

§

KeyData = 631

Data key

§

KeyOnScreenKeyboard = 632

On-screen keyboard key

§

Unknown279 = 633

Unknown button/key 279

§

Unknown27A = 634

Unknown button/key 27A

§

Unknown27B = 635

Unknown button/key 27B

§

Unknown27C = 636

Unknown button/key 27C

§

Unknown27D = 637

Unknown button/key 27D

§

Unknown27E = 638

Unknown button/key 27E

§

Unknown27F = 639

Unknown button/key 27F

§

Unknown280 = 640

Unknown button/key 280

§

Unknown281 = 641

Unknown button/key 281

§

Unknown282 = 642

Unknown button/key 282

§

Unknown283 = 643

Unknown button/key 283

§

Unknown284 = 644

Unknown button/key 284

§

Unknown285 = 645

Unknown button/key 285

§

Unknown286 = 646

Unknown button/key 286

§

Unknown287 = 647

Unknown button/key 287

§

Unknown288 = 648

Unknown button/key 288

§

Unknown289 = 649

Unknown button/key 289

§

Unknown28A = 650

Unknown button/key 28A

§

Unknown28B = 651

Unknown button/key 28B

§

Unknown28C = 652

Unknown button/key 28C

§

Unknown28D = 653

Unknown button/key 28D

§

Unknown28E = 654

Unknown button/key 28E

§

Unknown28F = 655

Unknown button/key 28F

§

Unknown290 = 656

Unknown button/key 290

§

Unknown291 = 657

Unknown button/key 291

§

Unknown292 = 658

Unknown button/key 292

§

Unknown293 = 659

Unknown button/key 293

§

Unknown294 = 660

Unknown button/key 294

§

Unknown295 = 661

Unknown button/key 295

§

Unknown296 = 662

Unknown button/key 296

§

Unknown297 = 663

Unknown button/key 297

§

Unknown298 = 664

Unknown button/key 298

§

Unknown299 = 665

Unknown button/key 299

§

Unknown29A = 666

Unknown button/key 29A

§

Unknown29B = 667

Unknown button/key 29B

§

Unknown29C = 668

Unknown button/key 29C

§

Unknown29D = 669

Unknown button/key 29D

§

Unknown29E = 670

Unknown button/key 29E

§

Unknown29F = 671

Unknown button/key 29F

§

Unknown2A0 = 672

Unknown button/key 2A0

§

Unknown2A1 = 673

Unknown button/key 2A1

§

Unknown2A2 = 674

Unknown button/key 2A2

§

Unknown2A3 = 675

Unknown button/key 2A3

§

Unknown2A4 = 676

Unknown button/key 2A4

§

Unknown2A5 = 677

Unknown button/key 2A5

§

Unknown2A6 = 678

Unknown button/key 2A6

§

Unknown2A7 = 679

Unknown button/key 2A7

§

Unknown2A8 = 680

Unknown button/key 2A8

§

Unknown2A9 = 681

Unknown button/key 2A9

§

Unknown2AA = 682

Unknown button/key 2AA

§

Unknown2AB = 683

Unknown button/key 2AB

§

Unknown2AC = 684

Unknown button/key 2AC

§

Unknown2AD = 685

Unknown button/key 2AD

§

Unknown2AE = 686

Unknown button/key 2AE

§

Unknown2AF = 687

Unknown button/key 2AF

§

Unknown2B0 = 688

Unknown button/key 2B0

§

Unknown2B1 = 689

Unknown button/key 2B1

§

Unknown2B2 = 690

Unknown button/key 2B2

§

Unknown2B3 = 691

Unknown button/key 2B3

§

Unknown2B4 = 692

Unknown button/key 2B4

§

Unknown2B5 = 693

Unknown button/key 2B5

§

Unknown2B6 = 694

Unknown button/key 2B6

§

Unknown2B7 = 695

Unknown button/key 2B7

§

Unknown2B8 = 696

Unknown button/key 2B8

§

Unknown2B9 = 697

Unknown button/key 2B9

§

Unknown2BA = 698

Unknown button/key 2BA

§

Unknown2BB = 699

Unknown button/key 2BB

§

Unknown2BC = 700

Unknown button/key 2BC

§

Unknown2BD = 701

Unknown button/key 2BD

§

Unknown2BE = 702

Unknown button/key 2BE

§

Unknown2BF = 703

Unknown button/key 2BF

§

ButtonTriggerHappy1 = 704

Extra button 1

§

ButtonTriggerHappy2 = 705

Extra button 2

§

ButtonTriggerHappy3 = 706

Extra button 3

§

ButtonTriggerHappy4 = 707

Extra button 4

§

ButtonTriggerHappy5 = 708

Extra button 5

§

ButtonTriggerHappy6 = 709

Extra button 6

§

ButtonTriggerHappy7 = 710

Extra button 7

§

ButtonTriggerHappy8 = 711

Extra button 8

§

ButtonTriggerHappy9 = 712

Extra button 9

§

ButtonTriggerHappy10 = 713

Extra button 10

§

ButtonTriggerHappy11 = 714

Extra button 11

§

ButtonTriggerHappy12 = 715

Extra button 12

§

ButtonTriggerHappy13 = 716

Extra button 13

§

ButtonTriggerHappy14 = 717

Extra button 14

§

ButtonTriggerHappy15 = 718

Extra button 15

§

ButtonTriggerHappy16 = 719

Extra button 16

§

ButtonTriggerHappy17 = 720

Extra button 17

§

ButtonTriggerHappy18 = 721

Extra button 18

§

ButtonTriggerHappy19 = 722

Extra button 19

§

ButtonTriggerHappy20 = 723

Extra button 20

§

ButtonTriggerHappy21 = 724

Extra button 21

§

ButtonTriggerHappy22 = 725

Extra button 22

§

ButtonTriggerHappy23 = 726

Extra button 23

§

ButtonTriggerHappy24 = 727

Extra button 24

§

ButtonTriggerHappy25 = 728

Extra button 25

§

ButtonTriggerHappy26 = 729

Extra button 26

§

ButtonTriggerHappy27 = 730

Extra button 27

§

ButtonTriggerHappy28 = 731

Extra button 28

§

ButtonTriggerHappy29 = 732

Extra button 29

§

ButtonTriggerHappy30 = 733

Extra button 30

§

ButtonTriggerHappy31 = 734

Extra button 31

§

ButtonTriggerHappy32 = 735

Extra button 32

§

ButtonTriggerHappy33 = 736

Extra button 33

§

ButtonTriggerHappy34 = 737

Extra button 34

§

ButtonTriggerHappy35 = 738

Extra button 35

§

ButtonTriggerHappy36 = 739

Extra button 36

§

ButtonTriggerHappy37 = 740

Extra button 37

§

ButtonTriggerHappy38 = 741

Extra button 38

§

ButtonTriggerHappy39 = 742

Extra button 39

§

ButtonTriggerHappy40 = 743

Extra button 40

§

Unknown2E8 = 744

Unknown button/key 2E8

§

Unknown2E9 = 745

Unknown button/key 2E9

§

Unknown2EA = 746

Unknown button/key 2EA

§

Unknown2EB = 747

Unknown button/key 2EB

§

Unknown2EC = 748

Unknown button/key 2EC

§

Unknown2ED = 749

Unknown button/key 2ED

§

Unknown2EE = 750

Unknown button/key 2EE

§

Unknown2EF = 751

Unknown button/key 2EF

§

Unknown2F0 = 752

Unknown button/key 2F0

§

Unknown2F1 = 753

Unknown button/key 2F1

§

Unknown2F2 = 754

Unknown button/key 2F2

§

Unknown2F3 = 755

Unknown button/key 2F3

§

Unknown2F4 = 756

Unknown button/key 2F4

§

Unknown2F5 = 757

Unknown button/key 2F5

§

Unknown2F6 = 758

Unknown button/key 2F6

§

Unknown2F7 = 759

Unknown button/key 2F7

§

Unknown2F8 = 760

Unknown button/key 2F8

§

Unknown2F9 = 761

Unknown button/key 2F9

§

Unknown2FA = 762

Unknown button/key 2FA

§

Unknown2FB = 763

Unknown button/key 2FB

§

Unknown2FC = 764

Unknown button/key 2FC

§

Unknown2FD = 765

Unknown button/key 2FD

§

Unknown2FE = 766

Unknown button/key 2FE

Implementations§

Source§

impl Key

Source

pub const ButtonA: Self = Self::ButtonSouth

A button

Source

pub const ButtonB: Self = Self::ButtonEast

B button

Source

pub const ButtonDigitizer: Self = Self::ButtonToolPen

Digitizer button

Source

pub const ButtonGamepad: Self = Self::ButtonSouth

Gamepad buttons present

Source

pub const ButtonJoystick: Self = Self::ButtonTrigger

Joystick buttons present

Source

pub const ButtonMiscellaneous: Self = Self::Button0

Miscellaneous buttons present

Source

pub const ButtonMouse: Self = Self::ButtonLeftMouse

Mouse buttons present

Source

pub const ButtonTriggerHappy: Self = Self::ButtonTriggerHappy1

Extra buttons present

Source

pub const ButtonWheel: Self = Self::ButtonGearDown

Wheel buttons present

Source

pub const ButtonX: Self = Self::ButtonNorth

X button

Source

pub const ButtonY: Self = Self::ButtonWest

Y button

Source

pub const KeyBrightnessToggle: Self = Self::KeyDisplayToggle

Brightness toggle key

Source

pub const KeyBrightnessZero: Self = Self::KeyBrightnessAuto

Brightness zero key

Source

pub const KeyDirection: Self = Self::KeyRotateDisplay

Direction key

Source

pub const KeyHanguel: Self = Self::KeyHangeul

Hanguel key

Source

pub const KeyMinInteresting: Self = Self::KeyMute

Min interesting key

Source

pub const KeyScreen: Self = Self::KeyAspectRatio

Screen key

Source

pub const KeyScreenLock: Self = Self::KeyCoffee

Screen lock key

Source

pub const KeyWiMAX: Self = Self::KeyWWAN

WiMAX key

Source

pub const KeyZoom: Self = Self::KeyFullScreen

Zoom key

Trait Implementations§

Source§

impl Clone for Key

Source§

fn clone(&self) -> Key

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Key

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Key

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl EventCode<u16> for Key

Source§

const COUNT: u16 = 768u16

Code count
Source§

const MAX: u16 = 767u16

Maximum value
Source§

fn iter() -> IntoIter<Self, T>

Return the default event code iterator
Source§

impl Hash for Key

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl IntoIterator for Key

Source§

type Item = Key

The type of the elements being iterated over.
Source§

type IntoIter = IntoIter<Key, u16>

Which kind of iterator are we turning this into?
Source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
Source§

impl PartialEq for Key

Source§

fn eq(&self, other: &Key) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Key

Source§

impl Eq for Key

Source§

impl StructuralPartialEq for Key

Auto Trait Implementations§

§

impl Freeze for Key

§

impl RefUnwindSafe for Key

§

impl Send for Key

§

impl Sync for Key

§

impl Unpin for Key

§

impl UnwindSafe for Key

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.