From 5a082b4ea51d283a20c5499c13fd48d9bed67fd2 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 13 Aug 2017 21:32:24 +0900 Subject: add command-line bar --- src/shared/actions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared') diff --git a/src/shared/actions.js b/src/shared/actions.js index 3e3cbd0..4c9fec4 100644 --- a/src/shared/actions.js +++ b/src/shared/actions.js @@ -1,3 +1,4 @@ +export const CMD_OPEN = 'cmd.open'; export const TABS_PREV = 'tabs.prev'; export const TABS_NEXT = 'tabs.next'; export const SCROLL_UP = 'scroll.up'; @@ -11,6 +12,7 @@ const BACKGROUND_ACTION_SET = new Set([ ]); const CONTENT_ACTION_SET = new Set([ + CMD_OPEN, SCROLL_UP, SCROLL_DOWN, SCROLL_TOP, -- cgit v1.2.3