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