1
2022-02-22 18:10:15 -05:00

18 lines
782 B
Bash
Executable File

# Top three buttons
xsetwacom --set "Tablet Monitor Pad pad" Button 1 "key +ctrl +z -z -ctrl"
xsetwacom --set "Tablet Monitor Pad pad" Button 2 "key +ctrl +tab -tab -ctrl"
xsetwacom --set "Tablet Monitor Pad pad" Button 3 "key x"
# Middle two buttons
xsetwacom --set "Tablet Monitor Pad pad" Button 8 "key shift"
xsetwacom --set "Tablet Monitor Pad pad" Button 9 "key ctrl"
# Bottom three buttons
xsetwacom --set "Tablet Monitor Pad pad" Button 10 "key 1"
xsetwacom --set "Tablet Monitor Pad pad" Button 11 "key 3"
xsetwacom --set "Tablet Monitor Pad pad" Button 12 "key 0"
# Pen buttons
xsetwacom set "Tablet Monitor stylus" "Button" "1" "button +1 "
xsetwacom set "Tablet Monitor stylus" "Button" "2" "button +2 "
xsetwacom set "Tablet Monitor stylus" "Button" "3" "button +3 "