Skip to content

Commit

Permalink
disable key history
Browse files Browse the repository at this point in the history
  • Loading branch information
potoo0 committed Mar 4, 2024
1 parent d866857 commit 4de0d6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion QuickSwitch.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4de0d6d

Please sign in to comment.