This commit is contained in:
Jan Prochazka 2022-04-28 15:42:32 +02:00
parent 4c9ae46577
commit 39cb665b32

View File

@ -104,7 +104,7 @@
id: 'tabs.nextTab',
category: 'Tabs',
name: 'Next tab',
keyText: 'CtrlOrCommand+Tab',
keyText: 'Ctrl+Tab',
testEnabled: () => getOpenedTabs().filter(x => !x.closedTime).length >= 2,
onClick: () => {
const tabs = get(openedTabs).filter(x => x.closedTime == null);