Je veux changer le mappage de mes boutons et ajouter une fonction de glissement
:~$ xinput list-props 10
Device 'Kensington USB/PS2 Wheel Mouse ':
Device Enabled (148): 1
Coordinate Transformation Matrix (150): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (285): 0.000000
libinput Accel Speed Default (286): 0.000000
libinput Accel Profiles Available (287): 1, 1
libinput Accel Profile Enabled (288): 1, 0
libinput Accel Profile Enabled Default (289): 1, 0
libinput Natural Scrolling Enabled (290): 0
libinput Natural Scrolling Enabled Default (291): 0
libinput Send Events Modes Available (270): 1, 0
libinput Send Events Mode Enabled (271): 0, 0
libinput Send Events Mode Enabled Default (272): 0, 0
libinput Left Handed Enabled (292): 0
libinput Left Handed Enabled Default (293): 0
libinput Scroll Methods Available (294): 0, 0, 1
libinput Scroll Method Enabled (295): 0, 0, 0
libinput Scroll Method Enabled Default (296): 0, 0, 0
libinput Button Scrolling Button (297): 2
libinput Button Scrolling Button Default (298): 2
libinput Middle Emulation Enabled (299): 0
libinput Middle Emulation Enabled Default (300): 0
Device Node (273): "/dev/input/event4"
Device Product ID (274): 1149, 4098
libinput Drag Lock Buttons (301): <no items>
libinput Horizontal Scroll Enabled (302): 1
si j'ajoute une fonction glisser
xinput -set-prop 10 301 1
seul le premier bouton est la fonction glisser mais il doit s'agir du 3ème ou 4ème bouton. Que dois-je faire?
merci
La façon dont cela fonctionne est la suivante:
xinput -set-prop 11 299 3 1
Ignorez les 11 et les 299 qui sont spécifiques à mon ordinateur, mais dans ce cas, on dit que 3 est le bouton de verrouillage pour 1.
Vous pouvez également attribuer à un bouton son propre bouton de verrouillage, comme suit:
xinput -set-prop 11 299 1 1
Pour plus d'informations, vérifiez man libinput
sous l'option "DragLockButtons".