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

Unified Diff: ash/accelerators/accelerator_table.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: Address varkha's comments in #7 Created 6 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
Index: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index 68107f698872189c8d2f210e2f5409a0c9b329da..44cae23b8aae021a5d6f23aa2b30153960d93217 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -130,8 +130,8 @@ enum AcceleratorAction {
VOLUME_UP,
WINDOW_MINIMIZE,
WINDOW_POSITION_CENTER,
- WINDOW_SNAP_LEFT,
- WINDOW_SNAP_RIGHT,
+ WINDOW_SNAP_OR_DOCK_LEFT,
+ WINDOW_SNAP_OR_DOCK_RIGHT,
#if defined(OS_CHROMEOS)
ADD_REMOVE_DISPLAY,
TOGGLE_MIRROR_MODE,

Powered by Google App Engine
This is Rietveld 408576698