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

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

Issue 7623003: Fix the label of the altgr key on Romanian keyboard overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 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 10298 matching lines...) Expand 10 before | Expand all | Expand 10 after
10309 }, 10309 },
10310 "7D": { 10310 "7D": {
10311 "p5": "E2" 10311 "p5": "E2"
10312 }, 10312 },
10313 "E0 1D": { 10313 "E0 1D": {
10314 "format": "smaller", 10314 "format": "smaller",
10315 "label": "ctrl" 10315 "label": "ctrl"
10316 }, 10316 },
10317 "E0 38": { 10317 "E0 38": {
10318 "format": "smaller", 10318 "format": "smaller",
10319 "label": "alt" 10319 "label": "alt gr"
10320 }, 10320 },
10321 "E0 48": { 10321 "E0 48": {
10322 "label": "up" 10322 "label": "up"
10323 }, 10323 },
10324 "E0 4B": { 10324 "E0 4B": {
10325 "label": "left" 10325 "label": "left"
10326 }, 10326 },
10327 "E0 4D": { 10327 "E0 4D": {
10328 "label": "right" 10328 "label": "right"
10329 }, 10329 },
(...skipping 5529 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698