1
1
mirror of https://github.com/Eugeny/tabby.git synced 2025-01-02 23:45:45 +03:00

fixes #3500: add hotkey support for Tabs 11~20

This commit is contained in:
Clark Wang 2021-03-02 16:57:40 +08:00
parent b4f76847bf
commit 20118afd1f
4 changed files with 70 additions and 0 deletions

View File

@ -42,6 +42,16 @@ hotkeys:
- 'Alt-9'
tab-10:
- 'Alt-0'
tab-11: []
tab-12: []
tab-13: []
tab-14: []
tab-15: []
tab-16: []
tab-17: []
tab-18: []
tab-19: []
tab-20: []
split-right:
- 'Ctrl-Shift-E'
split-bottom:

View File

@ -40,6 +40,16 @@ hotkeys:
- '⌘-9'
tab-10:
- '⌘-0'
tab-11: []
tab-12: []
tab-13: []
tab-14: []
tab-15: []
tab-16: []
tab-17: []
tab-18: []
tab-19: []
tab-20: []
split-right:
- '⌘-Shift-D'
split-bottom:

View File

@ -43,6 +43,16 @@ hotkeys:
- 'Alt-9'
tab-10:
- 'Alt-0'
tab-11: []
tab-12: []
tab-13: []
tab-14: []
tab-15: []
tab-16: []
tab-17: []
tab-18: []
tab-19: []
tab-20: []
split-right:
- 'Ctrl-Shift-E'
split-bottom:

View File

@ -89,6 +89,46 @@ export class AppHotkeyProvider extends HotkeyProvider {
id: 'tab-10',
name: 'Tab 10',
},
{
id: 'tab-11',
name: 'Tab 11',
},
{
id: 'tab-12',
name: 'Tab 12',
},
{
id: 'tab-13',
name: 'Tab 13',
},
{
id: 'tab-14',
name: 'Tab 14',
},
{
id: 'tab-15',
name: 'Tab 15',
},
{
id: 'tab-16',
name: 'Tab 16',
},
{
id: 'tab-17',
name: 'Tab 17',
},
{
id: 'tab-18',
name: 'Tab 18',
},
{
id: 'tab-19',
name: 'Tab 19',
},
{
id: 'tab-20',
name: 'Tab 20',
},
{
id: 'split-right',
name: 'Split to the right',