support r/R commands
This commit is contained in:
parent
a5f1e06efc
commit
cb36fc666c
4 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue