Enabling Middle Click in Synaptics Touchpad Drivers
Recently I upgraded my currently installed Synaptics touchpad driver to version 15.x, and I found that I cannot emulate the middle-click effect by pressing both right and left click buttons. I found no options in the settings to enable that functionality. Finally after searching the web I found a workaround here [+]:
- Run the registry editor (
regedit
) - Go to key:
HKEY_LOCAL_MACHINE\Software\Synaptics\SynTP\Defaults\
- Here create a new key as a
DWORD
and name itHasBothButtonFeature
and set the value to 1. - Log off and Log on again
It worked fine for me.