You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for developing this awesome tool, I'm actively using it to play Dota2.
I'm currently facing an issue, not sure if I'm implementing it wrong or if it's just a bug.
Here's the situation>
I'm using a naga 2014, the key number 12 is not working well. I expect KP_Page_Up to be pressed two times with a delay of 100, but only the first KP_Page_Up is executed, not the second one.
What I'm doing wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
You are not doing anything wrong, naga.cpp is (was). A change was made so the key action presses the key when you press the button and releases when you do. In a macro there is no button release so you are simulating keeping the button down, more or less.
I created a branch in which this behavior is fixed so "key" actions inside a macro are handled as a full key press+release, which is what one would expect. 8e8ad1d
Please checkout the macroFix branch and let me know if it works as intended.
Hello guys!
First of all, thanks for developing this awesome tool, I'm actively using it to play Dota2.
I'm currently facing an issue, not sure if I'm implementing it wrong or if it's just a bug.
Here's the situation>
In my mapping txt file I got this configuration
1 - key=KP_Up
2 - key=KP_Home
3 - key=KP_Left
4 - key=KP_Right
5 - key=KP_Down
6 - key=KP_Prior
7 - key=KP_Page_Up
8 - key=KP_Next
9 - key=KP_Page_Down
10 - key=KP_End
11 - key=KP_Begin
12 - key=KP_Page_Up
12 - delay=100
12 - key=KP_Page_Up
I'm using a naga 2014, the key number 12 is not working well. I expect KP_Page_Up to be pressed two times with a delay of 100, but only the first KP_Page_Up is executed, not the second one.
What I'm doing wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered: