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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: remoting/tools/javascript_key_tester/keyboard_map.js
diff --git a/remoting/tools/javascript_key_tester/keyboard_map.js b/remoting/tools/javascript_key_tester/keyboard_map.js
deleted file mode 100644
index 7ca13665c092e4060d64c636d58783817151fc1a..0000000000000000000000000000000000000000
--- a/remoting/tools/javascript_key_tester/keyboard_map.js
+++ /dev/null
@@ -1,264 +0,0 @@
-/* Copyright (c) 2014 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/** @type {Array.<string>} */
-var keyboardMap = [
- '',
- '',
- '',
- 'Cancel',
- '',
- '',
- 'Help',
- '',
- 'Backspace',
- 'Tab',
- '',
- '',
- 'Clear',
- 'Enter',
- 'Return',
- '',
- 'Shift',
- 'Control',
- 'Alt',
- 'Pause',
- 'CapsLock',
- 'Kana',
- 'Eisu',
- 'Junja',
- 'Final',
- 'Hanja',
- '',
- 'Escape',
- 'Convert',
- 'NonConvert',
- 'Accept',
- 'ModeChange',
- 'Space',
- 'PageUp',
- 'PageDown',
- 'End',
- 'Home',
- 'Left',
- 'Up',
- 'Right',
- 'Down',
- 'Selse',
- 'Print',
- 'Execute',
- 'PrtScn',
- 'Insert',
- 'Delete',
- '',
- 'Digit0',
- 'Digit1',
- 'Digit2',
- 'Digit3',
- 'Digit4',
- 'Digit5',
- 'Digit6',
- 'Digit7',
- 'Digit8',
- 'Digit9',
- 'Colon',
- 'Semicolon',
- 'LessThan',
- 'Equals',
- 'GreaterThen',
- 'QuestionMark',
- 'At',
- 'KeyA',
- 'KeyB',
- 'KeyC',
- 'KeyD',
- 'KeyE',
- 'KeyF',
- 'KeyG',
- 'KeyH',
- 'KeyI',
- 'KeyJ',
- 'KeyK',
- 'KeyL',
- 'KeyM',
- 'KeyN',
- 'KeyO',
- 'KeyP',
- 'KeyQ',
- 'KeyR',
- 'KeyS',
- 'KeyT',
- 'KeyU',
- 'KeyV',
- 'KeyW',
- 'KeyX',
- 'KeyY',
- 'KeyZ',
- 'OSLeft',
- 'OSRight',
- 'ContextMenu',
- '',
- 'Sleep',
- 'Numpad0',
- 'Numpad1',
- 'Numpad2',
- 'Numpad3',
- 'Numpad4',
- 'Numpad5',
- 'Numpad6',
- 'Numpad7',
- 'Numpad8',
- 'Numpad9',
- 'NumpadMultiply',
- 'NumpadAdd',
- 'Separator',
- 'NumpadSubtract',
- 'NumpadDecimal',
- 'NumpadDivide',
- 'F1',
- 'F2',
- 'F3',
- 'F4',
- 'F5',
- 'F6',
- 'F7',
- 'F8',
- 'F9',
- 'F10',
- 'F11',
- 'F12',
- 'F13',
- 'F14',
- 'F15',
- 'F16',
- 'F17',
- 'F18',
- 'F19',
- 'F20',
- 'F21',
- 'F22',
- 'F23',
- 'F24',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- 'NumLock',
- 'ScrollLock',
- 'WIN_OEM_FJ_JISHO',
- 'WIN_OEM_FJ_MASSHOU',
- 'WIN_OEM_FJ_TOUROKU',
- 'WIN_OEM_FJ_LOYA',
- 'WIN_OEM_FJ_ROYA',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- 'Circumflex',
- 'Exclamation',
- 'DoubleQuote',
- 'Hash',
- 'Dollar',
- 'Percent',
- 'Ampersand',
- 'Underscore',
- 'OpenParenthesis',
- 'CloseParenthesis',
- 'Asterisk',
- 'Plus',
- 'Pipe',
- 'HypenMinus',
- 'OpenBrace',
- 'CloseBrace',
- 'Tilde',
- '',
- '',
- '',
- '',
- 'VolumeMute',
- 'VolumeDown',
- 'VolumeUp',
- '',
- '',
- '',
- 'Equal',
- 'Comma',
- 'Minus',
- 'Period',
- 'Slash',
- 'Backquote',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- 'OpenBracket',
- 'Backslash',
- 'CloseBracket',
- 'Quote',
- '',
- 'Meta',
- 'AltGr',
- '',
- 'WIN_ICO_HELP',
- 'WIN_ICO_00',
- '',
- 'WIN_ICO_CLEAR',
- '',
- '',
- 'WIN_OEM_RESET',
- 'WIN_OEM_JUMP',
- 'WIN_OEM_PA1',
- 'WIN_OEM_PA2',
- 'WIN_OEM_PA3',
- 'WIN_OEM_WSCTRL',
- 'WIN_OEM_CUSEL',
- 'WIN_OEM_ATTN',
- 'WIN_OEM_FINISH',
- 'WIN_OEM_COPY',
- 'WIN_OEM_AUTO',
- 'WIN_OEM_ENLW',
- 'WIN_OEM_BACKTAB',
- 'ATTN',
- 'CRSEL',
- 'EXSEL',
- 'EREOF',
- 'PLAY',
- 'ZOOM',
- '',
- 'PA1',
- 'WIN_OEM_CLEAR',
- ''
-];

Powered by Google App Engine
This is Rietveld 408576698