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

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

Issue 10823402: Change the shortcut of toggling caps lock to Alt+Search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | 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 9b9dfbc7264a543c1b188943477c76bec0ee0620..975ddca75bfb1fc7dfaa0b2d60149af66a3f9837 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15847,7 +15847,7 @@ var keyboardOverlayData = {
'right<>CTRL<>SHIFT': 'keyboardOverlaySelectWordAtATime',
's<>ALT<>SHIFT': 'keyboardOverlayFocusStatusIcon',
's<>CTRL': 'keyboardOverlaySave',
- 'search<>SHIFT': 'keyboardOverlayToggleCapsLock',
+ 'search<>ALT': 'keyboardOverlayToggleCapsLock',
'space<>CTRL': 'keyboardOverlaySelectPreviousInputMethod',
'space<>SHIFT': 'keyboardOverlayScrollUpOnePage',
'switch window<>CTRL': 'keyboardOverlayTakeScreenshot',
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698