|
862 | 862 | "key": "alt+left", |
863 | 863 | "mac": "ctrl+left", |
864 | 864 | "command": "workbench.action.previousEditor", |
| 865 | + "when": "!terminalFocus", |
865 | 866 | "intellij": "Go to previous editor tab" |
866 | 867 | }, |
867 | 868 | { |
868 | 869 | "key": "", |
869 | 870 | "mac": "shift+cmd+[", |
870 | 871 | "command": "workbench.action.previousEditor", |
| 872 | + "when": "!terminalFocus", |
871 | 873 | "intellij": "Go to previous editor tab" |
872 | 874 | }, |
873 | 875 | { |
874 | 876 | "key": "alt+right", |
875 | 877 | "mac": "ctrl+right", |
876 | 878 | "command": "workbench.action.nextEditor", |
| 879 | + "when": "!terminalFocus", |
877 | 880 | "intellij": "Go to next editor tab" |
878 | 881 | }, |
879 | 882 | { |
880 | 883 | "key": "", |
881 | 884 | "mac": "shift+cmd+]", |
882 | 885 | "command": "workbench.action.nextEditor", |
| 886 | + "when": "!terminalFocus", |
883 | 887 | "intellij": "Go to next editor tab" |
884 | 888 | }, |
885 | 889 |
|
|
1621 | 1625 | }, |
1622 | 1626 | { |
1623 | 1627 | "key": "alt+left", |
1624 | | - "mac": "shift+cmd+[", |
1625 | 1628 | "command": "workbench.action.terminal.focusPrevious", |
1626 | | - "when": "terminalFocus", |
| 1629 | + "when": "terminalTabsFocus", |
1627 | 1630 | "intellij": "Select previous tab (Terminal)" |
1628 | 1631 | }, |
1629 | 1632 | { |
1630 | 1633 | "key": "alt+right", |
| 1634 | + "command": "workbench.action.terminal.focusNext", |
| 1635 | + "when": "terminalTabsFocus", |
| 1636 | + "intellij": "Select next tab (Terminal)" |
| 1637 | + }, |
| 1638 | + { |
| 1639 | + "key": "", |
| 1640 | + "mac": "shift+cmd+[", |
| 1641 | + "command": "workbench.action.terminal.focusPrevious", |
| 1642 | + "intellij": "Select previous tab (Terminal)" |
| 1643 | + }, |
| 1644 | + { |
| 1645 | + "key": "", |
1631 | 1646 | "mac": "shift+cmd+]", |
1632 | 1647 | "command": "workbench.action.terminal.focusNext", |
1633 | | - "when": "terminalFocus", |
1634 | 1648 | "intellij": "Select next tab (Terminal)" |
1635 | 1649 | }, |
1636 | 1650 | { |
|
0 commit comments