Skip to content

Instantly share code, notes, and snippets.

@TLMcode
Created January 13, 2017 04:35
Show Gist options
  • Save TLMcode/1d4c1f6c69414a9cb002cf914e6c602e to your computer and use it in GitHub Desktop.
Save TLMcode/1d4c1f6c69414a9cb002cf914e6c602e to your computer and use it in GitHub Desktop.
Turn Off Lenovo Trackpad Tap
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