Sebastian Jensen
Sebastian Jensen
### Acknowledgements - [X] I have installed OpenTabletDriver by following its [official installation instructions](https://opentabletdriver.net/). - [X] I have checked the [OpenTabletDriver Wiki](https://opentabletdriver.net/Wiki) and respective FAQ pages, and my issue was...
Pre-PR: Pen bindings using mouse button Forwards/Backwards did nothing Post-PR: Mouse button bindings with Forward/Backwards now does something Notes: I've removed the `GetCode(MouseButton button) => null` override entirely as the...
Adding this would allow helpers to track down or quickly identify issues with packaging, for example the notorious udev solution that's being posted on Discord regularly is likely caused by...
Partial fix for #1367 - code needs a bit of cleanup (magic numbers into vars) and we likely need some UX configurables. The idea is absolute wheels should just work:tm:...
This cleans up and enhances some code related to Linux Artist Mode. I'm not doing a big writeup like last time but will try to argue for some of the...
## Description Writing a message to the console (via `Log`) fills up the RAM of OpenTabletDriver. Hypothetically, if a user were to leave the daemon running for long periods this...
## Description Currently, plugins like Circular Area add up a lot of filters which could very well work with a drop down. Likewise, variants (like Devocub raw tablet value vs...
This is useful for multi-monitor configurations as it allows users to more distinctly see whether they're on the middle of 2 areas or not. It is potentially very slow code...
### Acknowledgements - [X] I have searched the existing issues and this new issue is not a duplicate of any. - [X] I have written a concise and meaningful title....
## Description This isn't exactly intuitive despite the title of the textbox. Setting `Visible = false` in code doesn't reflow the UI, so the fix is less simple than expected....