master
Mi Klo 2021-08-07 20:09:05 +00:00
rodzic f39a3965cc
commit 69b24b8839
2 zmienionych plików z 39 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,21 @@
#!/bin/sh
#Intuos S BT - map tablet area to 1920x1080 on wide 2560x1080 monitor, map keys for blender
#Runtime only - restart after hot plug
DEVICE="Wacom Intuos BT S Pad"
STYLUS="$DEVICE stylus"
ERASER="$DEVICE eraser"
PAD="$DEVICE pad"
#Klawisz 1 => [CTRL]:
xsetwacom set "$PAD" Button 1 "key ctrl"
#Klawisz 2 => [SHIFT]:
xsetwacom set "$PAD" Button 2 "key shift"
#Klawisz 3 => [spacja]:
xsetwacom set "$PAD" Button 3 "key space"
#Klawisz 4 => gnome-pie:
xsetwacom set "$PAD" Button 8 "key ctrl alt a"
xsetwacom set "Wacom Intuos BT S Pen stylus" Area 0 0 20266 9500
xsetwacom set "Wacom Intuos BT S Pen cursor" Area 0 0 20266 9500

Wyświetl plik

@ -0,0 +1,18 @@
#!/bin/sh
#Intuos S BT - map keys for blender
#Runtime only - restart after hot plug
DEVICE="Wacom Intuos BT S Pad"
STYLUS="$DEVICE stylus"
ERASER="$DEVICE eraser"
PAD="$DEVICE pad"
#Klawisz 1 => [CTRL]:
xsetwacom set "$PAD" Button 1 "key ctrl"
#Klawisz 2 => [SHIFT]:
xsetwacom set "$PAD" Button 2 "key shift"
#Klawisz 3 => [spacja]:
xsetwacom set "$PAD" Button 3 "key space"
#Klawisz 4 => gnome-pie:
xsetwacom set "$PAD" Button 8 "key ctrl alt a"