Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save MerlinSmiles/11af7127ba0951c5ac4a to your computer and use it in GitHub Desktop.
Save MerlinSmiles/11af7127ba0951c5ac4a to your computer and use it in GitHub Desktop.
Dell ALPS - Registry hack to add right-click as a 2 finger tap and middle-click as a 3 finger tap gesture
Windows Registry Editor Version 5.00
; 2-tap right click and 3-tap middle click
; current user
[HKEY_CURRENT_USER\SOFTWARE\Alps\Apoint\Gesture]
"2TapSupport"=dword:00000003
"2TapShow"=dword:00000009
"Enable2Tap"=dword:00000001
"2TapFunc"=dword:0000000d
"2TapSetting"=dword:000000ff
"2TapSettingEx"=""
"3TapSupport"=dword:00000001
"Enable3Tap"=dword:00000001
"3TapFunc"=dword:0000000e
"3TapSetting"=dword:00000000
"3TapSettingEx"=""
; system-wide setting
[HKEY_LOCAL_MACHINE\SOFTWARE\Alps\Apoint\Gesture]
"2TapSupport"=dword:00000003
"2TapShow"=dword:00000009
"Enable2Tap"=dword:00000001
"2TapFunc"=dword:0000000d
"2TapSetting"=dword:000000ff
"2TapSettingEx"=""
"3TapSupport"=dword:00000001
"Enable3Tap"=dword:00000001
"3TapFunc"=dword:0000000e
"3TapSetting"=dword:00000000
"3TapSettingEx"=""
@erm3nda
Copy link

erm3nda commented Jun 13, 2019

Thank you very much, i was struggling with values :-)

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