Skip to content

How to change keybinding for switching between tabs #9

@bungadrum

Description

@bungadrum

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions