May 7, 2013

Use your middle mouse button to page up & down a web page (fast scroll)

If you want to use your middle mouse button to faster scroll a web page up and down just use this program. This program emulates page up and page down buttons. Just push the middle mouse button and scroll up or down. It was written in "autohotkey" programming language.

The script is here and saved in ahk format, after that was compiled:
MButton & WheelDown::send {PgDn}
MButton & WheelUp::send {PgUp}

The exe file is here:
download


No comments:

Post a Comment