>>860
3::send_twice(A_ThisHotkey)

send_twice(key) {
Send, % key
KeyWait, % key
Send, % key
}