Fix k, shift+k not working

This commit is contained in:
Lim Chee Aun 2023-01-24 16:27:09 +08:00
parent 082745ee4f
commit 10b99d2af4

View file

@ -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(