mouse wheel click open folder in a new tab
Moderators: Hacker, petermad, Stefan2, white
mouse wheel click open folder in a new tab
Сlicking with the mouse wheel opens the folder under the cursor in a new tab.
How's the idea?
How's the idea?
OS: Win10 | TC: latest x64
Re: mouse wheel click open folder in a new tab
for me, this addon more like cancer
OS: Win10 | TC: latest x64
Re: mouse wheel click open folder in a new tab
What does cancer have to do with it? 

Overquoting is evil! 👎
Re: mouse wheel click open folder in a new tab
What real problems do you have with it ?
Its not usable in dark mode but fine otherwise.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: mouse wheel click open folder in a new tab
Suggest a universal method to click the mouse wheel:
assign to use for the cm_UserMenu1 (=701) (Start first menu item in Start menu).
In the Start menu you can move any command to the top line.
assign to use for the cm_UserMenu1 (=701) (Start first menu item in Start menu).
In the Start menu you can move any command to the top line.
Last edited by Ziabrev on 2022-09-07, 14:18 UTC, edited 1 time in total.
Re: mouse wheel click open folder in a new tab
What does the Start menu have to do with this?

Overquoting is evil! 👎
Re: mouse wheel click open folder in a new tab
2Fla$her
Totalcmd.inc:
[________________User________________]=0
cm_UserMenu1=701;Start first menu item in Start menu
cm_UserMenu2=702;Second item
cm_UserMenu3=703;Third item
Totalcmd.inc:
[________________User________________]=0
cm_UserMenu1=701;Start first menu item in Start menu
cm_UserMenu2=702;Second item
cm_UserMenu3=703;Third item
Re: mouse wheel click open folder in a new tab
Let me repeat Fla$her's question.
Your topic subject says "mouse wheel click open folder in a new tab"
How is that related to TCs cm_Usermenu entries ?
Your topic subject says "mouse wheel click open folder in a new tab"
How is that related to TCs cm_Usermenu entries ?
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: mouse wheel click open folder in a new tab
2Horst.Epp
KozakMak asked:
What do you think of the idea?
My answer is about the idea.
My answer is not about tabs.
KozakMak asked:
What do you think of the idea?
My answer is about the idea.
My answer is not about tabs.
Re: mouse wheel click open folder in a new tab
2Ziabrev
The task is that after moving the mouse pointer to a directory in the file list, clicking the mouse wheel opens the directory in a new tab. There is no other idea here. And you offer something past the topic.
The task is that after moving the mouse pointer to a directory in the file list, clicking the mouse wheel opens the directory in a new tab. There is no other idea here. And you offer something past the topic.
Overquoting is evil! 👎
Re: mouse wheel click open folder in a new tab
2Fla$her
Open the folder under the cursor in a new tab
Click the mouse wheel = cm_UserMenu1=701
Wincmd.ini:
[user]
menu1=Openс Dir In New Tab
cmd1=cm_OpenDirInNewTab
Open the folder under the cursor in a new tab
Click the mouse wheel = cm_UserMenu1=701
Wincmd.ini:
[user]
menu1=Openс Dir In New Tab
cmd1=cm_OpenDirInNewTab
Re: mouse wheel click open folder in a new tab
I can not support such a specific feature as "mouse wheel click open folder in a new tab" - but I can certainly support a feature to assign a cm_command or em_command to the mousewheel click and also support modifier keys Shift, Ctrl, Alt and/or Win for the mousewheel (or middle) click.
The GUI for it could be implemented by simply adding a MCLICK to the dropdown list of keys in the "Redefine hotkeys" setting.
Entries in wincmd.ini could then look like this:
The GUI for it could be implemented by simply adding a MCLICK to the dropdown list of keys in the "Redefine hotkeys" setting.
Entries in wincmd.ini could then look like this:
Code: Select all
[Shortcuts]
MCLICK=cm_OpenDirInNewTab
C+MCLICK=cm_OpenDirInNewTabOther
A+MCLICK=em_myfunction
[ShortcutsWin]
MCLICK=cm_SetAttrib
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: mouse wheel click open folder in a new tab
And where is the wheel pressing on the folder? It's not there.
2petermad
The same can be achieved using Autorun.wdx (ControlSetMouseAction).
Overquoting is evil! 👎