Last active
December 1, 2019 14:45
-
-
Save BransonGitomeh/7525a88eb728eac8e6efbbd9f5e631e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# my huion h1060 pro settings | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 1 "key +ctrl +z -z -ctrl" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 2 "key e" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 3 "key b" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 8 "key +" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 9 "key -" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 10 "key ]" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 11 "key [" | |
xsetwacom --set 'HID 256c:006e Pad pad' Button 12 "key p" | |
# get this from xandr | |
# get pen name from xsetwacom --list | |
xsetwacom set "HID 256c:006e Pen stylus" maptooutput 1920x1080+1920+0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment