Created
January 13, 2017 04:35
-
-
Save TLMcode/1d4c1f6c69414a9cb002cf914e6c602e to your computer and use it in GitHub Desktop.
Turn Off Lenovo Trackpad Tap
This file contains hidden or 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
tpConf := A_ProgramFiles "\Elantech\ETDAniConf.exe" | |
Run % tpConf,,, tpPID | |
WinWait % "ahk_pid " tpPID | |
ControlClick, Button1, % "ahk_pid " tpPID | |
For Each, Control in [ "164", 160 ] | |
ControlSend, % "Static" Control, {Enter}, % "ahk_pid " tpPID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment