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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay_data.js

Issue 8932013: Change the key binding of toggling caps lock on the keyboard overlay. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/keyboard_overlay_data.js
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
index 8fdcd0b63cd980a707bf70884e3e2fc9f7338b9e..fcd077908d5b57f1b258d8390b83d4394ad9c2b1 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -4809,7 +4809,7 @@ var keyboardOverlayData = {
},
"E0 1D": {
"format": "smaller",
- "label": "crtl"
+ "label": "ctrl"
},
"E0 38": {
"format": "smaller",
@@ -15789,7 +15789,6 @@ var keyboardOverlayData = {
"9<>CTRL": "keyboardOverlayActivateLastTab",
"ALT": "keyboardOverlayFocusWrenchMenu",
"ALT<>SHIFT": "keyboardOverlayCycleThroughInputMethods",
- "SHIFT<>SHIFT": "keyboardOverlayToggleCapsLock",
"a<>CTRL": "keyboardOverlaySelectAll",
"arrowkeys<>CTRL": "keyboardOverlayWordMove",
"b<>ALT<>SHIFT": "keyboardOverlayFocusBookmarks",
@@ -15844,6 +15843,7 @@ var keyboardOverlayData = {
"right<>CTRL<>SHIFT": "keyboardOverlaySelectWordAtATime",
"s<>ALT<>SHIFT": "keyboardOverlayFocusStatusIcon",
"s<>CTRL": "keyboardOverlaySave",
+ "search<>SHIFT": "keyboardOverlayToggleCapsLock",
"space<>CTRL": "keyboardOverlaySelectPreviousInputMethod",
"space<>SHIFT": "keyboardOverlayScrollUpOnePage",
"t<>ALT<>SHIFT": "keyboardOverlayFocusToolbar",
« 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