Snoothy / UCR

Universal Control Remapper [Alpha]
MIT License
834 stars 84 forks source link

Is it possible to activate actions like "Button to Axis" via autohotkey? #283

Open manciuszz opened 1 year ago

manciuszz commented 1 year ago

.. if so, can I get an example, please? :)

I tried using AHK Interception and normal Send(Input), but had no luck so far.

I've noticed that when I bind mouse keys like LeftClick, RightClick etc. to move RX,RY (or honestly, do anything related to mouse) the mouse just becomes a very unresponsive mess, but if I do the same with keyboard, then its fine.

Figured, if I was able to trigger UCR actions via AHK, I could work around this issue.