Button mapping syntax and problem
atmafox opened this issue · 2 comments
atmafox commented
button_11=-
button_12==
The above code does not function correctly, the result is button 11 returns nothing and button 12 returns -.
dokutan commented
It should be:
button_11=Minus
button_12=Equals
here is a list of valid key names. If that doesn't work for you, could you please post the output of mouse_m908 -R -
and mouse_m908 -D -
?
atmafox commented
Thank you! That did the trick!