Emulate middle mouse click on a two button mouse in Windows 7

9

I have a mouse with only two buttons but I still need to use the middle mouse click for some programs. Is there a way to emulate the middle mouse click (e.g. by adding a keyboard shortcurt) in Windows 7?

Bernd Plontsch

Posted 2011-08-19T10:23:55.243

Reputation: 211

Answers

3

If you are at all familiar with AutoIt or Autohotkey you could map any button you like to function as the middle mouse button. If you're not familiar with them, it will take less than 10 minutes to download, install and learn the syntax required to do this.

dmux

Posted 2011-08-19T10:23:55.243

Reputation: 61

2

Try pressing both the left and right mouse buttons at the same time. If it doesn't work, take a look at this: http://cybernetnews.com/helpful-tip-middle-click-on-a-touchpad-laptop-mouse/.

Try searching the site next time, there is already an answer: How can I emulate middle click in Windows on a touchpad?

user

Posted 2011-08-19T10:23:55.243

Reputation: 129

This answer doesn't help. The news link that you provided only works on specific drivers. The second link, about searching the site doesn't answer this question either. – Mugen – 2018-02-26T08:02:45.460

1

Did you try Shift+Leftclick or something similar? Some laptops use that combination to simulate middle button. Or click both buttons.

Nime Cloud

Posted 2011-08-19T10:23:55.243

Reputation: 923

Try Shift+Insert. – Steve Pitchers – 2018-05-28T19:38:39.270

1

I have a Toshiba Kirabook with Windows 8.1 and similarly no middle mouse button and one of my programs requires a middle mouse click for some functions. I was experimenting with different key strike combinations and found that if I hold down the "Fn" key between the "ctrl" and "windows/ startmenu" key and left-click, then it makes a middle mouse click in any program. Hope this helps Kirabook users.

Regards, Christopher Collins

Christopher Collins

Posted 2011-08-19T10:23:55.243

Reputation: 11

0

Use the free tool NeatMouse. It allows you to emulate any mouse-button via a configurable key.

Peter

Posted 2011-08-19T10:23:55.243

Reputation: 31

NeatMouse was a good tip. Thanks for that. At the end I have written my own mini-exe to simuate it via a single key. – Peter – 2015-10-30T17:55:14.710

-1

The functions you're looking for are RegisterHotKey and SendInput.

Raymond

Posted 2011-08-19T10:23:55.243

Reputation:

Note: this refers to how to code this using the win32 API – soandos – 2011-12-01T08:12:03.860