From aeb0e0f96de7b2f9b5a143c8a900e2349bb0702a Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 17 Sep 2017 09:26:51 +0900 Subject: rename history navigation --- src/background/keys.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/background') 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) => { -- cgit v1.2.3