I want to send a key which is held in a variable down. The reason it is held in a variable is because I use a gui for the user to input the key in question.
Currently this works:
Send %hotkey%
But this doesn't:
Send {%hotkey% down}
How can I make this work properly?