diff --git a/app/components/Layout/Layout.js b/app/components/Layout/Layout.js index 62579cf59..0c32ded1b 100644 --- a/app/components/Layout/Layout.js +++ b/app/components/Layout/Layout.js @@ -38,7 +38,7 @@ type Props = { class Layout extends React.Component { scrollable: ?HTMLDivElement; - @keydown(['/', 't']) + @keydown(['/', 't', 'meta+k']) goToSearch(ev) { ev.preventDefault(); ev.stopPropagation();