add command-line bar

This commit is contained in:
Shin'ya Ueoka 2017-08-13 21:32:24 +09:00
parent fe3ecc83cf
commit 5a082b4ea5
5 changed files with 79 additions and 0 deletions

View file

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