Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: remoting/tools/javascript_key_tester/keyboard_map.js

Issue 910483002: Remove JS summary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 /** @type {Array.<string>} */
7 var keyboardMap = [
8 '',
9 '',
10 '',
11 'Cancel',
12 '',
13 '',
14 'Help',
15 '',
16 'Backspace',
17 'Tab',
18 '',
19 '',
20 'Clear',
21 'Enter',
22 'Return',
23 '',
24 'Shift',
25 'Control',
26 'Alt',
27 'Pause',
28 'CapsLock',
29 'Kana',
30 'Eisu',
31 'Junja',
32 'Final',
33 'Hanja',
34 '',
35 'Escape',
36 'Convert',
37 'NonConvert',
38 'Accept',
39 'ModeChange',
40 'Space',
41 'PageUp',
42 'PageDown',
43 'End',
44 'Home',
45 'Left',
46 'Up',
47 'Right',
48 'Down',
49 'Selse',
50 'Print',
51 'Execute',
52 'PrtScn',
53 'Insert',
54 'Delete',
55 '',
56 'Digit0',
57 'Digit1',
58 'Digit2',
59 'Digit3',
60 'Digit4',
61 'Digit5',
62 'Digit6',
63 'Digit7',
64 'Digit8',
65 'Digit9',
66 'Colon',
67 'Semicolon',
68 'LessThan',
69 'Equals',
70 'GreaterThen',
71 'QuestionMark',
72 'At',
73 'KeyA',
74 'KeyB',
75 'KeyC',
76 'KeyD',
77 'KeyE',
78 'KeyF',
79 'KeyG',
80 'KeyH',
81 'KeyI',
82 'KeyJ',
83 'KeyK',
84 'KeyL',
85 'KeyM',
86 'KeyN',
87 'KeyO',
88 'KeyP',
89 'KeyQ',
90 'KeyR',
91 'KeyS',
92 'KeyT',
93 'KeyU',
94 'KeyV',
95 'KeyW',
96 'KeyX',
97 'KeyY',
98 'KeyZ',
99 'OSLeft',
100 'OSRight',
101 'ContextMenu',
102 '',
103 'Sleep',
104 'Numpad0',
105 'Numpad1',
106 'Numpad2',
107 'Numpad3',
108 'Numpad4',
109 'Numpad5',
110 'Numpad6',
111 'Numpad7',
112 'Numpad8',
113 'Numpad9',
114 'NumpadMultiply',
115 'NumpadAdd',
116 'Separator',
117 'NumpadSubtract',
118 'NumpadDecimal',
119 'NumpadDivide',
120 'F1',
121 'F2',
122 'F3',
123 'F4',
124 'F5',
125 'F6',
126 'F7',
127 'F8',
128 'F9',
129 'F10',
130 'F11',
131 'F12',
132 'F13',
133 'F14',
134 'F15',
135 'F16',
136 'F17',
137 'F18',
138 'F19',
139 'F20',
140 'F21',
141 'F22',
142 'F23',
143 'F24',
144 '',
145 '',
146 '',
147 '',
148 '',
149 '',
150 '',
151 '',
152 'NumLock',
153 'ScrollLock',
154 'WIN_OEM_FJ_JISHO',
155 'WIN_OEM_FJ_MASSHOU',
156 'WIN_OEM_FJ_TOUROKU',
157 'WIN_OEM_FJ_LOYA',
158 'WIN_OEM_FJ_ROYA',
159 '',
160 '',
161 '',
162 '',
163 '',
164 '',
165 '',
166 '',
167 '',
168 'Circumflex',
169 'Exclamation',
170 'DoubleQuote',
171 'Hash',
172 'Dollar',
173 'Percent',
174 'Ampersand',
175 'Underscore',
176 'OpenParenthesis',
177 'CloseParenthesis',
178 'Asterisk',
179 'Plus',
180 'Pipe',
181 'HypenMinus',
182 'OpenBrace',
183 'CloseBrace',
184 'Tilde',
185 '',
186 '',
187 '',
188 '',
189 'VolumeMute',
190 'VolumeDown',
191 'VolumeUp',
192 '',
193 '',
194 '',
195 'Equal',
196 'Comma',
197 'Minus',
198 'Period',
199 'Slash',
200 'Backquote',
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 'OpenBracket',
228 'Backslash',
229 'CloseBracket',
230 'Quote',
231 '',
232 'Meta',
233 'AltGr',
234 '',
235 'WIN_ICO_HELP',
236 'WIN_ICO_00',
237 '',
238 'WIN_ICO_CLEAR',
239 '',
240 '',
241 'WIN_OEM_RESET',
242 'WIN_OEM_JUMP',
243 'WIN_OEM_PA1',
244 'WIN_OEM_PA2',
245 'WIN_OEM_PA3',
246 'WIN_OEM_WSCTRL',
247 'WIN_OEM_CUSEL',
248 'WIN_OEM_ATTN',
249 'WIN_OEM_FINISH',
250 'WIN_OEM_COPY',
251 'WIN_OEM_AUTO',
252 'WIN_OEM_ENLW',
253 'WIN_OEM_BACKTAB',
254 'ATTN',
255 'CRSEL',
256 'EXSEL',
257 'EREOF',
258 'PLAY',
259 'ZOOM',
260 '',
261 'PA1',
262 'WIN_OEM_CLEAR',
263 ''
264 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698