From 85d6653261c1a5e2d76d05666f10673aee8e7c00 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 20 Jun 2020 01:35:11 -0500 Subject: [PATCH] - toggle_kb.bat syntax fix --- windows/toggle_kb.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/toggle_kb.bat b/windows/toggle_kb.bat index 06eafeb..bfb82f3 100644 --- a/windows/toggle_kb.bat +++ b/windows/toggle_kb.bat @@ -8,7 +8,7 @@ goto commonexit :win C:\Strawberry\perl\bin\perl.exe -pi -e "s/(; )(.*)(; WinModifiers)/$2$3/g" "%userprofile%\.kinto\kinto.ahk" -C:\Strawberry\\perl\bin\perl.exe -pi -e "s/^(?!;)(.*)(; MacModifiers)/; $1$2/gm" "%userprofile%\.kinto\kinto.ahk" +C:\Strawberry\perl\bin\perl.exe -pi -e "s/^(?!;)(.*)(; MacModifiers)/; $1$2/gm" "%userprofile%\.kinto\kinto.ahk" "C:\Program Files\AutoHotkey\AutoHotkey.exe" "%userprofile%\.kinto\kinto.ahk" goto commonexit