dumbeau / AutoHotPie

Radial menus in Windows, aka PIE MENYOOS!
MIT License
340 stars 18 forks source link

Custom Function option #65

Open dumbeau opened 2 years ago

dumbeau commented 2 years ago

Allow users to make their own functions by coding their own small AHK scripts within the settings UI.

Currently, users can write small AHK scripts and use the 'Run File' function to run them. However this method doesn't allow users to use the position of the pie menu, and parameters cannot be passed into these scripts easily.

Custom functions could be application specific or generally accessible. image

Crunchbits commented 2 years ago

This would also help run code with variables since running an AHK file with a variable that is meant to change will just reset every time the file is opened. With variables, it opens the ability up to use a toggle for the same Pie Slice. In some cases, this will doubles your shortcuts with the same amount of slices. Speaking of, if implemented a feature that may be neat is having a toggling slice that also changes the Icon and Text of said slice.