I'm trying to configure my mouse side-buttons to go back/forward on Firefox and Ubuntu.
When i run xev | grep ', button'
I get the same button code for both side-buttons and scroll. So I clicked scroll, then left side-button then right side-button and got the following output:
state 0x10, button 2, same_screen YES
state 0x210, button 2, same_screen YES
state 0x10, button 2, same_screen YES
state 0x210, button 2, same_screen YES
state 0x10, button 2, same_screen YES
state 0x210, button 2, same_screen YES
So, I have three buttons with the same number/code? Is there anything I can do to assign a different code for each button? Or is it a hardware issue?