"Close Duplicate Tabs" command is not published for "Keyboard remapping"
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 21
- 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
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Junior Member
- Posts: 21
- 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 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
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 :hyaray wrote: 2019-11-08, 01:29 UTC 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
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!!dindog wrote: 2019-11-09, 07:23 UTCit's eaiser to edit the translate file and assign a shortcut for it, like this :hyaray wrote: 2019-11-08, 01:29 UTC 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
1571="close duplicated tab(&D)"
Looking forward to cm_closeDuplicatedTabs

use AutoHotkey, multi internal commnad will not be a problem at all.
-
- Junior Member
- Posts: 21
- Joined: 2006-04-12, 07:20 UTC
Re: "Close Duplicate Tabs" command is not published for "Keyboard remapping"
Please add the key mapping, it should be only a few minutes of coding.
Re: Add "Close Duplicate Tabs"-command to the "Keyboard remapping"-feature
2miroslav.vrlik
HISTORY.TXT wrote:08.03.22 Added: New internal command cm_CloseDuplicateTabs to close all duplicate tabs in current panel (same as the command in the right click menu) (32/64)
Re: "Close Duplicate Tabs" command is not published for "Keyboard remapping"
sa16 wrote: 2023-04-05, 09:28 UTC 2miroslav.vrlikHISTORY.TXT wrote:08.03.22 Added: New internal command cm_CloseDuplicateTabs to close all duplicate tabs in current panel (same as the command in the right click menu) (32/64)
Thank you for pointing out the solution is already implemented
