"Close Duplicate Tabs" command is not published for "Keyboard remapping"

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
miroslav.vrlik
Junior Member
Junior Member
Posts: 19
Joined: 2006-04-12, 07:20 UTC

"Close Duplicate Tabs" command is not published for "Keyboard remapping"

Post by *miroslav.vrlik »

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.
User avatar
Dalai
Power Member
Power Member
Posts: 9364
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: "Close Duplicate Tabs" command is not published

Post by *Dalai »

This would indeed be a useful feature. Until this is implemented the command cm_DirTabsShowMenu might be helpful.

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
miroslav.vrlik
Junior Member
Junior Member
Posts: 19
Joined: 2006-04-12, 07:20 UTC

Re: "Close Duplicate Tabs" command is not published

Post by *miroslav.vrlik »

To me it looks that this command was simply forgotten when making commands public. :)
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: "Close Duplicate Tabs" command is not published

Post by *petermad »

To me it looks that this command was simply forgotten when making commands public
Maybe -Anyway, I support that it should be added.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
KC_
Junior Member
Junior Member
Posts: 94
Joined: 2012-03-07, 01:39 UTC

Re: "Close Duplicate Tabs" command is not published

Post by *KC_ »

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
# 251045
Total Commander 10.5 64bit
User avatar
sidefx88
Senior Member
Senior Member
Posts: 294
Joined: 2007-04-11, 17:07 UTC
Location: Argentina

Re: "Close Duplicate Tabs" command is not published

Post by *sidefx88 »

Support!
I Love Total Commander!
User avatar
hyaray
Junior Member
Junior Member
Posts: 11
Joined: 2019-09-04, 02:45 UTC

Re: "Close Duplicate Tabs" command is not published

Post by *hyaray »

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
User avatar
dindog
Senior Member
Senior Member
Posts: 315
Joined: 2010-10-18, 07:41 UTC

Re: "Close Duplicate Tabs" command is not published

Post by *dindog »

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
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
or at least

Code: Select all

[em_cd]
cmd=tfcs2 /ef "tcd(`cd %A`)" "tcm(`cm_closeDuplicatedTabs`)"
param=%A
User avatar
hyaray
Junior Member
Junior Member
Posts: 11
Joined: 2019-09-04, 02:45 UTC

Re: "Close Duplicate Tabs" command is not published

Post by *hyaray »

dindog wrote: 2019-11-09, 07:23 UTC
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
it's eaiser to edit the translate file and assign a shortcut for it, like this :
1571="close duplicated tab(&D)"
Thank you very much, this is a much better way!!
Looking forward to cm_closeDuplicatedTabs :D
use AutoHotkey, multi internal commnad will not be a problem at all.
miroslav.vrlik
Junior Member
Junior Member
Posts: 19
Joined: 2006-04-12, 07:20 UTC

Re: "Close Duplicate Tabs" command is not published for "Keyboard remapping"

Post by *miroslav.vrlik »

Please add the key mapping, it should be only a few minutes of coding.
sa16
Senior Member
Senior Member
Posts: 215
Joined: 2021-09-10, 07:15 UTC

Re: Add "Close Duplicate Tabs"-command to the "Keyboard remapping"-feature

Post by *sa16 »

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)
User avatar
Stefan2
Power Member
Power Member
Posts: 4133
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: "Close Duplicate Tabs" command is not published for "Keyboard remapping"

Post by *Stefan2 »

sa16 wrote: 2023-04-05, 09:28 UTC 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)

Thank you for pointing out the solution is already implemented :D



 
Post Reply