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

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, 9 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 d28b6fcbe1f652515451bd0106430f042de5bd7f..40278e7538cfbc47fceb068d5a15b110d808913f 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -32,6 +32,8 @@ enum AcceleratorAction {
VOLUME_UP,
SHOW_OAK,
FOCUS_TRAY,
+ SNAP_WINDOW_LEFT,
Daniel Erat 2012/04/17 16:51:19 nit: mind re-alphabetizing this list?
sadrul 2012/04/25 16:04:21 Done.
+ SNAP_WINDOW_RIGHT,
#if defined(OS_CHROMEOS)
LOCK_SCREEN,
#endif

Powered by Google App Engine
This is Rietveld 408576698