Dear all, I am having a mouse with two rear buttons (back and forward)
I would like to inverse those two. I am using latest opensuse with the kde environment.
I used the program xev and these two seem to produce valid key codes
(please find the output that both create below)
ButtonPress event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x5e00002, time 439270559, (43,42), root:(1041,65),
state 0x10, button 9, same_screen YES
EnterNotify event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x0, time 439270559, (43,42), root:(1041,65),
mode NotifyGrab, detail NotifyInferior, same_screen YES,
focus YES, state 16
KeymapNotify event, serial 35, synthetic NO, window 0x0,
keys: 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ButtonRelease event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x5e00002, time 439272189, (43,42), root:(1041,65),
state 0x10, button 9, same_screen YES
LeaveNotify event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x0, time 439272189, (43,42), root:(1041,65),
mode NotifyUngrab, detail NotifyInferior, same_screen YES,
focus YES, state 16
ButtonPress event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x5e00002, time 439273009, (43,42), root:(1041,65),
state 0x10, button 8, same_screen YES
EnterNotify event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x0, time 439273009, (43,42), root:(1041,65),
mode NotifyGrab, detail NotifyInferior, same_screen YES,
focus YES, state 16
KeymapNotify event, serial 35, synthetic NO, window 0x0,
keys: 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ButtonRelease event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x5e00002, time 439274229, (43,42), root:(1041,65),
state 0x10, button 8, same_screen YES
LeaveNotify event, serial 35, synthetic NO, window 0x5e00001,
root 0x156, subw 0x0, time 439274229, (43,42), root:(1041,65),
mode NotifyUngrab, detail NotifyInferior, same_screen YES,
focus YES, state 16
Could you please explain me how I should read the output they produce and how I can invert these two?
I would like to thank you in advance for your help
B.R
Alex