Index: ash/accelerators/accelerator_table.h |
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h |
index 01fcba9eb1520da062bfe72ed9f2943f8b9b0814..3a6323794aebd1eea8c36967c52ad4b92b7ef6bf 100644 |
--- a/ash/accelerators/accelerator_table.h |
+++ b/ash/accelerators/accelerator_table.h |
@@ -15,6 +15,8 @@ namespace ash { |
// Please put if/def sections at the end of the bare section and keep the list |
// within each section in alphabetical order. |
enum AcceleratorAction { |
+ ACCESSIBLE_NEXT, |
Daniel Erat
2013/04/30 20:22:01
maybe ACCESSIBLE_FOCUS_NEXT and ACCESSIBLE_FOCUS_P
dmazzoni
2013/04/30 21:20:45
Good idea, done.
|
+ ACCESSIBLE_PREVIOUS, |
BRIGHTNESS_DOWN, |
BRIGHTNESS_UP, |
CYCLE_BACKWARD_LINEAR, |
@@ -71,6 +73,7 @@ enum AcceleratorAction { |
SHOW_OAK, |
SHOW_SYSTEM_TRAY_BUBBLE, |
SHOW_TASK_MANAGER, |
+ SILENCE_SPOKEN_FEEDBACK, |
SWAP_PRIMARY_DISPLAY, |
SWITCH_IME, // Switch to another IME depending on the accelerator. |
TAKE_PARTIAL_SCREENSHOT, |