add command-line bar
This commit is contained in:
parent
fe3ecc83cf
commit
5a082b4ea5
5 changed files with 79 additions and 0 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue