How to control how much is scrolled using the mouse wheel? 🤔
Moderators: Hacker, petermad, Stefan2, white
How to control how much is scrolled using the mouse wheel? 🤔
Is there any way to specify how many columns are scrolled horizontally when using the mouse wheel in the 'brief' view?
- ghisler(Author)
- Site Admin
- Posts: 50471
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: How to control how much is scrolled using the mouse wheel? 🤔
It's a Windows setting, Total Commander calls SystemParametersInfo with parameter SPI_GETWHEELSCROLLLINES.
You can change it in the Windows settings. On Windows 10/11, search for "mouse" and then click on "Additional settings" or similar, then on the mouse wheel tab.
You can change it in the Windows settings. On Windows 10/11, search for "mouse" and then click on "Additional settings" or similar, then on the mouse wheel tab.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: How to control how much is scrolled using the mouse wheel? 🤔
Yes, but if I set it to 1 then *many* other places in Windows scroll at snail pace...ghisler(Author) wrote: 2023-11-10, 09:05 UTC It's a Windows setting, Total Commander calls SystemParametersInfo with parameter SPI_GETWHEELSCROLLLINES.
You can change it in the Windows settings. On Windows 10/11, search for "mouse" and then click on "Additional settings" or similar, then on the mouse wheel tab.
It is not the same to scroll 3 lines than to scroll 3 columns that can be 1500 pixels wide or more, that's why I'm specifictly referring to the 'Brief' view.
Image: https://i.postimg.cc/CKBL9Kbz/image.png
This shouldn't be a hard thing to fix, right?
Re: How to control how much is scrolled using the mouse wheel? 🤔
2jesped
Workaround: click on the > arrow on the horizontal scrollbar to scroll one coluimn for each click.
Workaround: click on the > arrow on the horizontal scrollbar to scroll one coluimn for each click.
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: How to control how much is scrolled using the mouse wheel? 🤔
Yeah, or click on the scrollbar space next to the current, but that workflow is a lot slower.petermad wrote: 2023-11-13, 20:59 UTC 2jesped
Workaround: click on the > arrow on the horizontal scrollbar to scroll one coluimn for each click.
It may seem like a very minor thing, but I have to deal with this all the time, every day...
I even thought about using a per-app setting, but my mouse software doesn't support that. On the other side, I am not a coder, but I think this could be easily done inside Total Commander as some kind of option in the Settings or .ini or whatever?
Re: How to control how much is scrolled using the mouse wheel? 🤔
2jesped
If you use the 32-bit version of TC, then there is a solution, but it affects both the brief and full mode.
If you use the 32-bit version of TC, then there is a solution, but it affects both the brief and full mode.
Overquoting is evil! 👎
Re: How to control how much is scrolled using the mouse wheel? 🤔
I don't mind if it affects full mode, but why is it restricted to the 32-bit version?
Re: How to control how much is scrolled using the mouse wheel? 🤔
The plugin was written before the release of 64-bit TC version and was no longer updated.
Overquoting is evil! 👎
Re: How to control how much is scrolled using the mouse wheel? 🤔
I've been using the 64-bit version since forever (now on Windows 11).
I don't even know what the differences/limitations of the 32-bit version are, but I guess they are not unimportant.
I don't even know what the differences/limitations of the 32-bit version are, but I guess they are not unimportant.
Re: How to control how much is scrolled using the mouse wheel? 🤔
Ok, will try. Where is that plugin?
Re: How to control how much is scrolled using the mouse wheel? 🤔
Autorun (installation) + ScrollTC, which scrolls through almost any active and inactive lists of all sorts of windows/dialogs.
- Unpack the ScrollTC files to %COMMANDER_PATH%\Plugins\wdx\Autorun\Plugins\.
- In the upper block of the %COMMANDER_PATH%\Plugins\wdx\Autorun\autorun.cfg file, write:
Code: Select all
If %AUTORUN_TCARCH% = 32 Then _ LoadLibrary Plugins\ScrollTC.dll
- At the end of ScrollTC.ini, write:
TMyListBox=00120100
LCLListBox=00120100
Then you can try other step values instead of 2. - Restart TC.
Overquoting is evil! 👎
Re: How to control how much is scrolled using the mouse wheel? 🤔
Argh... just found out that TC32 doesn't show my custom blue folder icons...
https://i.postimg.cc/4y2BmZxH/image.png
https://i.postimg.cc/4y2BmZxH/image.png
Re: How to control how much is scrolled using the mouse wheel? 🤔
I think you should discuss this issue separately, find out if this is a bug or an incorrect setting.
Have you tested the proposed?petermad wrote: 2023-09-03, 21:31 UTC You can useinstall the combined 32bit/64bit version of TC over your existing 3264bit version. TC will share it's settings files between th two versions.
Overquoting is evil! 👎
Re: How to control how much is scrolled using the mouse wheel? 🤔
Yes, that's exactly what I did. Now if I run TC64 my folders show the custom Blue icon I set. But the TC32 doesn't show any custom icon I set...Fla$her wrote: 2023-11-14, 04:40 UTC I think you should discuss this issue separately, find out if this is a bug or an incorrect setting.Have you tested the proposed?petermad wrote: 2023-09-03, 21:31 UTC You can useinstall the combined 32bit/64bit version of TC over your existing 3264bit version. TC will share it's settings files between th two versions.