From 74cf31a9f8479298b60b085fddb691459f67cb43 Mon Sep 17 00:00:00 2001 From: kyklish Date: Sun, 31 Jul 2022 18:43:46 +0300 Subject: [PATCH] update #TEMPLATE --- snippets/ahk.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snippets/ahk.json b/snippets/ahk.json index 38ccb8ef..bf09c001 100644 --- a/snippets/ahk.json +++ b/snippets/ahk.json @@ -2,8 +2,10 @@ "AhkTemplate": { "prefix": "#TEMPLATE", "body": [ + "#NoEnv", "#SingleInstance, Force", - "SendMode Input", + "SendMode, Input", + "SetBatchLines, -1", "SetWorkingDir, %A_ScriptDir%", "" ]