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

Unified Diff: ash/accelerators/accelerator_table.cc

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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
Index: ash/accelerators/accelerator_table.cc
diff --git a/ash/accelerators/accelerator_table.cc b/ash/accelerators/accelerator_table.cc
index 0b7093a8b665289c8381fbbb660124093e72b71d..c535bf1e4139ffb327505572dc3661d550aa66c6 100644
--- a/ash/accelerators/accelerator_table.cc
+++ b/ash/accelerators/accelerator_table.cc
@@ -106,6 +106,7 @@ const AcceleratorData kAcceleratorData[] = {
{ true, ui::VKEY_W, true, false, true, CYCLE_BACKWARD_MRU },
{ true, ui::VKEY_F4, false, true, false, ADD_REMOVE_MONITOR },
{ true, ui::VKEY_F4, true, true, false, CYCLE_MONITOR },
+ { true, ui::VKEY_HOME, true, true, false, SCALE_MONITOR },
#endif
// trigger_on_press, KeyboardCode, shift, control, alt, AcceleratorAction
};

Powered by Google App Engine
This is Rietveld 408576698