Skip to content

Instantly share code, notes, and snippets.

@dpower-lv
Created October 28, 2015 16:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dpower-lv/921f3faa17dacc46aab3 to your computer and use it in GitHub Desktop.
Save dpower-lv/921f3faa17dacc46aab3 to your computer and use it in GitHub Desktop.
Lenovo Y50-70 - Registry hack to add middle-click as a 2 finger tap gesture
Windows Registry Editor Version 5.00
; current user
[HKEY_CURRENT_USER\SOFTWARE\Alps\Apoint\Gesture]
"2TapSupport"=dword:00000003
"2TapShow"=dword:00000009
"Enable2Tap"=dword:00000001
"2TapFunc"=dword:0000000e
"2TapSetting"=dword:000000ff
"2TapSettingEx"=""
; system-wide setting
[HKEY_LOCAL_MACHINE\SOFTWARE\Alps\Apoint\Gesture]
"2TapSupport"=dword:00000003
"2TapShow"=dword:00000009
"Enable2Tap"=dword:00000001
"2TapFunc"=dword:0000000e
"2TapSetting"=dword:000000ff
"2TapSettingEx"=""
@dpower-lv
Copy link
Author

"2TapFunc"=dword:0000000d
seems to trigger right-click

@erm3nda
Copy link

erm3nda commented Jun 13, 2019

How to make 2 finger scroll to work? Does work for you guys?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment