I have a rather unique problem with how this overlay interacts with AutoHotKey.
When I have an AutoHotKey script running that accepts a particular keystroke, the overlay is unable to detect when I input said keystroke. The overlay is similarly unable to detect outputs from AutoHotKey.
Say, for demonstration's sake, that I use an AHK script to rebind M1 to the spacebar. When I click M1, neither M1 nor spacebar will be detected by the overlay, even though AHK works as intended and whatever program I'm on will accept said input of spacebar just fine.
I am attempting to figure out how to configure either AHK or this overlay to work around this issue. Is there a way to configure this overlay to detect "higher up"; the raw inputs before they are digested by AHK? Or would it be possible to configure it to detect "internal outputs", outputs from an internal program as opposed to my hardware? The end result is that I would simply like this overlay to display some kind of positive feedback when I push a key accepted by an AHK script.