-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add support for multiple tablets #17
Comments
Note - I'm not sure using two (or more) identical tablets will work as expected - as AFAIK there is no way to distinguish which Wacom devices map to which particular tablet ... |
I noticed that the 'touch' device on a "Cintiq Pro 16" is on a different USB ID than the 'stylus' and 'eraser' devices The libwacom '.tablet' files refers to these 2nd USB IDs as 'PairedIDs' - so I've re-done my multiple tablet patch by taking these into account - which appears to work ... (I also didn't realise I could attach patches to these issues ...) New Patch: |
Can you please run |
I had actually considered suggesting that you might want to use the libwacom utilities/data files with Using
|
Given I'd prefer to have people able to swap between multiple tablets without needing to reload the GUI and using libwacom-data for the information this is a significantly bigger rewrite than originally planned for. It's going to be a little bit before I get the pieces in a working state for people to test. |
OK - let me know if you need help testing when you have something |
GUI rework in progress:
I don't have an ETA for a public alpha release yet, but just wanted to provide an update so you know stuff is in the works. |
Thanks for the progress report |
Still in progress... given the rework I decided to try and fix other things that were rather hack-y with how the GUI is working. If you check out the gui-rebuild branch you can test out the new hotkey programming widget. |
@jcpearson |
I haven't had time to look at this yet - but the changes (and images) look good ... thanks! |
Closing this issue as the feature is now part of the 3.0.x release series. If any issues arise with the feature please open a new ticket. |
I had a go at allowing the GUI to support multiple tablets - and have come up with the patch below
If multiple tablets are found, then it prompts for for which tablet to use - however, I have no idea how to do this with PyQt4 - so I've just used zenity :-)
This patch has the side effect of replacing the code causing the problem with issue #15
The text was updated successfully, but these errors were encountered: