Commit e1bb0f97 authored by Yuheng Huang's avatar Yuheng Huang Committed by Josip Sokcevic

Change shortcut to Ctrl/Cmd+Shift+A

Bug: 1099917
Change-Id: I8668b0dadf87721aec2c0d1ef42ffa94f769ab28
Reviewed-on: https://chrome-internal-review.googlesource.com/c/chrome/browser/resources/tab_search/+/3271919Reviewed-by: default avatarRobert Liao <robliao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819598}
parent 6eca046b
...@@ -293,7 +293,7 @@ export class TabSearchAppElement extends PolymerElement { ...@@ -293,7 +293,7 @@ export class TabSearchAppElement extends PolymerElement {
* @private * @private
*/ */
getKeyboardShortcut_() { getKeyboardShortcut_() {
return (isMac ? 'Cmd' : 'Ctrl') + '+Shift+E'; return (isMac ? 'Cmd' : 'Ctrl') + '+Shift+A';
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment