Skip to content

Instantly share code, notes, and snippets.

@catb0x
Last active June 4, 2021 07:41
Show Gist options
  • Save catb0x/5c0f0777a06aa556ad09658ef32628b7 to your computer and use it in GitHub Desktop.
Save catb0x/5c0f0777a06aa556ad09658ef32628b7 to your computer and use it in GitHub Desktop.
The next generation of Toothbrush
InputBox, UserInput, Key, Enter a Key.,
Loop
if ErrorLevel
ExitApp
else
If (%UserInput% = "LClick")
Click, Left
else
If (%UserInput% = "RClick")
Click, Right
else
send %UserInput%
F8::ExitApp
F7::Pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment