From ebc174984cba5e787c6853e5984fce76be6cc9e8 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 23 Jan 2022 12:57:56 -0500 Subject: [PATCH] Adding demo config --- example_configs/devices/huion-kamvas-13/name | 1 + example_configs/devices/huion-kamvas-13/peripherals | 2 ++ .../devices/huion-kamvas-13/profiles/blender.sh | 7 +++++++ .../devices/huion-kamvas-13/profiles/default.sh | 1 + 4 files changed, 11 insertions(+) create mode 100644 example_configs/devices/huion-kamvas-13/name create mode 100644 example_configs/devices/huion-kamvas-13/peripherals create mode 100644 example_configs/devices/huion-kamvas-13/profiles/blender.sh create mode 120000 example_configs/devices/huion-kamvas-13/profiles/default.sh diff --git a/example_configs/devices/huion-kamvas-13/name b/example_configs/devices/huion-kamvas-13/name new file mode 100644 index 0000000..3ed584f --- /dev/null +++ b/example_configs/devices/huion-kamvas-13/name @@ -0,0 +1 @@ +Huion Kamvas 13 \ No newline at end of file diff --git a/example_configs/devices/huion-kamvas-13/peripherals b/example_configs/devices/huion-kamvas-13/peripherals new file mode 100644 index 0000000..ea78a73 --- /dev/null +++ b/example_configs/devices/huion-kamvas-13/peripherals @@ -0,0 +1,2 @@ +Tablet Monitor stylus +Tablet Monitor Pad pad \ No newline at end of file diff --git a/example_configs/devices/huion-kamvas-13/profiles/blender.sh b/example_configs/devices/huion-kamvas-13/profiles/blender.sh new file mode 100644 index 0000000..fb3fb0c --- /dev/null +++ b/example_configs/devices/huion-kamvas-13/profiles/blender.sh @@ -0,0 +1,7 @@ +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 8 "key shift" +xsetwacom --set "Tablet Monitor Pad pad" Button 9 "key ctrl" +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" \ No newline at end of file diff --git a/example_configs/devices/huion-kamvas-13/profiles/default.sh b/example_configs/devices/huion-kamvas-13/profiles/default.sh new file mode 120000 index 0000000..b982e46 --- /dev/null +++ b/example_configs/devices/huion-kamvas-13/profiles/default.sh @@ -0,0 +1 @@ +blender.sh \ No newline at end of file