feat: 快捷键设置.

This commit is contained in:
lijiahang
2024-01-17 18:50:18 +08:00
parent 0eed20e54f
commit fc28391927
10 changed files with 474 additions and 241 deletions

View File

@@ -9,11 +9,8 @@ export default class TerminalTabManager implements ITerminalTabManager {
public items: Array<TerminalTabItem>;
constructor() {
// fixme
this.active = InnerTabs.SHORTCUT_SETTING.key;
this.items = [InnerTabs.SHORTCUT_SETTING];
// this.active = InnerTabs.NEW_CONNECTION.key;
// this.items = [InnerTabs.NEW_CONNECTION];
this.active = InnerTabs.NEW_CONNECTION.key;
this.items = [InnerTabs.NEW_CONNECTION];
}
// 点击 tab