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

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: Created 8 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 2b6d2116d2e5b59385ab5ada89d3772e5006e401..e3447dffc664d5da5f4ac890f014df2c6d43a146 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -15,9 +15,11 @@ namespace ash {
enum AcceleratorAction {
BRIGHTNESS_DOWN,
BRIGHTNESS_UP,
- CYCLE_BACKWARD_LINEAR,
+ CYCLE_BACKWARD_LINEAR_PRESSED,
+ CYCLE_BACKWARD_LINEAR_RELEASED,
CYCLE_BACKWARD_MRU,
- CYCLE_FORWARD_LINEAR,
+ CYCLE_FORWARD_LINEAR_PRESSED,
+ CYCLE_FORWARD_LINEAR_RELEASED,
CYCLE_FORWARD_MRU,
DISABLE_CAPS_LOCK,
DISPLAY_TOGGLE_SCALE,

Powered by Google App Engine
This is Rietveld 408576698