How to control how much is scrolled using the mouse wheel? 🤔

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

Is there any way to specify how many columns are scrolled horizontally when using the mouse wheel in the 'brief' view?
User avatar
ghisler(Author)
Site Admin
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? 🤔

Post by *ghisler(Author) »

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.
Author of Total Commander
https://www.ghisler.com
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

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.
Yes, but if I set it to 1 then *many* other places in Windows scroll at snail pace...

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?
User avatar
petermad
Power Member
Power Member
Posts: 16021
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *petermad »

2jesped
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
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

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.
Yeah, or click on the scrollbar space next to the current, but that workflow is a lot slower.

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?
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *Fla$her »

2jesped
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! 👎
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

I don't mind if it affects full mode, but why is it restricted to the 32-bit version?
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *Fla$her »

The plugin was written before the release of 64-bit TC version and was no longer updated.
Overquoting is evil! 👎
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

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.
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *Fla$her »

Read it: 1, 2, 3.
Overquoting is evil! 👎
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

Ok, will try. Where is that plugin?
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *Fla$her »

Autorun (installation) + ScrollTC, which scrolls through almost any active and inactive lists of all sorts of windows/dialogs.
  1. Unpack the ScrollTC files to %COMMANDER_PATH%\Plugins\wdx\Autorun\Plugins\.
  2. 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
  3. At the end of ScrollTC.ini, write:
    TMyListBox=00120100
    LCLListBox=00120100

    Then you can try other step values instead of 2.
  4. Restart TC.
Also try using ScrollTC_2.exe in TC x64 (without plugins yet).
Overquoting is evil! 👎
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

Argh... just found out that TC32 doesn't show my custom blue folder icons...

https://i.postimg.cc/4y2BmZxH/image.png
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *Fla$her »

I think you should discuss this issue separately, find out if this is a bug or an incorrect setting.
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.
Have you tested the proposed?
Overquoting is evil! 👎
User avatar
jesped
Member
Member
Posts: 161
Joined: 2005-02-07, 03:28 UTC

Re: How to control how much is scrolled using the mouse wheel? 🤔

Post by *jesped »

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.
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.
Have you tested the proposed?
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...
Post Reply