background command from reducer

This commit is contained in:
Shin'ya Ueoka 2017-09-10 17:27:55 +09:00
parent 359fdb5288
commit 2c40d239f0
5 changed files with 46 additions and 68 deletions

View file

@ -4,5 +4,14 @@ export default {
CONSOLE_SHOW_ERROR: 'vimvixen.console.show.error',
CONSOLE_HIDE: 'vimvixen.console.hide',
BACKGROUND_REQUEST_COMPLETIONS: 'vimvixen.background.request.completions'
BACKGROUND_REQUEST_COMPLETIONS: 'vimvixen.background.request.completions',
TABS_CLOSE: 'tabs.close',
TABS_REOPEN: 'tabs.reopen',
TABS_PREV: 'tabs.prev',
TABS_NEXT: 'tabs.next',
TABS_RELOAD: 'tabs.reload',
ZOOM_IN: 'zoom.in',
ZOOM_OUT: 'zoom.out',
ZOOM_NEUTRAL: 'zoom.neutral',
};