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

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

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 15848 matching lines...) Expand 10 before | Expand all | Expand 10 after
15859 "up<>ALT<>CTRL": "keyboardOverlayHome", 15859 "up<>ALT<>CTRL": "keyboardOverlayHome",
15860 "v<>CTRL": "keyboardOverlayPaste", 15860 "v<>CTRL": "keyboardOverlayPaste",
15861 "v<>CTRL<>SHIFT": "keyboardOverlayPasteAsPlainText", 15861 "v<>CTRL<>SHIFT": "keyboardOverlayPasteAsPlainText",
15862 "w<>CTRL": "keyboardOverlayCloseTab", 15862 "w<>CTRL": "keyboardOverlayCloseTab",
15863 "w<>CTRL<>SHIFT": "keyboardOverlayCloseWindow", 15863 "w<>CTRL<>SHIFT": "keyboardOverlayCloseWindow",
15864 "x<>CTRL": "keyboardOverlayCut", 15864 "x<>CTRL": "keyboardOverlayCut",
15865 "z<>ALT<>CTRL": "keyboardOverlayToggleAccessibilityFeatures", 15865 "z<>ALT<>CTRL": "keyboardOverlayToggleAccessibilityFeatures",
15866 "z<>CTRL": "keyboardOverlayUndo" 15866 "z<>CTRL": "keyboardOverlayUndo"
15867 } 15867 }
15868 }; 15868 };
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay_accessibility_helper.js ('k') | chrome/browser/resources/chromeos/menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698