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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 10977074: Toggling windows with (shift)-f5 and (shift)-alt-tab does not repeat on key repeat anymore. (Closed) Base URL: http://git.chromium.org/chromium/src.git@issue-135284-repeated-maximize
Patch Set: Fixed the missing code and reserved actions. Created 8 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
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/accelerators/accelerator_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index 2b6d2116d2e5b59385ab5ada89d3772e5006e401..91442a48ac697bba606ae771c75f6bbd20c2961e 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -15,10 +15,14 @@ namespace ash {
enum AcceleratorAction {
BRIGHTNESS_DOWN,
BRIGHTNESS_UP,
- CYCLE_BACKWARD_LINEAR,
- CYCLE_BACKWARD_MRU,
- CYCLE_FORWARD_LINEAR,
- CYCLE_FORWARD_MRU,
+ CYCLE_BACKWARD_LINEAR_PRESSED,
+ CYCLE_BACKWARD_LINEAR_RELEASED,
+ CYCLE_BACKWARD_MRU_PRESSED,
+ CYCLE_BACKWARD_MRU_RELEASED,
+ CYCLE_FORWARD_LINEAR_PRESSED,
+ CYCLE_FORWARD_LINEAR_RELEASED,
+ CYCLE_FORWARD_MRU_PRESSED,
+ CYCLE_FORWARD_MRU_RELEASED,
DISABLE_CAPS_LOCK,
DISPLAY_TOGGLE_SCALE,
EXIT,
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698