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

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

Issue 1414483011: Deprecate Shift+Alt to switch IME and use Ctrl+Shift+Space instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified the design to account for deprecated accelerators that map to the same action. Created 5 years, 1 month 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/ash_chromeos_strings.grdp ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 4b056800243499454d63b50f5aebb4b5e4d99e52..f9d29a6300c808877d9d87caf0025c42d3bbe9af 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15814,7 +15814,7 @@ var keyboardOverlayData = {
'9<>SEARCH': 'keyboardOverlayF9',
'=<>SEARCH': 'keyboardOverlayF12',
'ALT<>SEARCH': 'keyboardOverlayToggleCapsLock',
- 'ALT<>SHIFT': 'keyboardOverlayCycleThroughInputMethods',
+ 'space<>CTRL<>SHIFT': 'keyboardOverlayCycleThroughInputMethods',
xiyuan 2015/11/05 20:33:21 nit: please keep the list alpha sorted.
afakhry 2015/11/05 20:46:42 Done.
'[<>ALT': 'keyboardOverlayDockWindowLeft',
']<>ALT': 'keyboardOverlayDockWindowRight',
'a<>CTRL': 'keyboardOverlaySelectAll',
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698