- Fixed autodetect keyboard issue on Window with new toggle

This commit is contained in:
Ben Reaves
2020-09-15 03:10:38 -05:00
parent 2420518c60
commit 5d0454a22f

View File

@@ -84,6 +84,8 @@ ibmkb(){
}
autodetect(){
IfWinExist, detectUSB.ahk
WinClose
Run, "%A_ScriptDir%\NoShell.vbs" "%A_ScriptDir%\toggle_kb.bat" auto, "%A_ScriptDir%"
}