dumbeau / AutoHotPie

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

Can't use a slice to trigger an AHK hotkey #153

Closed Avastgard closed 1 month ago

Avastgard commented 1 month ago

I'm trying to assign some functions to slices that will press hotkeys to trigger actions in an AutoHotkey script (so instead of pressing the scripted hotkey, I'll click the AutoHotpie slice and it'll send the keypress). Some of them worked and some of them didn't and I can't figure out why.

It worked with:

It didn't work with:

Will this depend on each script or are there known issues in using AutoHotpie to trigger hotkeys from AutoHotkey scripts?

Not sure if it makes any difference, but I'm using a bluetooth mouse to trigger AutoHotpie

Avastgard commented 1 month ago

Nevermind, as pointed out here, you can solve this issue by adding #SendLevel 1 to the beginning of PieMenu.ahk