Drawing Tablets? #214
-
I have a Wacom tablet that as usual has very little official support for Linux, so I want / need to remap the keys and the stylus buttons. Keymapper does not recognize the device. Is that a bug or a known limitation? Currently I’m using input-remapper to map it to some dummy keys, and then use keymapper to remap input-remapper’s virtual kb/mouse. It … works, but, you know, it’s ugly 😬 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Does it show up as a pointer device with |
Beta Was this translation helpful? Give feedback.
-
This is what the ticket #188 is for. |
Beta Was this translation helpful? Give feedback.
This is what the ticket #188 is for.
One can already grab this device using the
@grab-device
directive, but since the device has axes the virtual keymapper device does not have, it would not work properly. I am planning to dynamically add additional virtual devices with the same functionality as the physical device.