AutoHotPie
AutoHotPie copied to clipboard
Trigger ahk scripts running hotkeys SendLevel 1 option
Is it possible to implement an option to trigger ahk scripts running hotkeys ?
if interactive with AHK short keys checked { SendLevel 1 send, % keyToSend } else { send, % keyToSend }
I was able to trigger my own scripts by putting #InputLevel 1 in the auto-execute section of PieMenu.ahk.
Thanks, you solved my issue!