Add a new command for "Switch to last visited tab" so that it's separate from "SwitchToNextTab"
Posted: 2025-01-03, 17:20 UTC
I currently have custom keybinds so that going to the next/prev tab works like in Firefox:
Ctrl+PageUp = cm_SwitchToPreviousTab
Ctrl+PageDown = cm_SwitchToNextTab
When I enabled the new option from TC v11.50 called "Ctrl+Tab switches to last visited" it changed the behavior of my custom keybind Ctrl+PageDown to "go to the last visited tab" instead of keeping it as "go to the next tab".
I would like to request that the behavior to go to the last tab gets its own command as well so that I can set have this setup:
Ctrl+PageDown = go to next tab
Ctrl+Tab = go to the last tab
Or maybe it's less work to create a new command that goes to the next tab ALWAYS and doesn't get overwritten by the option to go to the last visited tab?
Example:
Ctrl+Tab = cm_SwitchToNextTab (goes to the last visited tab when the option is enabled, like it currently does)
Ctrl+PageDown = cm_SwitchToNextTabAlways (new command that always goes to the next tab even when "Switch to last visited tab" is enabled)
Ctrl+PageUp = cm_SwitchToPreviousTab
Ctrl+PageDown = cm_SwitchToNextTab
When I enabled the new option from TC v11.50 called "Ctrl+Tab switches to last visited" it changed the behavior of my custom keybind Ctrl+PageDown to "go to the last visited tab" instead of keeping it as "go to the next tab".
I would like to request that the behavior to go to the last tab gets its own command as well so that I can set have this setup:
Ctrl+PageDown = go to next tab
Ctrl+Tab = go to the last tab
Or maybe it's less work to create a new command that goes to the next tab ALWAYS and doesn't get overwritten by the option to go to the last visited tab?
Example:
Ctrl+Tab = cm_SwitchToNextTab (goes to the last visited tab when the option is enabled, like it currently does)
Ctrl+PageDown = cm_SwitchToNextTabAlways (new command that always goes to the next tab even when "Switch to last visited tab" is enabled)