Add button for space

This commit is contained in:
Spencer Killen 2022-10-30 10:33:07 -06:00
parent b9f39765bd
commit 0fb6abcab7
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ID_STYLUS=`xinput | grep "stylus" | cut -f 2 | cut -c 4-5`
xsetwacom --set "$PAD_NAME" Button 1 "key +ctrl +z -z -ctrl"
xsetwacom --set "$PAD_NAME" Button 2 "key +alt +q -alt -q"
xsetwacom --set "$PAD_NAME" Button 2 "key +space"
xsetwacom --set "$PAD_NAME" Button 3 "key f"
xsetwacom --set "$PAD_NAME" Button 8 "key shift"