"Close Duplicate Tabs" command is not published for "Keyboard remapping"
Moderators: sheep, Hacker, Stefan2, white
-
- Junior Member
- Posts: 17
- Joined: 2006-04-12, 07:20 UTC
"Close Duplicate Tabs" command is not published for "Keyboard remapping"
In context menu of a directory tab in left and right panels, there is a command Close Duplicate Tabs. This command is not accessible from Keyboard remapping section in Options dialog.
Please add it there so it can get assigned its own keyboard shortcut or can be made available in Button bars.
Please add it there so it can get assigned its own keyboard shortcut or can be made available in Button bars.
Re: "Close Duplicate Tabs" command is not published
This would indeed be a useful feature. Until this is implemented the command cm_DirTabsShowMenu might be helpful.
Regards
Dalai
Regards
Dalai
-
- Junior Member
- Posts: 17
- Joined: 2006-04-12, 07:20 UTC
Re: "Close Duplicate Tabs" command is not published
To me it looks that this command was simply forgotten when making commands public. 

Re: "Close Duplicate Tabs" command is not published
Maybe -Anyway, I support that it should be added.To me it looks that this command was simply forgotten when making commands public
License #524 (1994)
Danish Total Commander Translator
TC 9.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (20H2) 64bit, 'Everything' 1.4.1.992 x64
TC 3.20 on Android 6 & 11
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 9.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (20H2) 64bit, 'Everything' 1.4.1.992 x64
TC 3.20 on Android 6 & 11
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: "Close Duplicate Tabs" command is not published
Hi Mr Ghisler, could you add this in the near future, anytime convenient, no rush (I've lived without it for years, can't hurt to wait). So I could assign a keyboard shortcut for this.
I actually didn't notice this feature. Thanks for bringin it up, miroslav.vrlik
Cheers
I actually didn't notice this feature. Thanks for bringin it up, miroslav.vrlik
Cheers
# 251045
Total Commander 10.5 64bit
Total Commander 10.5 64bit
Re: "Close Duplicate Tabs" command is not published
now I user AutoHotkey to do this.
cm_DirTabsShowMenu,
then press {up} 3 times, {enter}.
One problem is "Close Duplicate Tabs" will remain the first tab.
so the current file may not be the one we expected
cm_DirTabsShowMenu,
then press {up} 3 times, {enter}.
One problem is "Close Duplicate Tabs" will remain the first tab.
so the current file may not be the one we expected
Re: "Close Duplicate Tabs" command is not published
it's eaiser to edit the translate file and assign a shortcut for it, like this :
1571="close duplicated tab(&D)"
then ahk cm_DirTbsShowMenu-->sendinput D
I first learn 3 times {up} in MVV's tcfs2 thread, but after I added some "View Mode", it will not be the No.3 reverse menu item.
anyway, a cm_closeDuplicatedTabs is preferred... I even want to change some of my hotlist to em_cd if Mr Ghisler add support for em_command parameters or multi internal commnad like:
Code: Select all
[em_cd]
cmd=cd %A|cm_closeDuplicatedTabs
param=%A
Code: Select all
[em_cd]
cmd=tfcs2 /ef "tcd(`cd %A`)" "tcm(`cm_closeDuplicatedTabs`)"
param=%A
Re: "Close Duplicate Tabs" command is not published
Thank you very much, this is a much better way!!
Looking forward to cm_closeDuplicatedTabs

use AutoHotkey, multi internal commnad will not be a problem at all.