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

Unified Diff: ash/accelerators/accelerator_table.cc

Issue 10987034: Need some keyboard shortcut for fullscreen: Shift-F4 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_table.cc
diff --git a/ash/accelerators/accelerator_table.cc b/ash/accelerators/accelerator_table.cc
index 7899cc45c6cab3cc64737d79af8e610184bf4396..0a70d9faec611f1f2aa665f0b4e0fce8b75c6c8a 100644
--- a/ash/accelerators/accelerator_table.cc
+++ b/ash/accelerators/accelerator_table.cc
@@ -178,6 +178,7 @@ const AcceleratorAction kReservedActions[] = {
#if defined(OS_CHROMEOS)
POWER_PRESSED,
POWER_RELEASED,
+ TOGGLE_MAXIMIZED,
Yusuke Sato 2012/09/25 19:41:42 I removed TOGGLE_MAXIMIZED for crbug.com/152060. c
sschmitz 2012/09/25 20:52:44 Without it, F4 toggles fullscreen (i.e. the Chrome
#endif
};
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698