Emulate Middle Mouse Button

Recommended Videos

Computer-Noob

New member
Mar 21, 2009
491
0
0
I've recently started picking up a few new games, and one of them requires a middle mouse button in order to get through the game. Right now I don't have one on hand, and i'd like to know if there is any way to get around it. To clear things up, I am NOT looking for the ability to scroll up or down. I just need the middle button.

I have a Toshiba laptop, and pressing both buttons on the touchpad doesn't work.
 

klasbo

New member
Nov 17, 2009
217
0
0
[link]http://www.autohotkey.com/docs/misc/Remap.htm[/link]

1) Download Autohotkey and install.
2) Create a new text document somewhere and open it.
3) Type in "LWin::MButton", "Shift::MButton" (either/or, without quotation marks. LWin changes left windows key to middle mouse button, etc etc. Full list of key names (for replacing Shift/Lwin with whatever you choose) is found here.)
4) Rename the *.txt file to *.ahk.
5) Right click -> open with -> Autohotkey.