diff --git a/src/pages/home.jsx b/src/pages/home.jsx index f1bfafbf..32b2bee9 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -180,7 +180,7 @@ function Home({ hidden }) { } }); - useHotkeys('k. shift+k', () => { + useHotkeys('k, shift+k', (_, handler) => { // focus on previous status after active status // Traverses .timeline li .status-link, focus on .status-link const activeStatus = document.activeElement.closest(