chore(keybind): fix ctrl+x ctrl+i (ctrl+x tab)

This commit is contained in:
Jim Myhrberg
2025-06-04 17:06:24 +01:00
parent 504d4ef325
commit db20999ed7

View File

@@ -268,6 +268,14 @@
"command": "workbench.action.focusPreviousGroup",
"when": "!terminalFocus"
},
{ // Focus previous editor group.
//
// This is a workaround for ctrl+i typically being interpreted as tab by
// some Karabiner-Elements configurations.
"key": "ctrl+x tab",
"command": "workbench.action.focusPreviousGroup",
"when": "!terminalFocus"
},
{ // Navigate up.
"key": "alt+i",
"command": "workbench.action.navigateUp",