Add button for space
This commit is contained in:
parent
b9f39765bd
commit
0fb6abcab7
|
@ -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 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 3 "key f"
|
||||||
|
|
||||||
xsetwacom --set "$PAD_NAME" Button 8 "key shift"
|
xsetwacom --set "$PAD_NAME" Button 8 "key shift"
|
||||||
|
|
Loading…
Reference in New Issue