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

Side by Side Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 10809088: Revert adding Alt+W and Shift+Alt+W to the keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 var keyboardOverlayData = { 5 var keyboardOverlayData = {
6 'inputMethodIdToOverlayId': { 6 'inputMethodIdToOverlayId': {
7 'm17n:ar:kbd': 'ar', 7 'm17n:ar:kbd': 'ar',
8 'm17n:fa:isiri': 'ar', 8 'm17n:fa:isiri': 'ar',
9 'm17n:hi:itrans': 'hi', 9 'm17n:hi:itrans': 'hi',
10 'm17n:th:kesmanee': 'th', 10 'm17n:th:kesmanee': 'th',
(...skipping 15847 matching lines...) Expand 10 before | Expand all | Expand 10 after
15858 'tab<>ALT': 'keyboardOverlayNextWindow', 15858 'tab<>ALT': 'keyboardOverlayNextWindow',
15859 'tab<>ALT<>SHIFT': 'keyboardOverlayPreviousWindow', 15859 'tab<>ALT<>SHIFT': 'keyboardOverlayPreviousWindow',
15860 'tab<>CTRL': 'keyboardOverlayActivateNextTab', 15860 'tab<>CTRL': 'keyboardOverlayActivateNextTab',
15861 'tab<>CTRL<>SHIFT': 'keyboardOverlayActivatePreviousTab', 15861 'tab<>CTRL<>SHIFT': 'keyboardOverlayActivatePreviousTab',
15862 'u<>CTRL': 'keyboardOverlayViewSource', 15862 'u<>CTRL': 'keyboardOverlayViewSource',
15863 'u<>CTRL<>SHIFT': 'keyboardOverlayInputUnicodeCharacters', 15863 'u<>CTRL<>SHIFT': 'keyboardOverlayInputUnicodeCharacters',
15864 'up<>ALT': 'keyboardOverlayPageUp', 15864 'up<>ALT': 'keyboardOverlayPageUp',
15865 'up<>ALT<>CTRL': 'keyboardOverlayHome', 15865 'up<>ALT<>CTRL': 'keyboardOverlayHome',
15866 'v<>CTRL': 'keyboardOverlayPaste', 15866 'v<>CTRL': 'keyboardOverlayPaste',
15867 'v<>CTRL<>SHIFT': 'keyboardOverlayPasteAsPlainText', 15867 'v<>CTRL<>SHIFT': 'keyboardOverlayPasteAsPlainText',
15868 'w<>ALT': 'keyboardOverlayNextWindow',
15869 'w<>ALT<>SHIFT': 'keyboardOverlayPreviousWindow',
15870 'w<>CTRL': 'keyboardOverlayCloseTab', 15868 'w<>CTRL': 'keyboardOverlayCloseTab',
15871 'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow', 15869 'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow',
15872 'x<>CTRL': 'keyboardOverlayCut', 15870 'x<>CTRL': 'keyboardOverlayCut',
15873 'z<>ALT<>CTRL': 'keyboardOverlayToggleAccessibilityFeatures', 15871 'z<>ALT<>CTRL': 'keyboardOverlayToggleAccessibilityFeatures',
15874 'z<>CTRL': 'keyboardOverlayUndo' 15872 'z<>CTRL': 'keyboardOverlayUndo'
15875 } 15873 }
15876 }; 15874 };
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698