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

Unified Diff: ash/wm/wm_event.h

Issue 594383002: Change behaviour of the Alt-] and Alt-[ keys so that it cycles through SnapLeft/SnapRight to DockLe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event
Patch Set: Use Compound Events for snap/dock as per oshima's request Created 6 years, 2 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
« ash/wm/default_state.cc ('K') | « ash/wm/panels/panel_layout_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/wm_event.h
diff --git a/ash/wm/wm_event.h b/ash/wm/wm_event.h
index c4fade4e4c562497e5bc36b18e3d9df87fcc85c8..92a0c3e8112f60e0fd12152894335d75b40db00f 100644
--- a/ash/wm/wm_event.h
+++ b/ash/wm/wm_event.h
@@ -54,6 +54,12 @@ enum WMEventType {
// A user requested to toggle fullscreen state.
WM_EVENT_TOGGLE_FULLSCREEN,
+ // A user requested a toggle of dock and snap left
varkha 2014/10/02 22:17:59 I think this would be a good place to describe the
dtapuska 2014/10/03 15:44:59 Done.
+ WM_EVENT_TOGGLE_SNAP_DOCK_LEFT,
oshima 2014/10/02 21:58:41 nit: CYCLE_
dtapuska 2014/10/03 15:44:59 Done.
+
+ // A user requested a toggle of dock and snap right
+ WM_EVENT_TOGGLE_SNAP_DOCK_RIGHT,
+
// A user requested to center a window.
WM_EVENT_CENTER,
« ash/wm/default_state.cc ('K') | « ash/wm/panels/panel_layout_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698