How to swtch tab in recent used order

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
sy8111
Junior Member
Junior Member
Posts: 19
Joined: 2006-12-11, 14:54 UTC

How to swtch tab in recent used order

Post by *sy8111 »

Hi, I want to switch tab by most recent used order, so I can use Ctrl + Tab to switch between 2 tabs. How can I set this?

Thanks
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

I don't believe that is possible. Ctrl + TAB && Shift+CTRL + TAB cycle thru visible order.

It's possible a script or external program could be made to do something like that by tracking a stack of tabs -- that would be complicated by how to determine whether the path has changed due to changing directories within the current tab or actually changing to another tab; as well duplicate tabs with the same path/title would need to be accounted for.

To do this cleanly TC would need to expose the TAB interface to plugins (which I don't believe it does) or support internal tracking of a LIFO tab stack (Last-In-First-Out).
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
Notme
Junior Member
Junior Member
Posts: 14
Joined: 2011-06-02, 09:05 UTC

Re: How to swtch tab in recent used order

Post by *Notme »

Don't know if I should be reviving a necro-thread, but 11 years later I am wondering about the same thing. :)
I'd also like to switch tabs much like web browsers do (at least Firefox), so for example after closing a tab, switch to the last active, or Ctrl+Tab+Tab to switch to the next last active, etc.
Post Reply