diff options
Diffstat (limited to 'AutoHotkey/kinesis360_hotkeys.ahk')
-rw-r--r-- | AutoHotkey/kinesis360_hotkeys.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AutoHotkey/kinesis360_hotkeys.ahk b/AutoHotkey/kinesis360_hotkeys.ahk index ea38316..662d610 100644 --- a/AutoHotkey/kinesis360_hotkeys.ahk +++ b/AutoHotkey/kinesis360_hotkeys.ahk @@ -27,6 +27,8 @@ DetectHiddenWindows true {
; If Windows Terminal is not running, launch it
Run(UserPath . "\scoop\apps\windows-terminal\current\WindowsTerminal.exe")
+ if WinWait("ahk_exe WindowsTerminal.exe", , 5)
+ WinActivate("ahk_exe WindowsTerminal.exe")
}
}
|