I have a Wacom Bamboo tablet (MTE-450A). It works out of the box on 11.10, even the scrolling function works (it used not to).
Unfortunately the four buttons are assigned to things I don't know. How can I reconfigure them to buttons I want, for example Ctrl+Z?
You can use the
xsetwacom
command line utility.Should be installed by default.
Example: use
xsetwacom --list devices
to get the list of devices.xsetwacom --set <device here> button1 2
Would set button 1 on whatever device to button 2, or right click.Explore the other flags for xsetwacom with
man xsetwacom
. Tryxsetwacom --get <option here>
to see what options or key-mappings are available.