Horje
switch quickly alt tab Code Example
switch quickly alt tab
#SingleInstance Force
#WinActivateForce
SetKeyDelay,0
SetWinDelay,0

WindowList:=[] 

F11:: ; press to catch id of 2 windows
Loop, 2 {
WinGet, IDD, ID, A
WindowList.InsertAt(A_Index, IDD) 
Tooltip, % WindowList[A_Index] "▶"A_Index ,0,0
Sleep, 500
KeyWait, F11, D T2
Tooltip,
  }
Return

\:: ;hotkey to switch between software
if (tgl := !tgl)
WinActivate, % "ahk_id" WindowList[1]
else
WinActivate, % "ahk_id" WindowList[2]
Return




Whatever

Related
modern warfare mod minecraft black screen Code Example modern warfare mod minecraft black screen Code Example
localhost throw virtual machine Code Example localhost throw virtual machine Code Example
Degree d(R) in database Code Example Degree d(R) in database Code Example
lua Code Example lua Code Example
function param pointer to struct prototype in c Code Example function param pointer to struct prototype in c Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7