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

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

Issue 2434483003: Fix keyboard-activated context menus (Closed)
Patch Set: Simplify to Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "ash/common/accelerators/accelerator_table.h" 5 #include "ash/common/accelerators/accelerator_table.h"
6 6
7 #include "ash/common/strings/grit/ash_strings.h" 7 #include "ash/common/strings/grit/ash_strings.h"
8 #include "base/macros.h" 8 #include "base/macros.h"
9 9
10 namespace ash { 10 namespace ash {
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 TAKE_PARTIAL_SCREENSHOT, 521 TAKE_PARTIAL_SCREENSHOT,
522 TAKE_SCREENSHOT, 522 TAKE_SCREENSHOT,
523 #if defined(OS_CHROMEOS) 523 #if defined(OS_CHROMEOS)
524 BRIGHTNESS_DOWN, 524 BRIGHTNESS_DOWN,
525 BRIGHTNESS_UP, 525 BRIGHTNESS_UP,
526 DEBUG_TOGGLE_TOUCH_PAD, 526 DEBUG_TOGGLE_TOUCH_PAD,
527 DEBUG_TOGGLE_TOUCH_SCREEN, 527 DEBUG_TOGGLE_TOUCH_SCREEN,
528 DISABLE_CAPS_LOCK, 528 DISABLE_CAPS_LOCK,
529 KEYBOARD_BRIGHTNESS_DOWN, 529 KEYBOARD_BRIGHTNESS_DOWN,
530 KEYBOARD_BRIGHTNESS_UP, 530 KEYBOARD_BRIGHTNESS_UP,
531 TOGGLE_APP_LIST,
531 TOGGLE_CAPS_LOCK, 532 TOGGLE_CAPS_LOCK,
532 TOGGLE_HIGH_CONTRAST, 533 TOGGLE_HIGH_CONTRAST,
533 TOGGLE_SPOKEN_FEEDBACK, 534 TOGGLE_SPOKEN_FEEDBACK,
534 TOGGLE_WIFI, 535 TOGGLE_WIFI,
535 VOLUME_DOWN, 536 VOLUME_DOWN,
536 VOLUME_MUTE, 537 VOLUME_MUTE,
537 VOLUME_UP, 538 VOLUME_UP,
538 #endif // defined(OS_CHROMEOS) 539 #endif // defined(OS_CHROMEOS)
539 }; 540 };
540 541
541 const size_t kActionsKeepingMenuOpenLength = arraysize(kActionsKeepingMenuOpen); 542 const size_t kActionsKeepingMenuOpenLength = arraysize(kActionsKeepingMenuOpen);
542 543
543 } // namespace ash 544 } // namespace ash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698