aboutsummaryrefslogtreecommitdiff
path: root/src/background/keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/keys.js')
-rw-r--r--src/background/keys.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/background/keys.js b/src/background/keys.js
index 9121e0f..577f023 100644
--- a/src/background/keys.js
+++ b/src/background/keys.js
@@ -28,8 +28,8 @@ const defaultKeymap = {
'zz': { type: operations.ZOOM_NEUTRAL },
'f': { type: operations.FOLLOW_START, newTab: false },
'F': { type: operations.FOLLOW_START, newTab: true },
- 'H': { type: operations.HISTORY_PREV },
- 'L': { type: operations.HISTORY_NEXT },
+ 'H': { type: operations.NAVIGATE_HISTORY_PREV },
+ 'L': { type: operations.NAVIGATE_HISTORY_NEXT },
};
const asKeymapChars = (keys) => {