From f478472ac2fe142dc23200ac2677f7540d675e57 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 17 Jul 2023 01:48:33 +0200 Subject: [PATCH] Close Tobii Ghost after installation --- scripts/Windows/Drivers/Tobii EyeX/Ghost.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Windows/Drivers/Tobii EyeX/Ghost.ahk b/scripts/Windows/Drivers/Tobii EyeX/Ghost.ahk index 21403f05..c92a3035 100644 --- a/scripts/Windows/Drivers/Tobii EyeX/Ghost.ahk +++ b/scripts/Windows/Drivers/Tobii EyeX/Ghost.ahk @@ -12,6 +12,8 @@ InstallGhost() WinWait % windowTitle,, 20 MouseClick, Left, 563, 397 MouseClick, Left, 548, 493 + Sleep, 10 * 1000 + Process % Close, pid } InstallGhost()