Forked from dpower-lv/Gestures_2TapMiddleClick.reg
Last active
October 18, 2024 13:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much, i was struggling with values :-)