Impossible to scroll with touchpad in thumbnails views

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
christmw2503
Posts: 9
Joined: Sat Jun 23, 2018 8:22 am

Impossible to scroll with touchpad in thumbnails views

Post by christmw2503 »

I'm using an Asus Zenbook UX410 with Windows Precision Touchpad and I'm unable to scroll up/down in Everything with the following views: Extra large thumbnails, Large thumbnails and Medium thumbnails. In Details views, scrolling does work fine. Any idea why
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Impossible to scroll with touchpad in thumbnails views

Post by NotNull »

And other applications (like File Explorer) function correctly?
christmw2503
Posts: 9
Joined: Sat Jun 23, 2018 8:22 am

Re: Impossible to scroll with touchpad in thumbnails views

Post by christmw2503 »

Yes.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Impossible to scroll with touchpad in thumbnails views

Post by void »

Could you please send some debug information?
  • In Everything, type in the following search and press ENTER:
    /debug
  • Type in the following search and press ENTER:
    /verbose
  • What is shown in the debug console when you attempt to scroll with the touch pad?
  • Could you please send the debug console output to support@voidtools.com
To close the debug console:
  • In Everything, type in the following search and press ENTER:
    /debug
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Impossible to scroll with touchpad in thumbnails views

Post by void »

Thanks for the debug logs.

Everything is being sent a LVM_SCROLL message.
Unfortunately, the scroll offset is soo small the rounding always makes the scrolling 0.
Explorer does not use a listview so is probably being sent scroll requests directly

I have added support for sub-line listview scrolling to Everything.

Could you please try Everything 1.4.1.918 to see if it helps?
christmw2503
Posts: 9
Joined: Sat Jun 23, 2018 8:22 am

Re: Impossible to scroll with touchpad in thumbnails views

Post by christmw2503 »

It's working. Just a request. Would it be possible to add an option to adjust the scroll speed. It's too fast for my taste. Maybe Pressing the Alt (or Shift) key when scrolling would slow down the speed?
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Impossible to scroll with touchpad in thumbnails views

Post by void »

I'll consider a scroll sensitivity setting, thanks for the suggestion.
Post Reply