#tabletButtonDriver

2 messages · Page 1 of 1 (latest)

spiral solstice
#

A simple driver thing written in C that allows you to map drawing tablet buttons to keyboard shortcuts. It's my first project that i'm making public. I made this because i was frustrated with installing OpenTabletDriver on void linux. It doesn't use any wacom or digimend drivers. It just captures binary data from /dev/input and creates a virtual keyboard that presses keys you set up.

No more frustration that your tablet buttons don't work!

https://github.com/mikowy001/tabletButtonDriver

GitHub

A C program that reads raw binary input from /dev/input/Your-Tablet and executes keyboard actions that you choose. - mikowy001/tabletButtonDriver

midnight vessel
#

cool