Concentration Means Speed
Have you seen people who do their job at an astonishing speed. They deliver their code very fast, study different articles fast and with a rather high quality, while others (like me?) do the same type of jobs with a very low speed and often in a lower quality.
I believe that this is more a matter of concentration; rather than speed, or intelligence.
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
DWORDand name it as'HasBothButtonFeature'without the quotes and set the value to 1. - Log off and Log on again
It worked fine for me.
leave a comment