From f170721a7af8311d74220b721e8ecd7f17234471 Mon Sep 17 00:00:00 2001 From: Hane Date: Sat, 1 Jul 2023 02:31:21 +0200 Subject: [PATCH] piusareLite: added TODOs --- piusareLite.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/piusareLite.ahk b/piusareLite.ahk index 4ea33f5..6e97b4c 100644 --- a/piusareLite.ahk +++ b/piusareLite.ahk @@ -1,5 +1,9 @@ +;;TODO: GAMER MODE (lctrl toggle) +;; alt+spacebar liandola +;; ;;Use on admin windows without admin rights: https://www.autohotkey.com/docs/v1/Program.htm#Installer_uiAccess #SingleInstance Force +#MaxHotkeysPerInterval 9999 hotkeyLock := 0 sendCheckCapsLock(command, clCommand)