From 4de0d6dc9a60c88a893cbde95eb924af18ed7745 Mon Sep 17 00:00:00 2001 From: potoo0 <1415615232@qq.com> Date: Mon, 4 Mar 2024 12:04:30 +0800 Subject: [PATCH] disable key history --- QuickSwitch.ahk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/QuickSwitch.ahk b/QuickSwitch.ahk index 31475f6..030455c 100644 --- a/QuickSwitch.ahk +++ b/QuickSwitch.ahk @@ -3,10 +3,13 @@ ThisVersion := "0.5.1" -;@Ahk2Exe-SetVersion 0.5.1 +;@Ahk2Exe-SetVersion %A_PriorLine~U)^(.+")(.*)".*$~$2% ;@Ahk2Exe-SetName QuickSwitch ;@Ahk2Exe-SetDescription QuickSwitch ; the script's name in Task Manager under "Processes". ;@Ahk2Exe-SetCopyright NotNull +/*@Ahk2Exe-Keep +KeyHistory 0 ; disable key history +*/ #Include Libs\Config.ahk #Include Libs\FileDialog.ahk