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

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

Issue 2084553006: Fix the UK keyboard overlay Enter key shape (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay.js ('k') | 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 // This is a generated file but may contain local modifications. See 5 // This is a generated file but may contain local modifications. See
6 // src/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py --help 6 // src/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py --help
7 7
8 var keyboardOverlayData = { 8 var keyboardOverlayData = {
9 'inputMethodIdToOverlayId': { 9 'inputMethodIdToOverlayId': {
10 'xkb:be::fra': 'fr', 10 'xkb:be::fra': 'fr',
(...skipping 14223 matching lines...) Expand 10 before | Expand all | Expand 10 after
14234 35.0 14234 35.0
14235 ], 14235 ],
14236 [ 14236 [
14237 '01', 14237 '01',
14238 5.0, 14238 5.0,
14239 6.0, 14239 6.0,
14240 72.0, 14240 72.0,
14241 35.0 14241 35.0
14242 ], 14242 ],
14243 [ 14243 [
14244 '',
14245 815.0,
14246 107.0,
14247 30.0,
14248 60.0
14249 ],
14250 [
14251 '56', 14244 '56',
14252 80.0, 14245 80.0,
14253 227.0, 14246 227.0,
14254 60.0, 14247 60.0,
14255 60.0 14248 60.0
14256 ], 14249 ],
14257 [ 14250 [
14258 '39', 14251 '39',
14259 245.0, 14252 245.0,
14260 287.0, 14253 287.0,
14261 330.0, 14254 330.0,
14262 60.0 14255 60.0
14263 ], 14256 ],
14264 [ 14257 [
14265 '0E', 14258 '0E',
14266 785.0, 14259 785.0,
14267 47.0, 14260 47.0,
14268 90.0, 14261 90.0,
14269 60.0 14262 60.0
14270 ], 14263 ],
14271 [ 14264 [
14272 '1C', 14265 '1C',
14273 830.0, 14266 'COMPOUND_ENTER_KEY'
14274 107.0,
14275 45.0,
14276 120.0
14277 ], 14267 ],
14278 [ 14268 [
14279 '36', 14269 '36',
14280 740.0, 14270 740.0,
14281 227.0, 14271 227.0,
14282 135.0, 14272 135.0,
14283 60.0 14273 60.0
14284 ], 14274 ],
14285 [ 14275 [
14286 '0F', 14276 '0F',
(...skipping 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after
15940 'vol. down<>SEARCH': 'keyboardOverlayF9', 15930 'vol. down<>SEARCH': 'keyboardOverlayF9',
15941 'vol. up<>SEARCH': 'keyboardOverlayF10', 15931 'vol. up<>SEARCH': 'keyboardOverlayF10',
15942 'vol. up<>SEARCH<>SHIFT': 'keyboardOverlayContextMenu', 15932 'vol. up<>SEARCH<>SHIFT': 'keyboardOverlayContextMenu',
15943 'w<>CTRL': 'keyboardOverlayCloseTab', 15933 'w<>CTRL': 'keyboardOverlayCloseTab',
15944 'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow', 15934 'w<>CTRL<>SHIFT': 'keyboardOverlayCloseWindow',
15945 'x<>CTRL': 'keyboardOverlayCut', 15935 'x<>CTRL': 'keyboardOverlayCut',
15946 'z<>ALT<>CTRL': 'keyboardOverlayToggleChromevoxSpokenFeedback', 15936 'z<>ALT<>CTRL': 'keyboardOverlayToggleChromevoxSpokenFeedback',
15947 'z<>CTRL': 'keyboardOverlayUndo' 15937 'z<>CTRL': 'keyboardOverlayUndo'
15948 } 15938 }
15949 }; 15939 };
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698