Last active
September 18, 2021 13:12
-
-
Save gitryder/7ff0bd182d2025f5e079158cb3b1c00a to your computer and use it in GitHub Desktop.
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
#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