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

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

Issue 12079053: cros: Bind Ctrl-M to minimize window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 385982b0d12309e160cd378653b32efe190270f1..169096de0919ae50835fc3d49cd061376a4841dc 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15835,6 +15835,7 @@ var keyboardOverlayData = {
'left<>ALT': 'keyboardOverlayGoBack',
'left<>CTRL': 'keyboardOverlayPreviousWord',
'left<>CTRL<>SHIFT': 'keyboardOverlaySelectWordAtATime',
+ 'm<>CTRL': 'keyboardOverlayMinimizeWindow',
'maximize<>ALT': 'keyboardOverlaySwapPrimaryMonitor',
'maximize<>CTRL': 'keyboardOverlayMirrorMonitors',
'maximize<>SHIFT': 'keyboardOverlayFullScreen',
« 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