Archived
1
This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
2022-01-23 13:35:55 -05:00

18 lines
782 B
Bash

# 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 "