Emulate middle mouse click by pressing the two buttons at the same time

5

1

I upgraded the driver of my Synaptics Touchpad under XP and I can no longer press the left and right buttons simultaneously to simulate a middle click. How can I turn this back on?

JcMaco

Posted 2010-05-26T20:27:17.573

Reputation: 950

Minesweeper supports the middle button ;) – Hugh Allen – 2010-05-27T07:29:49.703

Answers

4

This forum post has a solution. I've also verified it works under Windows 7 Professional 64-bit on an HP ProBook 6550b.

  1. Run the registry editor (regedit)
  2. Go to key: HKEY_LOCAL_MACHINE\Software\Synaptics\SynTP\Defaults\
  3. Create a new key as a DWORD and name it as HasBothButtonFeature and set the value to 1.
  4. Log off and Log on again.

Mark Gardner

Posted 2010-05-26T20:27:17.573

Reputation: 156

1

Edit: This answer works for previous versions of Synaptics driver. In newer version, I can't find a way to configure the two buttons together. In this case, only tricks like using GlovePIE or maybe AutoHotkey will help with it. It's a pity that they removed this functionality.


In mouse options (from control panel), you should have extra tabs for "Buttons" for the touchpad, installed by Synaptics drivers.

There you can choose what the two button pressed at same time do. (At least it is like that on mine, it could have changed in a newer version)

screenshot

I apologize for the French version, I couldn't find an English screenshot, so I did it myself.

Gnoupi

Posted 2010-05-26T20:27:17.573

Reputation: 7 909

Going to reinstall my previous drivers, now – Gnoupi – 2010-05-27T06:00:55.643

1

This is a rather roundabout way of doing it, but there is a program called GlovePIE, a Programmable Input Emulator, that uses a simple scripting language to make an input function as any other output as desired. You can get the program here: http://glovepie.org/

Suchipi

Posted 2010-05-26T20:27:17.573

Reputation: 854