Gui Search Box to run custom user commands.
This is v1, modified & forked originally from plul's AutoHotkey Launcher .
- Added selectable autocomplete for search commands using AHK Sift function.
- Use of Switch instead of if/else
- use of if/else is greater than 5, than switch will yield greater performance.
- Added notifications when commands used using Maestrith's Notify Class
- Gave the UI a little upgrade visually.
- most of script has been rewritten for easier scripting personally, but functions the same.
- Enter sometimes double submits and runs the switch case twice
- search results nulled will = 0 at times
- Utilizes G33kdude's neutron class to add JS, Html, & CSS for gui
- Use Elasticlunr js search engine which is superior to Sift's function
- Added quick access to run a AHK Command from MSC edit field.