Skip to content

Releases: EsportToys/LibreScroll

v1.2

12 Sep 13:18
f9b4865
Compare
Choose a tag to compare

Added ThinkPad mode, which when enabled will snap scroll motion to either vertical or horizontal, emulating how TrackPoint works.

Recommended Settings for ThinkPad users (replacing TPmiddle)

With your TrackPoint's middle button set to "middle click mode", the following configurations are recommended to emulate TPmiddle's direct scrolling:

image

Friction: 30
Y-Sensitivity: 90
X-Sensitivity: 90
Minimum X-Step: 10
Minimum Y-Step: 10
Flick Mode: No
ThinkPad Mode: Yes

v1.1.1

12 Sep 10:07
9ac9220
Compare
Choose a tag to compare
  • fixed LibreScroll interfering with middle-click-to-close-window on taskbar hover, by delaying sending cancel until the first scroll action is emitted

v1.1

09 Sep 08:38
4f934f2
Compare
Choose a tag to compare

Fixed issue of dialog closing/aborting when attempt to scroll over Open/Save/etc dialogs.

Explanation:

To work around Microsoft Edge failing to exit the autoscroll mode despite detecting scroll inputs, the script sends VK_CANCEL so that Edge would exit autoscroll.

However, this also gets detected by traditional win32 file dialogs as if you had clicked "Cancel", immediately closing the dialog box.

This time I made it so that it only sends the converted scancode while leaving out the virtual key, this way programs do not receive an actual "Cancel" character but does detect the corresponding keyboard press.

Known Issue

The Windows WiFi network list is extremely finicky in that if it detects even a tiny bit of horizontal scroll motion, prevoius vertical scrolls gets cancelled. You can work around this by setting X-sensitivity to zero, which disables horizontal scrolling.

v1.0.2.2

10 Jun 18:51
e058ab7
Compare
Choose a tag to compare
  • Fixed cursor not stationary when scrolling Win10 start menu.

v1.0.2.1

05 Mar 23:46
4737449
Compare
Choose a tag to compare
  • add missing $tagSECURITY_ATTRIBUTES struct def used by the _Singleton function pasted from Misc.au3 (by @freerror)

v1.0.2

21 Jul 08:33
a4aeacc
Compare
Choose a tag to compare

Download Link (plaintext script version - recommended)

Compiled .exe version

Changelog:

  • added the ability to relaunch as admin from the tray menu.

v1.0.1

19 Jul 15:00
fb407c5
Compare
Choose a tag to compare

Download Link

Changelog:

  • Fix stray scroll counts that happens when Flick Mode is enabled.

LibreScroll v1.0

19 Jul 09:06
ba4c3de
Compare
Choose a tag to compare