-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I went to settings, help, shortcuts editor trying to find a way to add a custom keybinding for Next and Previous tab. The CTRL+TAB and CTRL+SHIFT+TAB is something I can't get used to is there a way to switch it and adding a custom keybinding?
I even tried going to "Shortcuts.json" and tried adding:
}
"Next Tab": {
"Key": 63,
"Modifiers": 2,
"Target": 0,
"Description": "Switch to diffrent tab",
"Enabled": true
}
"Previous Tab": {
"Key": 63,
"Modifiers": 2,
"Target": 0,
"Description": "Switch to previous tab",
"Enabled": true
Is there a wayo to fix this I want to add CTRL+ALT+ RIGHT ARROW KEY FOR NEWT TAB AND CTRL+ALT+LEFT ARROW KEY FOR PREVIOUS TAB TO NAVIGATE BETWEEN TABS
Is it hidden somehere where I can't find it ?
Metadata
Metadata
Assignees
Labels
No labels