Post: Computer Prank #3: Reverse Their Trackpad or Mouse Wheel Scrolling
07-06-2012, 03:25 PM #1
Ameht!
Dark Knight
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.

Originally posted by another user
To make this work, you’re going to need to make sure that you’ve got AutoHotkey installed, or else the script won’t work. Don’t worry, it’s really lightweight.

Once you’ve got that installed, you can either paste this into a new AutoHotkey script (a *.ahk file), or put it into your existing script. Or you could just download the script I’ve got linked below.

     WheelUp::
Send {WheelDown}
Return

WheelDown::
Send {WheelUp}
Return


Save it, double-click the file to run it, and you’ve now got reverse scrolling. Or, you know, just download it.


You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
08-16-2012, 10:21 PM #2
Zut Culdon
Bounty hunter
Damn! Another one! I think I'll wait for the day just before my vacation to try this one....

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo