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

Unified Diff: ash/accelerators/accelerator_table.cc

Issue 10388141: Full-screen Magnifier: Support warping the cursor on the edge (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 08d47f228445d0afe3854ef2c90c445f417fb8e2..3cc3cda60ef5f95519c98ee8d6af0df238ad7ab4 100644
--- a/ash/accelerators/accelerator_table.cc
+++ b/ash/accelerators/accelerator_table.cc
@@ -107,6 +107,8 @@ const AcceleratorData kAcceleratorData[] = {
{ true, ui::VKEY_F4, false, true, false, MONITOR_ADD_REMOVE },
{ true, ui::VKEY_F4, true, true, false, MONITOR_CYCLE },
{ true, ui::VKEY_HOME, true, true, false, MONITOR_TOGGLE_SCALE },
+ { true, ui::VKEY_OEM_4, false, true, false, MAGNIFY_SCREEN_ZOOM_IN},
+ { true, ui::VKEY_OEM_6, false, true, false, MAGNIFY_SCREEN_ZOOM_OUT},
#endif
// trigger_on_press, KeyboardCode, shift, control, alt, AcceleratorAction
};

Powered by Google App Engine
This is Rietveld 408576698