summaryrefslogtreecommitdiff
path: root/AutoHotkey
diff options
context:
space:
mode:
Diffstat (limited to 'AutoHotkey')
-rw-r--r--AutoHotkey/kinesis360_hotkeys.ahk2
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")
}
}
Back to https://optics-design.com