-
Notifications
You must be signed in to change notification settings - Fork 1
Configuring Wacom Pen&Touch Buttons
-
Run
xsetwacom --list devices
to get your device name. -
Check out the button layout by calling
cat -v /usr/share/libwacom/intuos-s-pt.tablet
(change the .tablet file for the tablet you own) -
Button numbering can be different from layout shown.
For my Intuos P&T, the Button Map is as follows:
#3 #9
#1 #8
*-----------------------*
| |
| |
| TABLET |
| |
| |
*-----------------------*
Scroll
xsetwacom set "Wacom Intuos PT S Pad pad" Button 3 key "PgUp"
xsetwacom set "Wacom Intuos PT S Pad pad" Button 1 key "PgDn"
Complete ROI and fill
xsetwacom set "Wacom Intuos PT S Pad pad" Button 9 key "return"
Undo everything
xsetwacom set "Wacom Intuos PT S Pad pad" Button 8 key "Esc"
PgDn Return
PgUp Esc
*-----------------------*
| |
| |
| TABLET |
| |
| |
*-----------------------*
Complete ROI and fill
xsetwacom set "Wacom Intuos PT S Pen stylus" Button 2 key "return"
Undo stepwise
xsetwacom set "Wacom Intuos PT S Pen stylus" Button 3 key "Backspace"
If one accidentally messes up the clicking/drawing function, try this xsetwacom set "Wacom Intuos PT S Pen stylus" Button 1 key "button 1"