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

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: 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 b7b60e33ab6fa053d8e6e2ace1ec7e0dc6f30635..79488c9c103273436c7d1f5909cefddf053a603d 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -125,8 +125,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