I made this at first for my personal use like gaming because creating AutoHotkey script every single time i play new game is bit inconvenient. But then it start getting audience so i decided to develop it further. AutoHotkey is powerful script to do this and it make my project lightweight that's why i decided to use it.
Another specialty is use script or remap on specific keyboard or mouse. To do this, i use AutoHotkey wrapper, AutoHotkey Interception by evilC and Interception Driver by oblitum.
I would like to ask opinion and suggestion about this and if you don't mind, help me test it out. While the basic feature i can say it's working perfectly fine, i am still not sure about the assign script on specific device feature. As for now i only test it with my keyboard laptop and my mouse and it work (I only have that to test it). Also i would like to ask whether windows show any warning or not (Untrusted source or false positive) because i use pyinstaller to compile it. I use onedir function so i hope it didn't trigger windows warning. Also does my documentation is clear or it can be improved?
Thank you everyone. I really appreciate your support!