Skip to content

Commit

Permalink
capture-mode-demo-tools: Show assistant and menu keys
Browse files Browse the repository at this point in the history
Demo: http://b/265984951#comment2
Fixed: b/265984951
Test: Manually
Change-Id: I178bc281c2655e55240b7d08017490644bb4a79f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4240685
Reviewed-by: Ahmed Fakhry <afakhry@chromium.org>
Commit-Queue: Michele Fan <michelefan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1104167}
  • Loading branch information
Michele Fan authored and Chromium LUCI CQ committed Feb 11, 2023
1 parent 9e0546a commit 089f961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ash/capture_mode/capture_mode_demo_tools_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ constexpr ui::KeyboardCode kNotNeedingModifierKeys[] = {
ui::VKEY_UP,
ui::VKEY_DOWN,
ui::VKEY_LEFT,
ui::VKEY_RIGHT};
ui::VKEY_RIGHT,
ui::VKEY_ASSISTANT,
ui::VKEY_SETTINGS};

// Returns true if `key_code` is a non-modifier key for which a `KeyComboViewer`
// can be shown even if there are no modifier keys are currently pressed.
Expand Down

0 comments on commit 089f961

Please sign in to comment.