In CCSM, there are a lot of different options for mouse button events:
There are basically twenty different mouse buttons registered for my touchpad, presumably. How can I test to see which buttons are which? Is there something I could use which will spit out what button number I've hit so I can see?
It shows 20 buttons by default, which doesn't mean you actually can trigger 20 buttons.
To check which ones work, you can use the
xev
command. Type the command into a terminal, ensure the xev window has focus and then try your buttons:Button numbers are shown as highlighted.
On touch pad,
I find
xinput
a little more convenient thanxev
:where
n
is your mouse's device number. To find that number, use