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

Side by Side Diff: ash/common/accelerators/accelerator_table.h

Issue 2487463003: Add Search+Shift+H as global shortcut to toggle high contrast mode. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_ 5 #ifndef ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
6 #define ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_ 6 #define ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 OPEN_GET_HELP, 131 OPEN_GET_HELP,
132 POWER_PRESSED, 132 POWER_PRESSED,
133 POWER_RELEASED, 133 POWER_RELEASED,
134 SHOW_IME_MENU_BUBBLE, 134 SHOW_IME_MENU_BUBBLE,
135 SUSPEND, 135 SUSPEND,
136 SHOW_STYLUS_TOOLS, 136 SHOW_STYLUS_TOOLS,
137 SWAP_PRIMARY_DISPLAY, 137 SWAP_PRIMARY_DISPLAY,
138 SWITCH_TO_NEXT_USER, 138 SWITCH_TO_NEXT_USER,
139 SWITCH_TO_PREVIOUS_USER, 139 SWITCH_TO_PREVIOUS_USER,
140 TOGGLE_CAPS_LOCK, 140 TOGGLE_CAPS_LOCK,
141 TOGGLE_HIGH_CONTRAST,
141 TOGGLE_MIRROR_MODE, 142 TOGGLE_MIRROR_MODE,
142 TOGGLE_SPOKEN_FEEDBACK, 143 TOGGLE_SPOKEN_FEEDBACK,
143 TOGGLE_WIFI, 144 TOGGLE_WIFI,
144 TOUCH_HUD_CLEAR, 145 TOUCH_HUD_CLEAR,
145 TOUCH_HUD_MODE_CHANGE, 146 TOUCH_HUD_MODE_CHANGE,
146 TOUCH_HUD_PROJECTION_TOGGLE, 147 TOUCH_HUD_PROJECTION_TOGGLE,
147 VOLUME_DOWN, 148 VOLUME_DOWN,
148 VOLUME_MUTE, 149 VOLUME_MUTE,
149 VOLUME_UP, 150 VOLUME_UP,
150 #else 151 #else
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ASH_EXPORT extern const AcceleratorAction kActionsNeedingWindow[]; 259 ASH_EXPORT extern const AcceleratorAction kActionsNeedingWindow[];
259 ASH_EXPORT extern const size_t kActionsNeedingWindowLength; 260 ASH_EXPORT extern const size_t kActionsNeedingWindowLength;
260 261
261 // Actions that can be performed while keeping the menu open. 262 // Actions that can be performed while keeping the menu open.
262 ASH_EXPORT extern const AcceleratorAction kActionsKeepingMenuOpen[]; 263 ASH_EXPORT extern const AcceleratorAction kActionsKeepingMenuOpen[];
263 ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength; 264 ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength;
264 265
265 } // namespace ash 266 } // namespace ash
266 267
267 #endif // ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_ 268 #endif // ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
OLDNEW
« no previous file with comments | « ash/common/accelerators/accelerator_controller.cc ('k') | ash/common/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698