2015-09-11

Elantech Thouchpad Fixes

Enable two finger tap middle / 3rd mouse button and three finger tap right mouse button emulation

Swap buttons by changing "Tap_XXX_Finger_Enable" to:
Left button   = dword:00000000
Right button  = dword:00000001
Middle button = dword:00000002

Save as .reg


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Elantech\SmartPad]
"Tap_Enable"=dword:00000001
"Tap_Activate_Enable"=dword:00000001
"Tap_One_Finger_Enable"=dword:00000001
"Tap_Two_Finger_ShowItem"=dword:00000001
"Tap_Two_Finger_Enable"=dword:00000001
"Tap_Two_Finger"=dword:00000002
"Tap_Three_Finger_ShowItem"=dword:00000001
"Tap_Three_Finger_Enable"=dword:00000001
"Tap_Three_Finger"=dword:00000001