Tips & Tricks > Sending control keystrokes to SSP (AHK)
12/30/2017 12:49:04 PM
Our projection computer is used for more than just SongShow Plus, but I always want to be able to advance to the next step (or back up) in SSP, no matter what window is active.
I created an AutoHotKey script which always sends the keypad '+' and keypad '-' to the correct SSP window. This also allows us to have an extra USB keypad at the audio console, too.
Here are the contents of the AHK script I use:
I created an AutoHotKey script which always sends the keypad '+' and keypad '-' to the correct SSP window. This also allows us to have an extra USB keypad at the audio console, too.
Here are the contents of the AHK script I use:
settitlematchmode,2
NumpadAdd::
ControlSend,,{NumpadAdd},SongShow Plus
return
NumpadSub::
ControlSend,,{NumpadSub},SongShow Plus
return
1/3/2018 7:17:12 PM
This looks like a great idea. Thanks.
To post messages to the forums you must be signed in to a user account.