ie8 fix

How to reverse scroll in Windows like OS X Lion

Apple introduced reverse scrolling in OS X Lion. If you're a Windows user and would like to try out reverse scrolling on your own PC, you can.

by
Touchpad (Credit: Sarah Tew/CNET)

Apple reversed scrolling in OS X Lion and called the feature "natural scrolling." Not everyone liked the change, but it could be turned off. There are some people that do like the new scrolling direction and even Google has added reverse scrolling to Chrome OS. If you're a Windows user and would like to try out reverse scrolling, here's how:

Step 1: Install AutoHotkey on your Windows PC.

Step 2: Launch AutoHotkey, and when prompted to create a sample script, click the Yes button.

Create sample AutoHotkey script (Credit: Screenshot by Ed Rhee/CNET)

Step 3: When the sample script appears in Notepad, paste the following code just below the two sample hotkeys:

WheelUp::
Send {WheelDown}
Return

WheelDown::
Send {WheelUp}
Return

Step 4: Save the script in Notepad (Ctrl+S).

Step 5: Right-click on the AutoHotkey icon from the taskbar and select Reload This Script.

Reload AutoHotkey script (Credit: Screenshot by Ed Rhee/CNET)

That's it. Now scrolling on your Windows touch pad or mouse will be reversed. To enable the script on reboot, just copy the AutoHotkey shortcut to your Startup folder. If you end up using AutoHotkey for other scripts, just copy the shortcuts to the scripts themselves into the Startup folder. To disable reverse scrolling, edit the code out of the script or uninstall AutoHotkey entirely.

(Via How-To Geek)

Don't Miss

How to

Make your old iPhone run like new

Want to make your iPhone 4 run like an iPhone 5? Donald Bell has some easy tips.

Play Video

How to

Set up the ultimate home theater PC

From configuring your PC to choosing the right accessories, Sharon Vaknin shows you what you need to turn your PC into the ultimate TV companion.

Play Video

How to

Maximize your Galaxy S4's battery life

Stretch your S4's battery life with a few built-in features and lesser-known tricks that keep your phone from draining quickly. Sharon Vaknin shows you how.

Play Video

How to

Let guests DJ your party

CNET's Donald Bell shows you how to turn your iPhone into a shared jukebox that guests can access and control using a free app.

Play Video

How to

Take creative photos with the HTC One

The camera on the HTC One is capable of some pretty cool tricks. CNET's Donald Bell highlights some of this smartphone camera's slick features.

Play Video

 

Member Comments