diff --git a/popup/tabswiper/modules/keyboardHandlers.js b/popup/tabswiper/modules/keyboardHandlers.js index 70fb52d..5275c71 100644 --- a/popup/tabswiper/modules/keyboardHandlers.js +++ b/popup/tabswiper/modules/keyboardHandlers.js @@ -10,6 +10,7 @@ export const attachKeyboardHandlers = (store) => { store.actions.keepTab(store.getCurrentState().currentTab) return case 'f': + case 'ArrowUp': store.actions.goToTab(store.getCurrentState().currentTab) return case 'r': diff --git a/popup/tabswiper/tabswiper.html b/popup/tabswiper/tabswiper.html index 6d1861f..42154ab 100644 --- a/popup/tabswiper/tabswiper.html +++ b/popup/tabswiper/tabswiper.html @@ -32,7 +32,7 @@