From 5d0454a22fad492e6b474ad0d1d60921d8a759ff Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 15 Sep 2020 03:10:38 -0500 Subject: [PATCH] - Fixed autodetect keyboard issue on Window with new toggle --- windows/kinto.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 25b750a..79c3c6e 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -84,6 +84,8 @@ ibmkb(){ } autodetect(){ + IfWinExist, detectUSB.ahk + WinClose Run, "%A_ScriptDir%\NoShell.vbs" "%A_ScriptDir%\toggle_kb.bat" auto, "%A_ScriptDir%" }