From b9f18325783b9bd98efca17b3760d73af188ef9e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 23 Jun 2018 00:12:24 -0700 Subject: [PATCH] Closes #671 --- app/components/Layout/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();