Or use 5011..5099 in stead of cm_SrcActivateTab11..99 - it will work everywhere but the command line.Yes, well, one needs to add the commands to totalcmd.inc oneself.
Add commands to activate last tab and to move current tab
Moderators: Hacker, petermad, Stefan2, white
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Sorry to rekindle a dormant topic, but I'm wondering if a small change might be possible...
Rather than creating a whole new command for SrcActivateTabLast (or whatever you'd call it), would it be possible to just allow SrcActivateTab99 to activate tab 99 if there are >=99 tabs, or the rightmost tab if there are <99 tabs? Right now it activates tab 99 if one exists, or fails if one does not exist.
It seems like a small change, and maybe few enough people use 99 tabs and are relying on this 99-or-fail functionality that it wouldn't harm many existing users to make this change? It would sure help me to be able to bind a keystroke to activating the rightmost tab.
Thanks so much, Mr. Ghisler. By the way, I've been using the 9.0 beta and I continue to be amazed at how you keep finding ways to make this software even better. It's my favorite software package of all time!
Rather than creating a whole new command for SrcActivateTabLast (or whatever you'd call it), would it be possible to just allow SrcActivateTab99 to activate tab 99 if there are >=99 tabs, or the rightmost tab if there are <99 tabs? Right now it activates tab 99 if one exists, or fails if one does not exist.
It seems like a small change, and maybe few enough people use 99 tabs and are relying on this 99-or-fail functionality that it wouldn't harm many existing users to make this change? It would sure help me to be able to bind a keystroke to activating the rightmost tab.
Thanks so much, Mr. Ghisler. By the way, I've been using the 9.0 beta and I continue to be amazed at how you keep finding ways to make this software even better. It's my favorite software package of all time!
Re: Add commands to activate last tab and to move current tab
Mr. Ghisler, please add a commands to activate the last tab, such as "cm_SrcActivateTabLast", "cm_TrgActivateTabLast", "cm_LeftActivateTabLast", "cm_RightActivateTabLast".
#231783 Single user license
- ghisler(Author)
- Site Admin
- Posts: 50471
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Add commands to activate last tab and to move current tab
You could use
cm_SrcActivateTab1,cm_SwitchToPreviousTab
cm_SrcActivateTab1,cm_SwitchToPreviousTab
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Add commands to activate last tab and to move current tab
I know about this solution. Вut it's a little different.
For example, a time lag is possible if a slow network resource is open in the first tab.
For example, a time lag is possible if a slow network resource is open in the first tab.
#231783 Single user license
Re: Add commands to activate last tab and to move current tab
TC can also be frozen on simple folders due to wdx columns or highlighting.slow network resource
Overquoting is evil! 👎
Re: Add commands to activate last tab and to move current tab
Mr. Ghisler, since a new version is being developed, please add commands such as "cm_SrcActivateTabLast", "cm_TrgActivateTabLast", "cm_LeftActivateTabLast", "cm_RightActivateTabLast" in one of the beta versions. Really very necessary.
#231783 Single user license
- ghisler(Author)
- Site Admin
- Posts: 50471
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Add commands to activate last tab and to move current tab
You can use this:
cm_SrcActivateTab1,cm_SwitchToPreviousTab
cm_SrcActivateTab1,cm_SwitchToPreviousTab
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Add commands to activate last tab and to move current tab
As I wrote above, this is not the same thing...You can use this:
cm_SrcActivateTab1,cm_SwitchToPreviousTab

#231783 Single user license
Re: Add commands to activate last tab and to move current tab
According to the wiki page, to move current tabs left or right, there are now these two commands: and
PS: I'm posting here because I'm directed here by this round of chat with GPT-4o, and was told that these two commands weren't implemented.
Code: Select all
cm_MoveTabLeft
Code: Select all
cm_MoveTabRight
Re: Add commands to activate last tab and to move current tab
AIs often make mistakes, and this is not surprising.llinfeng wrote: 2025-02-06, 15:55 UTC I'm directed here by this round of chat with GPT-4o, and was told that these two commands weren't implemented.
Overquoting is evil! 👎