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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 9956056: ash: Add accelerator for snapping windows left/right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 dc1e41324b29c97fbef9cfc9cd7e2b416ab6efec..14ebc0eb9234ebc867fd20f8ae4420489c30b9ad 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -46,6 +46,11 @@ enum AcceleratorAction {
VOLUME_DOWN,
VOLUME_MUTE,
VOLUME_UP,
+ WINDOW_SNAP_LEFT,
+ WINDOW_SNAP_RIGHT,
+ WINDOW_MINIMIZE,
+ WINDOW_MAXIMIZE_RESTORE,
+ WINDOW_POSITION_CENTER,
Daniel Erat 2012/04/25 16:11:42 nit: alphabetize these
sadrul 2012/04/25 16:15:38 Whoops. Done.
#if defined(OS_CHROMEOS)
LOCK_SCREEN,
OPEN_CROSH,

Powered by Google App Engine
This is Rietveld 408576698