dokutan/mouse_m908

Button mapping syntax and problem

atmafox opened this issue · 2 comments

button_11=-
button_12==

The above code does not function correctly, the result is button 11 returns nothing and button 12 returns -.

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 -?

Thank you! That did the trick!