Cette touche est destinée à être programmée.
Le problème est comment la programmer si (par xev) elle renvoie le même keycode que la touche “i”
xev "touche problème"
KeyRelease event, serial 33, synthetic NO, window 0x1a00001,
root 0x1dc, subw 0x0, time 6562209, (-608,812), root:(356,834),
state 0x0, keycode 40 (keysym 0x69, i), same_screen YES,
XLookupString gives 1 bytes: (69) “i”
XFilterEvent returns: False
xev "i"
KeyRelease event, serial 33, synthetic NO, window 0x1400001,
root 0x1dc, subw 0x0, time 6727318, (-689,872), root:(275,894),
state 0x0, keycode 40 (keysym 0x69, i), same_screen YES,
XLookupString gives 1 bytes: (69) “i”
XFilterEvent returns: False
Mais le fond du problème est pourquoi ma config n’est pas bonne?