Skip to content

Instantly share code, notes, and snippets.

@gitryder
Last active September 18, 2021 13:12
Show Gist options
  • Save gitryder/7ff0bd182d2025f5e079158cb3b1c00a to your computer and use it in GitHub Desktop.
Save gitryder/7ff0bd182d2025f5e079158cb3b1c00a to your computer and use it in GitHub Desktop.
#IfWinActive, ahk_exe ProPresenter.exe
^w::
SetMouseDelay, 0
MouseGetPos, x, y
Click, 1890, 1030
MouseMove, x, y, 0
return
^h::
SetMouseDelay, 1
Click, 1907, 308
SetMouseDelay, 5
Click, 1736, 480
; Clear the current slide
#IfWinActive, ahk_exe ProPresenter.exe
^q::
Send {F2}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment