Middle mouse button - customisable popup menu
Moderators: Hacker, petermad, Stefan2, white
Middle mouse button - customisable popup menu
would be not good for example to popup menu with some basic commands ? MOVE, COPY, DELETE (customizable) ?
because if You have hiddable tray panel on windows and 4K monitor, it is pain to walk every time down to buttons or up to toolbars and select action... especialy if You walk too far down and windows tray opens - then You should wait a moment to it hides and then slowly move to the desired action button...
(p.s. can the bottom action panel be a little higher ? bigger primary buttons ?)
because if You have hiddable tray panel on windows and 4K monitor, it is pain to walk every time down to buttons or up to toolbars and select action... especialy if You walk too far down and windows tray opens - then You should wait a moment to it hides and then slowly move to the desired action button...
(p.s. can the bottom action panel be a little higher ? bigger primary buttons ?)
Re: Middle mouse button - customisable popup menu
Maybe you can add required buttons to the vertical buttonbar between the panels?
Re: Middle mouse button - customisable popup menu
not so good solution - then You should still move somewhere and click there... not in place of cursor... My idea is to have tools (commands) by hand...
Re: Middle mouse button - customisable popup menu
You can use QAP
https://www.quickaccesspopup.com/
Define a Macro snippet sending the required TC keys and set the mouse buttons you like as hotkey.
{F6} for example sends F6 and starts the TC Copy dialog.
https://www.quickaccesspopup.com/
Define a Macro snippet sending the required TC keys and set the mouse buttons you like as hotkey.
{F6} for example sends F6 and starts the TC Copy dialog.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
Re: Middle mouse button - customisable popup menu
looks nice...
perhaps will try if too lazy 


Re: Middle mouse button - customisable popup menu
Well, there is a keyboard that is always near your hands: F5 - copy, F6 - move, Del/F8 - delete... 
Also you can add actions for all files using internal associations, e.g. add internal association for * and a Copy action with command like %COMMANDER_PATH%\Addons\TCFS2\TCFS2.exe /ef tcm(905), and you will see Copy item in context menu opening Copy dialog. Don't forget to enable Load extra commands from all matching types option in internal associations dialog.

Also you can add actions for all files using internal associations, e.g. add internal association for * and a Copy action with command like %COMMANDER_PATH%\Addons\TCFS2\TCFS2.exe /ef tcm(905), and you will see Copy item in context menu opening Copy dialog. Don't forget to enable Load extra commands from all matching types option in internal associations dialog.
Re: Middle mouse button - customisable popup menu
sorry - I would not open this thread if there is no need for the popup menu - sometimes You don't have the other hand... (eat, drink, hold girl
) - anyway - I see it useful... sometimes the KB is joking, sometimes not working... sometimes You simply cannot press the F keys... but most of time lost is by waiting on windows tray to hide 


Re: Middle mouse button - customisable popup menu
2worm6666
May this button can be of help:
May this button can be of help:
Code: Select all
TOTALCMD#BAR#DATA
cm_ShowRemoteMenu
wcmicons.dll,74
Open Menu with Common Tasks
0
2930
To make the button:
1. Mark the green text above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctri+C).
3. Right click on TC's buttonbar and choose "Paste".
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Middle mouse button - customisable popup menu
nice try - but the need is the use of middle button without walking to other country on monitor with 4K resolution... the menu should pop-up on the cursor position (mouse pointer)... 
but very nice... will remember for some case... thank You.
p.s. To point also on the positive of this button - I have created blank space between normal icons from left and this one button - so it is now far away from standard icons - and now when I want to copy or move something - I try to go upside on the screen - also windows tray menu doesn't pops-up (the waiting of hidding tray menu problem) - because nothing opens from upper side of the screen

but very nice... will remember for some case... thank You.
p.s. To point also on the positive of this button - I have created blank space between normal icons from left and this one button - so it is now far away from standard icons - and now when I want to copy or move something - I try to go upside on the screen - also windows tray menu doesn't pops-up (the waiting of hidding tray menu problem) - because nothing opens from upper side of the screen

Re: Middle mouse button - customisable popup menu
petermad,

Roman
WT actual F?cm_ShowRemoteMenu

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Middle mouse button - customisable popup menu
2Hacker
If you for example choose Copy, Move or Delete from that menu it works on the selected files, or the file under the cursor if nothing is selectedWT actual F?
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Middle mouse button - customisable popup menu
So with this command assigned to any Fx key in TCpetermad wrote: 2020-02-21, 00:08 UTC 2HackerIf you for example choose Copy, Move or Delete from that menu it works on the selected files, or the file under the cursor if nothing is selectedWT actual F?
I can make a QAP macro snippet assigned to the middle mouse button which will show that menu.
Thats what the thread starter wants

Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
Re: Middle mouse button - customisable popup menu
petermad,
I understand what it does, I just wasn't aware of the existence of such a menu.
Roman
I understand what it does, I just wasn't aware of the existence of such a menu.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Middle mouse button - customisable popup menu
2Hacker
I read
But now I guess it meant: What The actual F*ck.
I read
as: With The actual File.WT actual F
But now I guess it meant: What The actual F*ck.
Last edited by petermad on 2020-02-21, 18:48 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Middle mouse button - customisable popup menu
petermad,

Roman



Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.