Switch two applications by Send AltTab

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
dsewq1LYJ
Posts: 116
Joined: 26 Aug 2014, 23:21

Switch two applications by Send AltTab

08 Dec 2017, 20:20

Code: Select all

Send !{Tab}

Code: Select all

Send {Alt Down}
Sleep 32
Send {Tab}
Sleep 32
Send {Alt Up}

Code: Select all

SetKeyDelay,32,32
Send {Alt Down}
Sleep 32
Send {Tab}
Sleep 32
Send {Alt Up}

Code: Select all

Send {Alt Down}
Sleep 32
Send !{Tab}
Sleep 32
Send {Alt Up}
All of them is pushing the current one to the last and activate next one.
How do I simulate AltTab with Send command ?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: filipemb, Google [Bot] and 388 guests