mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Fixed links.
This commit is contained in:
parent
d2380eeea1
commit
a920b4e502
@ -36,7 +36,7 @@ The mouse has following button-ids:
|
||||
| Wheel up | 4 |
|
||||
| Wheel down | 5 |
|
||||
|
||||
See [remapping mouse buttons]({% post_url 2009-07-17-remapping-mouse-buttons %}) on what buttons X11 recognizes.
|
||||
See [remapping mouse buttons]({% post_url 2010-01-07-remapping-mouse-buttons %}) on what buttons X11 recognizes.
|
||||
|
||||
According to this the default configuration (`xinput set-button-map <device-id> 1 2 3 4 5 6 7 8 9`) would give you middle click on the wheel button and right-click on the middle finger.
|
||||
The ring finger button would be for special use as well as the thumb button.
|
||||
|
@ -46,7 +46,7 @@ The mouse has following button-ids:
|
||||
| "Up" button | 9 |
|
||||
| "Down" button | 8 |
|
||||
|
||||
See [remapping mouse buttons]({% post_url 2009-07-17-remapping-mouse-buttons %}) on what buttons X11 recognizes.
|
||||
See [remapping mouse buttons]({% post_url 2010-01-07-remapping-mouse-buttons %}) on what buttons X11 recognizes.
|
||||
|
||||
According to this the default configuration (`xinput set-button-map <device-id> 1 2 3 4 5 6 7 8 9`) already gives the correct button assignment.
|
||||
If you prefer to swap the thumb buttons so that "Up" is *Thumb1* and "Down" is *Thumb2* you can do this using the following command:
|
||||
|
Loading…
Reference in New Issue
Block a user