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

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

Issue 12848004: Add shortcut keys to ui scaling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stl hates me Created 7 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 unified diff | Download patch | Annotate | Revision Log
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_ACCELERATORS_ACCELERATOR_TABLE_H_ 5 #ifndef ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
6 #define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ 6 #define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "ui/base/events/event_constants.h" 10 #include "ui/base/events/event_constants.h"
(...skipping 29 matching lines...) Expand all
40 NEW_TAB, 40 NEW_TAB,
41 NEW_WINDOW, 41 NEW_WINDOW,
42 NEXT_IME, 42 NEXT_IME,
43 OPEN_FEEDBACK_PAGE, 43 OPEN_FEEDBACK_PAGE,
44 PREVIOUS_IME, 44 PREVIOUS_IME,
45 POWER_PRESSED, 45 POWER_PRESSED,
46 POWER_RELEASED, 46 POWER_RELEASED,
47 RESTORE_TAB, 47 RESTORE_TAB,
48 ROTATE_SCREEN, 48 ROTATE_SCREEN,
49 ROTATE_WINDOW, 49 ROTATE_WINDOW,
50 SCALE_UI_DOWN,
51 SCALE_UI_UP,
50 SELECT_LAST_WIN, 52 SELECT_LAST_WIN,
51 SELECT_WIN_0, 53 SELECT_WIN_0,
52 SELECT_WIN_1, 54 SELECT_WIN_1,
53 SELECT_WIN_2, 55 SELECT_WIN_2,
54 SELECT_WIN_3, 56 SELECT_WIN_3,
55 SELECT_WIN_4, 57 SELECT_WIN_4,
56 SELECT_WIN_5, 58 SELECT_WIN_5,
57 SELECT_WIN_6, 59 SELECT_WIN_6,
58 SELECT_WIN_7, 60 SELECT_WIN_7,
59 SHOW_KEYBOARD_OVERLAY, 61 SHOW_KEYBOARD_OVERLAY,
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 153
152 // Actions allowed in app mode. 154 // Actions allowed in app mode.
153 ASH_EXPORT extern const AcceleratorAction kActionsAllowedInAppMode[]; 155 ASH_EXPORT extern const AcceleratorAction kActionsAllowedInAppMode[];
154 156
155 // The number of elements in kActionsAllowedInAppMode. 157 // The number of elements in kActionsAllowedInAppMode.
156 ASH_EXPORT extern const size_t kActionsAllowedInAppModeLength; 158 ASH_EXPORT extern const size_t kActionsAllowedInAppModeLength;
157 159
158 } // namespace ash 160 } // namespace ash
159 161
160 #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ 162 #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698