Impossible to scroll with touchpad in thumbnails views
-
- Posts: 9
- Joined: Sat Jun 23, 2018 8:22 am
Impossible to scroll with touchpad in thumbnails views
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
Re: Impossible to scroll with touchpad in thumbnails views
And other applications (like File Explorer) function correctly?
-
- Posts: 9
- Joined: Sat Jun 23, 2018 8:22 am
Re: Impossible to scroll with touchpad in thumbnails views
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
- In Everything, type in the following search and press ENTER:
/debug
Re: Impossible to scroll with touchpad in thumbnails views
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?
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?
-
- Posts: 9
- Joined: Sat Jun 23, 2018 8:22 am
Re: Impossible to scroll with touchpad in thumbnails views
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?
Re: Impossible to scroll with touchpad in thumbnails views
I'll consider a scroll sensitivity setting, thanks for the suggestion.