AutoHotPie icon indicating copy to clipboard operation
AutoHotPie copied to clipboard

Trigger ahk scripts running hotkeys SendLevel 1 option

Open nectak opened this issue 1 year ago • 2 comments

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 }

nectak avatar Nov 02 '23 16:11 nectak

I was able to trigger my own scripts by putting #InputLevel 1 in the auto-execute section of PieMenu.ahk.

rcnino avatar Jan 23 '24 07:01 rcnino

Thanks, you solved my issue!

Avastgard avatar May 16 '24 14:05 Avastgard