support r/R commands

This commit is contained in:
Shin'ya Ueoka 2017-08-26 18:43:15 +09:00
parent a5f1e06efc
commit cb36fc666c
4 changed files with 15 additions and 1 deletions

View file

@ -39,6 +39,9 @@ const doBackgroundAction = (sender, action) => {
case actions.TABS_NEXT:
tabs.selectNextTab(sender.tab.index, actions[1] || 1);
break;
case actions.TABS_RELOAD:
tabs.reload(sender.tab, actions[1] || false);
break;
case actions.ZOOM_IN:
zooms.zoomIn();
break;