Right-click in TC short right-click like in File Explorer
Moderators: Hacker, petermad, Stefan2, white
Right-click in TC short right-click like in File Explorer
Hi, how can I have right-click in TC behaving like right-click in File Explorer ?
Currently in TC, I need to leave the right-click button for 2s in order for the context menu to show up.
I want to open the context menu in TC like I do in File Explorer, that is by doing a normal short right-click . Regards
Currently in TC, I need to leave the right-click button for 2s in order for the context menu to show up.
I want to open the context menu in TC like I do in File Explorer, that is by doing a normal short right-click . Regards
Re: Right-click in TC short right-click like in File Explorer
You have set the NC mode under Operation Mouse Selection
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 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.55 RC1 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: Right-click in TC short right-click like in File Explorer
Thank you I could have the right click like in Windows Explorer thanks to this
Re: Right-click in TC short right-click like in File Explorer
2Kristof
Hi,
Try this.
wincmd.ini - section [Configuration]
Restart TC if it does not work immediately.
Hi,
Try this.
wincmd.ini - section [Configuration]
Code: Select all
ContextProgress=0
Re: Right-click in TC short right-click like in File Explorer
2tuska
That only suppresses the tiny progress bar, but it doesn't change the time the right mouse button needs to be hold down before the context menu appears.
Regards
Dalai
That only suppresses the tiny progress bar, but it doesn't change the time the right mouse button needs to be hold down before the context menu appears.
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
Re: Right-click in TC short right-click like in File Explorer
Thanks for the hint!Dalai wrote: 2023-10-13, 12:02 UTC 2tuska
That only suppresses the tiny progress bar, but it doesn't change the time the right mouse button needs
to be hold down before the context menu appears.
Regards
Dalai
I could not find any
- difference between Explorer and TC when I right-clicked
- other parameter in the wincmd.ini that could have somehow come into question
Configuration > Operation > Mouse selection mode: ◉ Use right mouse button (as in NC) - context menu after 1 second
Re: Right-click in TC short right-click like in File Explorer
Yiou can use PopupDelay to shorten the delay before the context menu pops up:
It feels like I almost does not need to make a long click, but I can still easily select files with right click in NC mode.
To me NC mode is a must. With Explorer mod I just have to make on accidental click and all my selections are gone - that is too stressfull for me.
Personally I use:Help wrote:PopupDelay=500 Right mouse button selection mode: Delay in milliseconds until right click context menu is shown. Shorter clicks or click+drag just selects the file(s).
Code: Select all
ContextProgress=0
PopupDelay=250
To me NC mode is a must. With Explorer mod I just have to make on accidental click and all my selections are gone - that is too stressfull for me.
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: Right-click in TC short right-click like in File Explorer
Ahh, thank you!petermad wrote: 2023-10-13, 19:32 UTC You can use PopupDelay to shorten the delay before the context menu pops up:
That was the setting I couldn't assign to this topic.
I had this setting which works well for me:
Code: Select all
PopupDelay=150