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

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

Issue 2566583004: Allow 'Alt+Shift+K' to show IME menu at login or lock screen. (Closed)
Patch Set: Created 4 years 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 #if defined(OS_CHROMEOS) 334 #if defined(OS_CHROMEOS)
335 BRIGHTNESS_DOWN, 335 BRIGHTNESS_DOWN,
336 BRIGHTNESS_UP, 336 BRIGHTNESS_UP,
337 DEBUG_TOGGLE_TOUCH_PAD, 337 DEBUG_TOGGLE_TOUCH_PAD,
338 DEBUG_TOGGLE_TOUCH_SCREEN, 338 DEBUG_TOGGLE_TOUCH_SCREEN,
339 DEBUG_TOGGLE_TOUCH_VIEW, 339 DEBUG_TOGGLE_TOUCH_VIEW,
340 DEV_ADD_REMOVE_DISPLAY, 340 DEV_ADD_REMOVE_DISPLAY,
341 DISABLE_CAPS_LOCK, 341 DISABLE_CAPS_LOCK,
342 KEYBOARD_BRIGHTNESS_DOWN, 342 KEYBOARD_BRIGHTNESS_DOWN,
343 KEYBOARD_BRIGHTNESS_UP, 343 KEYBOARD_BRIGHTNESS_UP,
344 SHOW_IME_MENU_BUBBLE,
344 TOGGLE_CAPS_LOCK, 345 TOGGLE_CAPS_LOCK,
345 TOGGLE_HIGH_CONTRAST, 346 TOGGLE_HIGH_CONTRAST,
346 TOGGLE_SPOKEN_FEEDBACK, 347 TOGGLE_SPOKEN_FEEDBACK,
347 TOGGLE_MIRROR_MODE, 348 TOGGLE_MIRROR_MODE,
348 TOGGLE_WIFI, 349 TOGGLE_WIFI,
349 TOUCH_HUD_CLEAR, 350 TOUCH_HUD_CLEAR,
350 VOLUME_DOWN, 351 VOLUME_DOWN,
351 VOLUME_MUTE, 352 VOLUME_MUTE,
352 VOLUME_UP, 353 VOLUME_UP,
353 #endif 354 #endif
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 TOGGLE_WIFI, 539 TOGGLE_WIFI,
539 VOLUME_DOWN, 540 VOLUME_DOWN,
540 VOLUME_MUTE, 541 VOLUME_MUTE,
541 VOLUME_UP, 542 VOLUME_UP,
542 #endif // defined(OS_CHROMEOS) 543 #endif // defined(OS_CHROMEOS)
543 }; 544 };
544 545
545 const size_t kActionsKeepingMenuOpenLength = arraysize(kActionsKeepingMenuOpen); 546 const size_t kActionsKeepingMenuOpenLength = arraysize(kActionsKeepingMenuOpen);
546 547
547 } // namespace ash 548 } // 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