+CapsLock::
SendInput !{Tab}
Sleep 100 ; Gives moment for computer to switch. Feel free to tweak this time.
SendInput {F5}
Return
Eu quero criar uma tecla de atalho que faça o seguinte: Alt + Tab e F5 quando eu pressionar Shift + CapsLock em AutoHotkeys.
Como posso fazer isso?
+CapsLock::
SendInput !{Tab}
Sleep 100 ; Gives moment for computer to switch. Feel free to tweak this time.
SendInput {F5}
Return
CapsLock & +::AltTab & F5
deve fazer isso? hothotkey- Hotkeys
Tags windows alt-tab autohotkey