Question Mouse problem

Aug 14, 2021
5
0
10
So i bought myself a new mouse and eveyrthing so far is great except when i click left mouse button and right mouse button at the same on the browser mouse event taste page (https://unixpapa.com/js/testmouse.html) this happens

mousedown which=3 button=2 buttons=2
mouseup which=3 button=2 buttons=0
contextmenu which=3 button=2 buttons=0

The old mouse i had clicking left mb and right mb at the same time this was the result:


mousedown which=1 button=0 buttons=1
mousedown which=3 button=2 buttons=3
mouseup which=1 button=0 buttons=2
click which=1 button=0 buttons=2
mouseup which=3 button=2 buttons=0
contextmenu which=3 button=2 buttons=0

This is mostly a problem in fps games where i need to press both left mb and right mb to fire my gun and aim down sights at the same time. On my older mouse i could perform this but on this new one i just cant ads and shoot my gun at the same time
 
Aug 14, 2021
5
0
10
Sorry I wanted to know what the buttons were numbered, So press each button one at a time in order please.
mwheel

mousedown which=2 button=1 buttons=4
mouseup which=2 button=1 buttons=0

sidebutton 1

mousedown which=5 button=4 buttons=16
mouseup which=5 button=4 buttons=0

sidebutton 2

mousedown which=4 button=3 buttons=8
mouseup which=4 button=3 buttons=0