@fluentui/keyboard-keys 9.0.0 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.swcrc +30 -0
- package/CHANGELOG.json +133 -1
- package/CHANGELOG.md +21 -2
- package/lib/index.js.map +1 -1
- package/lib/keyCodes.js.map +1 -1
- package/lib/keys.js.map +1 -1
- package/lib-commonjs/index.js +305 -1739
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/keyCodes.js +336 -169
- package/lib-commonjs/keyCodes.js.map +1 -1
- package/lib-commonjs/keys.js +584 -295
- package/lib-commonjs/keys.js.map +1 -1
- package/package.json +13 -10
- package/dist/tsdoc-metadata.json +0 -11
package/lib-commonjs/keys.js
CHANGED
|
@@ -1,299 +1,588 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
2
|
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Alt: ()=>Alt,
|
|
13
|
+
AltGraph: ()=>AltGraph,
|
|
14
|
+
CapsLock: ()=>CapsLock,
|
|
15
|
+
Control: ()=>Control,
|
|
16
|
+
Fn: ()=>Fn,
|
|
17
|
+
FnLock: ()=>FnLock,
|
|
18
|
+
Meta: ()=>Meta,
|
|
19
|
+
NumLock: ()=>NumLock,
|
|
20
|
+
ScrollLock: ()=>ScrollLock,
|
|
21
|
+
Shift: ()=>Shift,
|
|
22
|
+
Symbol: ()=>Symbol,
|
|
23
|
+
SymbolLock: ()=>SymbolLock,
|
|
24
|
+
Hyper: ()=>Hyper,
|
|
25
|
+
Super: ()=>Super,
|
|
26
|
+
Enter: ()=>Enter,
|
|
27
|
+
Space: ()=>Space,
|
|
28
|
+
Tab: ()=>Tab,
|
|
29
|
+
ArrowDown: ()=>ArrowDown,
|
|
30
|
+
ArrowLeft: ()=>ArrowLeft,
|
|
31
|
+
ArrowRight: ()=>ArrowRight,
|
|
32
|
+
ArrowUp: ()=>ArrowUp,
|
|
33
|
+
End: ()=>End,
|
|
34
|
+
Home: ()=>Home,
|
|
35
|
+
PageDown: ()=>PageDown,
|
|
36
|
+
PageUp: ()=>PageUp,
|
|
37
|
+
Backspace: ()=>Backspace,
|
|
38
|
+
Clear: ()=>Clear,
|
|
39
|
+
Copy: ()=>Copy,
|
|
40
|
+
CrSel: ()=>CrSel,
|
|
41
|
+
Cut: ()=>Cut,
|
|
42
|
+
Delete: ()=>Delete,
|
|
43
|
+
EraseEof: ()=>EraseEof,
|
|
44
|
+
ExSel: ()=>ExSel,
|
|
45
|
+
Insert: ()=>Insert,
|
|
46
|
+
Paste: ()=>Paste,
|
|
47
|
+
Redo: ()=>Redo,
|
|
48
|
+
Undo: ()=>Undo,
|
|
49
|
+
Accept: ()=>Accept,
|
|
50
|
+
Again: ()=>Again,
|
|
51
|
+
Attn: ()=>Attn,
|
|
52
|
+
Cancel: ()=>Cancel,
|
|
53
|
+
ContextMenu: ()=>ContextMenu,
|
|
54
|
+
Escape: ()=>Escape,
|
|
55
|
+
Execute: ()=>Execute,
|
|
56
|
+
Find: ()=>Find,
|
|
57
|
+
Help: ()=>Help,
|
|
58
|
+
Pause: ()=>Pause,
|
|
59
|
+
Play: ()=>Play,
|
|
60
|
+
Props: ()=>Props,
|
|
61
|
+
Select: ()=>Select,
|
|
62
|
+
ZoomIn: ()=>ZoomIn,
|
|
63
|
+
ZoomOut: ()=>ZoomOut,
|
|
64
|
+
BrightnessDown: ()=>BrightnessDown,
|
|
65
|
+
BrightnessUp: ()=>BrightnessUp,
|
|
66
|
+
Eject: ()=>Eject,
|
|
67
|
+
LogOff: ()=>LogOff,
|
|
68
|
+
Power: ()=>Power,
|
|
69
|
+
PowerOff: ()=>PowerOff,
|
|
70
|
+
PrintScreen: ()=>PrintScreen,
|
|
71
|
+
Hibernate: ()=>Hibernate,
|
|
72
|
+
Standby: ()=>Standby,
|
|
73
|
+
WakeUp: ()=>WakeUp,
|
|
74
|
+
AllCandidates: ()=>AllCandidates,
|
|
75
|
+
Alphanumeric: ()=>Alphanumeric,
|
|
76
|
+
CodeInput: ()=>CodeInput,
|
|
77
|
+
Compose: ()=>Compose,
|
|
78
|
+
Convert: ()=>Convert,
|
|
79
|
+
Dead: ()=>Dead,
|
|
80
|
+
FinalMode: ()=>FinalMode,
|
|
81
|
+
GroupFirst: ()=>GroupFirst,
|
|
82
|
+
GroupLast: ()=>GroupLast,
|
|
83
|
+
GroupNext: ()=>GroupNext,
|
|
84
|
+
GroupPrevious: ()=>GroupPrevious,
|
|
85
|
+
ModeChange: ()=>ModeChange,
|
|
86
|
+
NextCandidate: ()=>NextCandidate,
|
|
87
|
+
NonConvert: ()=>NonConvert,
|
|
88
|
+
PreviousCandidate: ()=>PreviousCandidate,
|
|
89
|
+
Process: ()=>Process,
|
|
90
|
+
SingleCandidate: ()=>SingleCandidate,
|
|
91
|
+
HangulMode: ()=>HangulMode,
|
|
92
|
+
HanjaMode: ()=>HanjaMode,
|
|
93
|
+
JunjaMode: ()=>JunjaMode,
|
|
94
|
+
Eisu: ()=>Eisu,
|
|
95
|
+
Hankaku: ()=>Hankaku,
|
|
96
|
+
Hiragana: ()=>Hiragana,
|
|
97
|
+
HiraganaKatakana: ()=>HiraganaKatakana,
|
|
98
|
+
KanaMode: ()=>KanaMode,
|
|
99
|
+
KanjiMode: ()=>KanjiMode,
|
|
100
|
+
Katakana: ()=>Katakana,
|
|
101
|
+
Romaji: ()=>Romaji,
|
|
102
|
+
Zenkaku: ()=>Zenkaku,
|
|
103
|
+
ZenkakuHankaku: ()=>ZenkakuHankaku,
|
|
104
|
+
F1: ()=>F1,
|
|
105
|
+
F2: ()=>F2,
|
|
106
|
+
F3: ()=>F3,
|
|
107
|
+
F4: ()=>F4,
|
|
108
|
+
F5: ()=>F5,
|
|
109
|
+
F6: ()=>F6,
|
|
110
|
+
F7: ()=>F7,
|
|
111
|
+
F8: ()=>F8,
|
|
112
|
+
F9: ()=>F9,
|
|
113
|
+
F10: ()=>F10,
|
|
114
|
+
F11: ()=>F11,
|
|
115
|
+
F12: ()=>F12,
|
|
116
|
+
Soft1: ()=>Soft1,
|
|
117
|
+
Soft2: ()=>Soft2,
|
|
118
|
+
Soft3: ()=>Soft3,
|
|
119
|
+
Soft4: ()=>Soft4,
|
|
120
|
+
ChannelDown: ()=>ChannelDown,
|
|
121
|
+
ChannelUp: ()=>ChannelUp,
|
|
122
|
+
Close: ()=>Close,
|
|
123
|
+
MailForward: ()=>MailForward,
|
|
124
|
+
MailReply: ()=>MailReply,
|
|
125
|
+
MailSend: ()=>MailSend,
|
|
126
|
+
MediaClose: ()=>MediaClose,
|
|
127
|
+
MediaFastForward: ()=>MediaFastForward,
|
|
128
|
+
MediaPause: ()=>MediaPause,
|
|
129
|
+
MediaPlay: ()=>MediaPlay,
|
|
130
|
+
MediaPlayPause: ()=>MediaPlayPause,
|
|
131
|
+
MediaRecord: ()=>MediaRecord,
|
|
132
|
+
MediaRewind: ()=>MediaRewind,
|
|
133
|
+
MediaStop: ()=>MediaStop,
|
|
134
|
+
MediaTrackNext: ()=>MediaTrackNext,
|
|
135
|
+
MediaTrackPrevious: ()=>MediaTrackPrevious,
|
|
136
|
+
New: ()=>New,
|
|
137
|
+
Open: ()=>Open,
|
|
138
|
+
Print: ()=>Print,
|
|
139
|
+
Save: ()=>Save,
|
|
140
|
+
SpellCheck: ()=>SpellCheck,
|
|
141
|
+
Key11: ()=>Key11,
|
|
142
|
+
Key12: ()=>Key12,
|
|
143
|
+
AudioBalanceLeft: ()=>AudioBalanceLeft,
|
|
144
|
+
AudioBalanceRight: ()=>AudioBalanceRight,
|
|
145
|
+
AudioBassBoostDown: ()=>AudioBassBoostDown,
|
|
146
|
+
AudioBassBoostToggle: ()=>AudioBassBoostToggle,
|
|
147
|
+
AudioBassBoostUp: ()=>AudioBassBoostUp,
|
|
148
|
+
AudioFaderFront: ()=>AudioFaderFront,
|
|
149
|
+
AudioFaderRear: ()=>AudioFaderRear,
|
|
150
|
+
AudioSurroundModeNext: ()=>AudioSurroundModeNext,
|
|
151
|
+
AudioTrebleDown: ()=>AudioTrebleDown,
|
|
152
|
+
AudioTrebleUp: ()=>AudioTrebleUp,
|
|
153
|
+
AudioVolumeDown: ()=>AudioVolumeDown,
|
|
154
|
+
AudioVolumeUp: ()=>AudioVolumeUp,
|
|
155
|
+
AudioVolumeMute: ()=>AudioVolumeMute,
|
|
156
|
+
MicrophoneToggle: ()=>MicrophoneToggle,
|
|
157
|
+
MicrophoneVolumeDown: ()=>MicrophoneVolumeDown,
|
|
158
|
+
MicrophoneVolumeUp: ()=>MicrophoneVolumeUp,
|
|
159
|
+
MicrophoneVolumeMute: ()=>MicrophoneVolumeMute,
|
|
160
|
+
SpeechCorrectionList: ()=>SpeechCorrectionList,
|
|
161
|
+
SpeechInputToggle: ()=>SpeechInputToggle,
|
|
162
|
+
LaunchApplication1: ()=>LaunchApplication1,
|
|
163
|
+
LaunchApplication2: ()=>LaunchApplication2,
|
|
164
|
+
LaunchCalendar: ()=>LaunchCalendar,
|
|
165
|
+
LaunchContacts: ()=>LaunchContacts,
|
|
166
|
+
LaunchMail: ()=>LaunchMail,
|
|
167
|
+
LaunchMediaPlayer: ()=>LaunchMediaPlayer,
|
|
168
|
+
LaunchMusicPlayer: ()=>LaunchMusicPlayer,
|
|
169
|
+
LaunchPhone: ()=>LaunchPhone,
|
|
170
|
+
LaunchScreenSaver: ()=>LaunchScreenSaver,
|
|
171
|
+
LaunchSpreadsheet: ()=>LaunchSpreadsheet,
|
|
172
|
+
LaunchWebBrowser: ()=>LaunchWebBrowser,
|
|
173
|
+
LaunchWebCam: ()=>LaunchWebCam,
|
|
174
|
+
LaunchWordProcessor: ()=>LaunchWordProcessor,
|
|
175
|
+
BrowserBack: ()=>BrowserBack,
|
|
176
|
+
BrowserFavorites: ()=>BrowserFavorites,
|
|
177
|
+
BrowserForward: ()=>BrowserForward,
|
|
178
|
+
BrowserHome: ()=>BrowserHome,
|
|
179
|
+
BrowserRefresh: ()=>BrowserRefresh,
|
|
180
|
+
BrowserSearch: ()=>BrowserSearch,
|
|
181
|
+
BrowserStop: ()=>BrowserStop,
|
|
182
|
+
AppSwitch: ()=>AppSwitch,
|
|
183
|
+
Call: ()=>Call,
|
|
184
|
+
Camera: ()=>Camera,
|
|
185
|
+
CameraFocus: ()=>CameraFocus,
|
|
186
|
+
EndCall: ()=>EndCall,
|
|
187
|
+
GoBack: ()=>GoBack,
|
|
188
|
+
GoHome: ()=>GoHome,
|
|
189
|
+
HeadsetHook: ()=>HeadsetHook,
|
|
190
|
+
LastNumberRedial: ()=>LastNumberRedial,
|
|
191
|
+
Notification: ()=>Notification,
|
|
192
|
+
MannerMode: ()=>MannerMode,
|
|
193
|
+
VoiceDial: ()=>VoiceDial,
|
|
194
|
+
TV: ()=>TV,
|
|
195
|
+
TV3DMode: ()=>TV3DMode,
|
|
196
|
+
TVAntennaCable: ()=>TVAntennaCable,
|
|
197
|
+
TVAudioDescription: ()=>TVAudioDescription,
|
|
198
|
+
TVAudioDescriptionMixDown: ()=>TVAudioDescriptionMixDown,
|
|
199
|
+
TVAudioDescriptionMixUp: ()=>TVAudioDescriptionMixUp,
|
|
200
|
+
TVContentsMenu: ()=>TVContentsMenu,
|
|
201
|
+
TVDataService: ()=>TVDataService,
|
|
202
|
+
TVInput: ()=>TVInput,
|
|
203
|
+
TVInputComponent1: ()=>TVInputComponent1,
|
|
204
|
+
TVInputComponent2: ()=>TVInputComponent2,
|
|
205
|
+
TVInputComposite1: ()=>TVInputComposite1,
|
|
206
|
+
TVInputComposite2: ()=>TVInputComposite2,
|
|
207
|
+
TVInputHDMI1: ()=>TVInputHDMI1,
|
|
208
|
+
TVInputHDMI2: ()=>TVInputHDMI2,
|
|
209
|
+
TVInputHDMI3: ()=>TVInputHDMI3,
|
|
210
|
+
TVInputHDMI4: ()=>TVInputHDMI4,
|
|
211
|
+
TVInputVGA1: ()=>TVInputVGA1,
|
|
212
|
+
TVMediaContext: ()=>TVMediaContext,
|
|
213
|
+
TVNetwork: ()=>TVNetwork,
|
|
214
|
+
TVNumberEntry: ()=>TVNumberEntry,
|
|
215
|
+
TVPower: ()=>TVPower,
|
|
216
|
+
TVRadioService: ()=>TVRadioService,
|
|
217
|
+
TVSatellite: ()=>TVSatellite,
|
|
218
|
+
TVSatelliteBS: ()=>TVSatelliteBS,
|
|
219
|
+
TVSatelliteCS: ()=>TVSatelliteCS,
|
|
220
|
+
TVSatelliteToggle: ()=>TVSatelliteToggle,
|
|
221
|
+
TVTerrestrialAnalog: ()=>TVTerrestrialAnalog,
|
|
222
|
+
TVTerrestrialDigital: ()=>TVTerrestrialDigital,
|
|
223
|
+
TVTimer: ()=>TVTimer,
|
|
224
|
+
AVRInput: ()=>AVRInput,
|
|
225
|
+
AVRPower: ()=>AVRPower,
|
|
226
|
+
ColorF0Red: ()=>ColorF0Red,
|
|
227
|
+
ColorF1Green: ()=>ColorF1Green,
|
|
228
|
+
ColorF2Yellow: ()=>ColorF2Yellow,
|
|
229
|
+
ColorF3Blue: ()=>ColorF3Blue,
|
|
230
|
+
ColorF4Grey: ()=>ColorF4Grey,
|
|
231
|
+
ColorF5Brown: ()=>ColorF5Brown,
|
|
232
|
+
ClosedCaptionToggle: ()=>ClosedCaptionToggle,
|
|
233
|
+
Dimmer: ()=>Dimmer,
|
|
234
|
+
DisplaySwap: ()=>DisplaySwap,
|
|
235
|
+
DVR: ()=>DVR,
|
|
236
|
+
Exit: ()=>Exit,
|
|
237
|
+
FavoriteClear0: ()=>FavoriteClear0,
|
|
238
|
+
FavoriteClear1: ()=>FavoriteClear1,
|
|
239
|
+
FavoriteClear2: ()=>FavoriteClear2,
|
|
240
|
+
FavoriteClear3: ()=>FavoriteClear3,
|
|
241
|
+
FavoriteRecall0: ()=>FavoriteRecall0,
|
|
242
|
+
FavoriteRecall1: ()=>FavoriteRecall1,
|
|
243
|
+
FavoriteRecall2: ()=>FavoriteRecall2,
|
|
244
|
+
FavoriteRecall3: ()=>FavoriteRecall3,
|
|
245
|
+
FavoriteStore0: ()=>FavoriteStore0,
|
|
246
|
+
FavoriteStore1: ()=>FavoriteStore1,
|
|
247
|
+
FavoriteStore2: ()=>FavoriteStore2,
|
|
248
|
+
FavoriteStore3: ()=>FavoriteStore3,
|
|
249
|
+
Guide: ()=>Guide,
|
|
250
|
+
GuideNextDay: ()=>GuideNextDay,
|
|
251
|
+
GuidePreviousDay: ()=>GuidePreviousDay,
|
|
252
|
+
Info: ()=>Info,
|
|
253
|
+
InstantReplay: ()=>InstantReplay,
|
|
254
|
+
Link: ()=>Link,
|
|
255
|
+
ListProgram: ()=>ListProgram,
|
|
256
|
+
LiveContent: ()=>LiveContent,
|
|
257
|
+
Lock: ()=>Lock,
|
|
258
|
+
MediaApps: ()=>MediaApps,
|
|
259
|
+
MediaAudioTrack: ()=>MediaAudioTrack,
|
|
260
|
+
MediaLast: ()=>MediaLast,
|
|
261
|
+
MediaSkipBackward: ()=>MediaSkipBackward,
|
|
262
|
+
MediaSkipForward: ()=>MediaSkipForward,
|
|
263
|
+
MediaStepBackward: ()=>MediaStepBackward,
|
|
264
|
+
MediaStepForward: ()=>MediaStepForward,
|
|
265
|
+
MediaTopMenu: ()=>MediaTopMenu,
|
|
266
|
+
NavigateIn: ()=>NavigateIn,
|
|
267
|
+
NavigateNext: ()=>NavigateNext,
|
|
268
|
+
NavigateOut: ()=>NavigateOut,
|
|
269
|
+
NavigatePrevious: ()=>NavigatePrevious,
|
|
270
|
+
NextFavoriteChannel: ()=>NextFavoriteChannel,
|
|
271
|
+
NextUserProfile: ()=>NextUserProfile,
|
|
272
|
+
OnDemand: ()=>OnDemand,
|
|
273
|
+
Pairing: ()=>Pairing,
|
|
274
|
+
PinPDown: ()=>PinPDown,
|
|
275
|
+
PinPMove: ()=>PinPMove,
|
|
276
|
+
PinPToggle: ()=>PinPToggle,
|
|
277
|
+
PinPUp: ()=>PinPUp,
|
|
278
|
+
PlaySpeedDown: ()=>PlaySpeedDown,
|
|
279
|
+
PlaySpeedReset: ()=>PlaySpeedReset,
|
|
280
|
+
PlaySpeedUp: ()=>PlaySpeedUp,
|
|
281
|
+
RandomToggle: ()=>RandomToggle,
|
|
282
|
+
RcLowBattery: ()=>RcLowBattery,
|
|
283
|
+
RecordSpeedNext: ()=>RecordSpeedNext,
|
|
284
|
+
RfBypass: ()=>RfBypass,
|
|
285
|
+
ScanChannelsToggle: ()=>ScanChannelsToggle,
|
|
286
|
+
ScreenModeNext: ()=>ScreenModeNext,
|
|
287
|
+
Settings: ()=>Settings,
|
|
288
|
+
SplitScreenToggle: ()=>SplitScreenToggle,
|
|
289
|
+
STBInput: ()=>STBInput,
|
|
290
|
+
STBPower: ()=>STBPower,
|
|
291
|
+
Subtitle: ()=>Subtitle,
|
|
292
|
+
Teletext: ()=>Teletext,
|
|
293
|
+
VideoModeNext: ()=>VideoModeNext,
|
|
294
|
+
Wink: ()=>Wink,
|
|
295
|
+
ZoomToggle: ()=>ZoomToggle,
|
|
296
|
+
MediaNextTrack: ()=>MediaNextTrack,
|
|
297
|
+
MediaPreviousTrack: ()=>MediaPreviousTrack,
|
|
298
|
+
Unidentified: ()=>Unidentified
|
|
5
299
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
exports.Wink = 'Wink';
|
|
295
|
-
exports.ZoomToggle = 'ZoomToggle';
|
|
296
|
-
exports.MediaNextTrack = 'MediaNextTrack';
|
|
297
|
-
exports.MediaPreviousTrack = 'MediaPreviousTrack';
|
|
298
|
-
exports.Unidentified = 'Unidentified';
|
|
300
|
+
const Alt = 'Alt';
|
|
301
|
+
const AltGraph = 'AltGraph';
|
|
302
|
+
const CapsLock = 'CapsLock';
|
|
303
|
+
const Control = 'Control';
|
|
304
|
+
const Fn = 'Fn';
|
|
305
|
+
const FnLock = 'FnLock';
|
|
306
|
+
const Meta = 'Meta';
|
|
307
|
+
const NumLock = 'NumLock';
|
|
308
|
+
const ScrollLock = 'ScrollLock';
|
|
309
|
+
const Shift = 'Shift';
|
|
310
|
+
const Symbol = 'Symbol';
|
|
311
|
+
const SymbolLock = 'SymbolLock';
|
|
312
|
+
const Hyper = 'Hyper';
|
|
313
|
+
const Super = 'Super';
|
|
314
|
+
const Enter = 'Enter';
|
|
315
|
+
const Space = ' ';
|
|
316
|
+
const Tab = 'Tab';
|
|
317
|
+
const ArrowDown = 'ArrowDown';
|
|
318
|
+
const ArrowLeft = 'ArrowLeft';
|
|
319
|
+
const ArrowRight = 'ArrowRight';
|
|
320
|
+
const ArrowUp = 'ArrowUp';
|
|
321
|
+
const End = 'End';
|
|
322
|
+
const Home = 'Home';
|
|
323
|
+
const PageDown = 'PageDown';
|
|
324
|
+
const PageUp = 'PageUp';
|
|
325
|
+
const Backspace = 'Backspace';
|
|
326
|
+
const Clear = 'Clear';
|
|
327
|
+
const Copy = 'Copy';
|
|
328
|
+
const CrSel = 'CrSel';
|
|
329
|
+
const Cut = 'Cut';
|
|
330
|
+
const Delete = 'Delete';
|
|
331
|
+
const EraseEof = 'EraseEof';
|
|
332
|
+
const ExSel = 'ExSel';
|
|
333
|
+
const Insert = 'Insert';
|
|
334
|
+
const Paste = 'Paste';
|
|
335
|
+
const Redo = 'Redo';
|
|
336
|
+
const Undo = 'Undo';
|
|
337
|
+
const Accept = 'Accept';
|
|
338
|
+
const Again = 'Again';
|
|
339
|
+
const Attn = 'Attn';
|
|
340
|
+
const Cancel = 'Cancel';
|
|
341
|
+
const ContextMenu = 'ContextMenu';
|
|
342
|
+
const Escape = 'Escape';
|
|
343
|
+
const Execute = 'Execute';
|
|
344
|
+
const Find = 'Find';
|
|
345
|
+
const Help = 'Help';
|
|
346
|
+
const Pause = 'Pause';
|
|
347
|
+
const Play = 'Play';
|
|
348
|
+
const Props = 'Props';
|
|
349
|
+
const Select = 'Select';
|
|
350
|
+
const ZoomIn = 'ZoomIn';
|
|
351
|
+
const ZoomOut = 'ZoomOut';
|
|
352
|
+
const BrightnessDown = 'BrightnessDown';
|
|
353
|
+
const BrightnessUp = 'BrightnessUp';
|
|
354
|
+
const Eject = 'Eject';
|
|
355
|
+
const LogOff = 'LogOff';
|
|
356
|
+
const Power = 'Power';
|
|
357
|
+
const PowerOff = 'PowerOff';
|
|
358
|
+
const PrintScreen = 'PrintScreen';
|
|
359
|
+
const Hibernate = 'Hibernate';
|
|
360
|
+
const Standby = 'Standby';
|
|
361
|
+
const WakeUp = 'WakeUp';
|
|
362
|
+
const AllCandidates = 'AllCandidates';
|
|
363
|
+
const Alphanumeric = 'Alphanumeric';
|
|
364
|
+
const CodeInput = 'CodeInput';
|
|
365
|
+
const Compose = 'Compose';
|
|
366
|
+
const Convert = 'Convert';
|
|
367
|
+
const Dead = 'Dead';
|
|
368
|
+
const FinalMode = 'FinalMode';
|
|
369
|
+
const GroupFirst = 'GroupFirst';
|
|
370
|
+
const GroupLast = 'GroupLast';
|
|
371
|
+
const GroupNext = 'GroupNext';
|
|
372
|
+
const GroupPrevious = 'GroupPrevious';
|
|
373
|
+
const ModeChange = 'ModeChange';
|
|
374
|
+
const NextCandidate = 'NextCandidate';
|
|
375
|
+
const NonConvert = 'NonConvert';
|
|
376
|
+
const PreviousCandidate = 'PreviousCandidate';
|
|
377
|
+
const Process = 'Process';
|
|
378
|
+
const SingleCandidate = 'SingleCandidate';
|
|
379
|
+
const HangulMode = 'HangulMode';
|
|
380
|
+
const HanjaMode = 'HanjaMode';
|
|
381
|
+
const JunjaMode = 'JunjaMode';
|
|
382
|
+
const Eisu = 'Eisu';
|
|
383
|
+
const Hankaku = 'Hankaku';
|
|
384
|
+
const Hiragana = 'Hiragana';
|
|
385
|
+
const HiraganaKatakana = 'HiraganaKatakana';
|
|
386
|
+
const KanaMode = 'KanaMode';
|
|
387
|
+
const KanjiMode = 'KanjiMode';
|
|
388
|
+
const Katakana = 'Katakana';
|
|
389
|
+
const Romaji = 'Romaji';
|
|
390
|
+
const Zenkaku = 'Zenkaku';
|
|
391
|
+
const ZenkakuHankaku = 'ZenkakuHankaku';
|
|
392
|
+
const F1 = 'F1';
|
|
393
|
+
const F2 = 'F2';
|
|
394
|
+
const F3 = 'F3';
|
|
395
|
+
const F4 = 'F4';
|
|
396
|
+
const F5 = 'F5';
|
|
397
|
+
const F6 = 'F6';
|
|
398
|
+
const F7 = 'F7';
|
|
399
|
+
const F8 = 'F8';
|
|
400
|
+
const F9 = 'F9';
|
|
401
|
+
const F10 = 'F10';
|
|
402
|
+
const F11 = 'F11';
|
|
403
|
+
const F12 = 'F12';
|
|
404
|
+
const Soft1 = 'Soft1';
|
|
405
|
+
const Soft2 = 'Soft2';
|
|
406
|
+
const Soft3 = 'Soft3';
|
|
407
|
+
const Soft4 = 'Soft4';
|
|
408
|
+
const ChannelDown = 'ChannelDown';
|
|
409
|
+
const ChannelUp = 'ChannelUp';
|
|
410
|
+
const Close = 'Close';
|
|
411
|
+
const MailForward = 'MailForward';
|
|
412
|
+
const MailReply = 'MailReply';
|
|
413
|
+
const MailSend = 'MailSend';
|
|
414
|
+
const MediaClose = 'MediaClose';
|
|
415
|
+
const MediaFastForward = 'MediaFastForward';
|
|
416
|
+
const MediaPause = 'MediaPause';
|
|
417
|
+
const MediaPlay = 'MediaPlay';
|
|
418
|
+
const MediaPlayPause = 'MediaPlayPause';
|
|
419
|
+
const MediaRecord = 'MediaRecord';
|
|
420
|
+
const MediaRewind = 'MediaRewind';
|
|
421
|
+
const MediaStop = 'MediaStop';
|
|
422
|
+
const MediaTrackNext = 'MediaTrackNext';
|
|
423
|
+
const MediaTrackPrevious = 'MediaTrackPrevious';
|
|
424
|
+
const New = 'New';
|
|
425
|
+
const Open = 'Open';
|
|
426
|
+
const Print = 'Print';
|
|
427
|
+
const Save = 'Save';
|
|
428
|
+
const SpellCheck = 'SpellCheck';
|
|
429
|
+
const Key11 = 'Key11';
|
|
430
|
+
const Key12 = 'Key12';
|
|
431
|
+
const AudioBalanceLeft = 'AudioBalanceLeft';
|
|
432
|
+
const AudioBalanceRight = 'AudioBalanceRight';
|
|
433
|
+
const AudioBassBoostDown = 'AudioBassBoostDown';
|
|
434
|
+
const AudioBassBoostToggle = 'AudioBassBoostToggle';
|
|
435
|
+
const AudioBassBoostUp = 'AudioBassBoostUp';
|
|
436
|
+
const AudioFaderFront = 'AudioFaderFront';
|
|
437
|
+
const AudioFaderRear = 'AudioFaderRear';
|
|
438
|
+
const AudioSurroundModeNext = 'AudioSurroundModeNext';
|
|
439
|
+
const AudioTrebleDown = 'AudioTrebleDown';
|
|
440
|
+
const AudioTrebleUp = 'AudioTrebleUp';
|
|
441
|
+
const AudioVolumeDown = 'AudioVolumeDown';
|
|
442
|
+
const AudioVolumeUp = 'AudioVolumeUp';
|
|
443
|
+
const AudioVolumeMute = 'AudioVolumeMute';
|
|
444
|
+
const MicrophoneToggle = 'MicrophoneToggle';
|
|
445
|
+
const MicrophoneVolumeDown = 'MicrophoneVolumeDown';
|
|
446
|
+
const MicrophoneVolumeUp = 'MicrophoneVolumeUp';
|
|
447
|
+
const MicrophoneVolumeMute = 'MicrophoneVolumeMute';
|
|
448
|
+
const SpeechCorrectionList = 'SpeechCorrectionList';
|
|
449
|
+
const SpeechInputToggle = 'SpeechInputToggle';
|
|
450
|
+
const LaunchApplication1 = 'LaunchApplication1';
|
|
451
|
+
const LaunchApplication2 = 'LaunchApplication2';
|
|
452
|
+
const LaunchCalendar = 'LaunchCalendar';
|
|
453
|
+
const LaunchContacts = 'LaunchContacts';
|
|
454
|
+
const LaunchMail = 'LaunchMail';
|
|
455
|
+
const LaunchMediaPlayer = 'LaunchMediaPlayer';
|
|
456
|
+
const LaunchMusicPlayer = 'LaunchMusicPlayer';
|
|
457
|
+
const LaunchPhone = 'LaunchPhone';
|
|
458
|
+
const LaunchScreenSaver = 'LaunchScreenSaver';
|
|
459
|
+
const LaunchSpreadsheet = 'LaunchSpreadsheet';
|
|
460
|
+
const LaunchWebBrowser = 'LaunchWebBrowser';
|
|
461
|
+
const LaunchWebCam = 'LaunchWebCam';
|
|
462
|
+
const LaunchWordProcessor = 'LaunchWordProcessor';
|
|
463
|
+
const BrowserBack = 'BrowserBack';
|
|
464
|
+
const BrowserFavorites = 'BrowserFavorites';
|
|
465
|
+
const BrowserForward = 'BrowserForward';
|
|
466
|
+
const BrowserHome = 'BrowserHome';
|
|
467
|
+
const BrowserRefresh = 'BrowserRefresh';
|
|
468
|
+
const BrowserSearch = 'BrowserSearch';
|
|
469
|
+
const BrowserStop = 'BrowserStop';
|
|
470
|
+
const AppSwitch = 'AppSwitch';
|
|
471
|
+
const Call = 'Call';
|
|
472
|
+
const Camera = 'Camera';
|
|
473
|
+
const CameraFocus = 'CameraFocus';
|
|
474
|
+
const EndCall = 'EndCall';
|
|
475
|
+
const GoBack = 'GoBack';
|
|
476
|
+
const GoHome = 'GoHome';
|
|
477
|
+
const HeadsetHook = 'HeadsetHook';
|
|
478
|
+
const LastNumberRedial = 'LastNumberRedial';
|
|
479
|
+
const Notification = 'Notification';
|
|
480
|
+
const MannerMode = 'MannerMode';
|
|
481
|
+
const VoiceDial = 'VoiceDial';
|
|
482
|
+
const TV = 'TV';
|
|
483
|
+
const TV3DMode = 'TV3DMode';
|
|
484
|
+
const TVAntennaCable = 'TVAntennaCable';
|
|
485
|
+
const TVAudioDescription = 'TVAudioDescription';
|
|
486
|
+
const TVAudioDescriptionMixDown = 'TVAudioDescriptionMixDown';
|
|
487
|
+
const TVAudioDescriptionMixUp = 'TVAudioDescriptionMixUp';
|
|
488
|
+
const TVContentsMenu = 'TVContentsMenu';
|
|
489
|
+
const TVDataService = 'TVDataService';
|
|
490
|
+
const TVInput = 'TVInput';
|
|
491
|
+
const TVInputComponent1 = 'TVInputComponent1';
|
|
492
|
+
const TVInputComponent2 = 'TVInputComponent2';
|
|
493
|
+
const TVInputComposite1 = 'TVInputComposite1';
|
|
494
|
+
const TVInputComposite2 = 'TVInputComposite2';
|
|
495
|
+
const TVInputHDMI1 = 'TVInputHDMI1';
|
|
496
|
+
const TVInputHDMI2 = 'TVInputHDMI2';
|
|
497
|
+
const TVInputHDMI3 = 'TVInputHDMI3';
|
|
498
|
+
const TVInputHDMI4 = 'TVInputHDMI4';
|
|
499
|
+
const TVInputVGA1 = 'TVInputVGA1';
|
|
500
|
+
const TVMediaContext = 'TVMediaContext';
|
|
501
|
+
const TVNetwork = 'TVNetwork';
|
|
502
|
+
const TVNumberEntry = 'TVNumberEntry';
|
|
503
|
+
const TVPower = 'TVPower';
|
|
504
|
+
const TVRadioService = 'TVRadioService';
|
|
505
|
+
const TVSatellite = 'TVSatellite';
|
|
506
|
+
const TVSatelliteBS = 'TVSatelliteBS';
|
|
507
|
+
const TVSatelliteCS = 'TVSatelliteCS';
|
|
508
|
+
const TVSatelliteToggle = 'TVSatelliteToggle';
|
|
509
|
+
const TVTerrestrialAnalog = 'TVTerrestrialAnalog';
|
|
510
|
+
const TVTerrestrialDigital = 'TVTerrestrialDigital';
|
|
511
|
+
const TVTimer = 'TVTimer';
|
|
512
|
+
const AVRInput = 'AVRInput';
|
|
513
|
+
const AVRPower = 'AVRPower';
|
|
514
|
+
const ColorF0Red = 'ColorF0Red';
|
|
515
|
+
const ColorF1Green = 'ColorF1Green';
|
|
516
|
+
const ColorF2Yellow = 'ColorF2Yellow';
|
|
517
|
+
const ColorF3Blue = 'ColorF3Blue';
|
|
518
|
+
const ColorF4Grey = 'ColorF4Grey';
|
|
519
|
+
const ColorF5Brown = 'ColorF5Brown';
|
|
520
|
+
const ClosedCaptionToggle = 'ClosedCaptionToggle';
|
|
521
|
+
const Dimmer = 'Dimmer';
|
|
522
|
+
const DisplaySwap = 'DisplaySwap';
|
|
523
|
+
const DVR = 'DVR';
|
|
524
|
+
const Exit = 'Exit';
|
|
525
|
+
const FavoriteClear0 = 'FavoriteClear0';
|
|
526
|
+
const FavoriteClear1 = 'FavoriteClear1';
|
|
527
|
+
const FavoriteClear2 = 'FavoriteClear2';
|
|
528
|
+
const FavoriteClear3 = 'FavoriteClear3';
|
|
529
|
+
const FavoriteRecall0 = 'FavoriteRecall0';
|
|
530
|
+
const FavoriteRecall1 = 'FavoriteRecall1';
|
|
531
|
+
const FavoriteRecall2 = 'FavoriteRecall2';
|
|
532
|
+
const FavoriteRecall3 = 'FavoriteRecall3';
|
|
533
|
+
const FavoriteStore0 = 'FavoriteStore0';
|
|
534
|
+
const FavoriteStore1 = 'FavoriteStore1';
|
|
535
|
+
const FavoriteStore2 = 'FavoriteStore2';
|
|
536
|
+
const FavoriteStore3 = 'FavoriteStore3';
|
|
537
|
+
const Guide = 'Guide';
|
|
538
|
+
const GuideNextDay = 'GuideNextDay';
|
|
539
|
+
const GuidePreviousDay = 'GuidePreviousDay';
|
|
540
|
+
const Info = 'Info';
|
|
541
|
+
const InstantReplay = 'InstantReplay';
|
|
542
|
+
const Link = 'Link';
|
|
543
|
+
const ListProgram = 'ListProgram';
|
|
544
|
+
const LiveContent = 'LiveContent';
|
|
545
|
+
const Lock = 'Lock';
|
|
546
|
+
const MediaApps = 'MediaApps';
|
|
547
|
+
const MediaAudioTrack = 'MediaAudioTrack';
|
|
548
|
+
const MediaLast = 'MediaLast';
|
|
549
|
+
const MediaSkipBackward = 'MediaSkipBackward';
|
|
550
|
+
const MediaSkipForward = 'MediaSkipForward';
|
|
551
|
+
const MediaStepBackward = 'MediaStepBackward';
|
|
552
|
+
const MediaStepForward = 'MediaStepForward';
|
|
553
|
+
const MediaTopMenu = 'MediaTopMenu';
|
|
554
|
+
const NavigateIn = 'NavigateIn';
|
|
555
|
+
const NavigateNext = 'NavigateNext';
|
|
556
|
+
const NavigateOut = 'NavigateOut';
|
|
557
|
+
const NavigatePrevious = 'NavigatePrevious';
|
|
558
|
+
const NextFavoriteChannel = 'NextFavoriteChannel';
|
|
559
|
+
const NextUserProfile = 'NextUserProfile';
|
|
560
|
+
const OnDemand = 'OnDemand';
|
|
561
|
+
const Pairing = 'Pairing';
|
|
562
|
+
const PinPDown = 'PinPDown';
|
|
563
|
+
const PinPMove = 'PinPMove';
|
|
564
|
+
const PinPToggle = 'PinPToggle';
|
|
565
|
+
const PinPUp = 'PinPUp';
|
|
566
|
+
const PlaySpeedDown = 'PlaySpeedDown';
|
|
567
|
+
const PlaySpeedReset = 'PlaySpeedReset';
|
|
568
|
+
const PlaySpeedUp = 'PlaySpeedUp';
|
|
569
|
+
const RandomToggle = 'RandomToggle';
|
|
570
|
+
const RcLowBattery = 'RcLowBattery';
|
|
571
|
+
const RecordSpeedNext = 'RecordSpeedNext';
|
|
572
|
+
const RfBypass = 'RfBypass';
|
|
573
|
+
const ScanChannelsToggle = 'ScanChannelsToggle';
|
|
574
|
+
const ScreenModeNext = 'ScreenModeNext';
|
|
575
|
+
const Settings = 'Settings';
|
|
576
|
+
const SplitScreenToggle = 'SplitScreenToggle';
|
|
577
|
+
const STBInput = 'STBInput';
|
|
578
|
+
const STBPower = 'STBPower';
|
|
579
|
+
const Subtitle = 'Subtitle';
|
|
580
|
+
const Teletext = 'Teletext';
|
|
581
|
+
const VideoModeNext = 'VideoModeNext';
|
|
582
|
+
const Wink = 'Wink';
|
|
583
|
+
const ZoomToggle = 'ZoomToggle';
|
|
584
|
+
const MediaNextTrack = 'MediaNextTrack';
|
|
585
|
+
const MediaPreviousTrack = 'MediaPreviousTrack';
|
|
586
|
+
const Unidentified = 'Unidentified'; //# sourceMappingURL=keys.js.map
|
|
587
|
+
|
|
299
588
|
//# sourceMappingURL=keys.js.map
|