ubuntu:mouse:map_mouse_buttons
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:mouse:map_mouse_buttons [2021/10/25 15:04] – peter | ubuntu:mouse:map_mouse_buttons [2021/10/26 14:07] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Mouse - Map Mouse Buttons ====== | ====== Ubuntu - Mouse - Map Mouse Buttons ====== | ||
+ | |||
+ | In most cases, | ||
+ | |||
+ | * Buttons 1, 2, 3 are interpreted as left, middle, right. | ||
+ | * Logical buttons 4, 5, 6, 7 are usually interpreted as scroll up, down, left, right. | ||
+ | * The fourth and fifth physical buttons on a device will thus send logical buttons 8 and 9. | ||
+ | |||
+ | ---- | ||
* [[Ubuntu: | * [[Ubuntu: | ||
Line 49: | Line 57: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ====== Run at startup ====== | ||
+ | |||
+ | One approach is to create a shell script that performs the Mouse Button mapping: | ||
+ | |||
+ | <code bash> | ||
+ | echo " | ||
+ | </ | ||
+ | |||
+ | Give it executable permission: | ||
+ | |||
+ | <code bash> | ||
+ | chmod +x leftmouseremap.sh | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * Follow any process to have this script run at boot if needed. | ||
+ | |||
+ | * Remember to configure ' | ||
+ | * '/ | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- |
ubuntu/mouse/map_mouse_buttons.1635174268.txt.gz · Last modified: 2021/10/25 15:04 by peter