dumbeau / AutoHotPie

Radial menus in Windows, aka PIE MENYOOS!
MIT License
304 stars 16 forks source link

Trigger ahk scripts running hotkeys SendLevel 1 option #133

Open nectak opened 8 months ago

nectak commented 8 months ago

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 }

rcnino commented 5 months ago

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

Avastgard commented 1 month ago

Thanks, you solved my issue!