ubuntu:mouse:mapping_mouse_buttons
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:mouse:mapping_mouse_buttons [2021/10/25 08:29] – peter | ubuntu:mouse:mapping_mouse_buttons [2021/10/25 08:55] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Mouse - Mapping Mouse Buttons ====== | ||
- | |||
- | ===== Determine the Mouse to use ===== | ||
- | |||
- | <code bash> | ||
- | xinput | grep -m 1 " | ||
- | </ | ||
- | |||
- | returns: <code bash> | ||
- | 8 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * This shows that the id of the mouse is 8 in this case. | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Get Button Map ===== | ||
- | |||
- | <code bash> | ||
- | xinput get-button-map 8 | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | 1 2 3 4 5 6 7 8 9 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * The result shows that the mouse has 9 buttons. | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Determine Which Mouse Button is Which ===== | ||
- | |||
- | <code bash> | ||
- | xev | ||
- | </ | ||
- | |||
- | displays: | ||
- | |||
- | {{: | ||
- | |||
- | <WRAP info> | ||
- | **NOTE:** Move the mouse cursor within the boxes and the xev will display many lines of data relating to mouse movements and button presses. | ||
- | </ | ||
ubuntu/mouse/mapping_mouse_buttons.1635150586.txt.gz · Last modified: 2021/10/25 08:29 by peter