On Feb 26, 2008, at 9:25 AM, Jon A. Cruz wrote:
On Feb 26, 2008, at 5:31 AM, Aubanel MONNIER wrote:
Does not work for me, checked the checkbox, restarted inkscape. Platform is WIN32, tablet is WACOM ET-0405-U, works in the gimp
Thanks. That's the kind of checking we need.
As long as you have pressure working in Inkscape, it should be getting *some* extended info.
Can you bring up the "Input Devices..." and see what different devices are listed in there? I would hope to see at least two in the combo-box dropdown at the top. Getting that list from you might help.
BTW, I just remembered one possibility. In my X11 config I have the ExpressKeys set up as a separate device names "pad". (That's common for intuos3 and graphire4 tablets I think). Anyway, to avoid getting the wrong things happening the code is set to ignore switches to any device named "pad". If that name happens to be reported for your configuration, you can go into desktop-events.cpp and change "pad" to "padXXX" or some such.
In the near term I am working on a replacement input config dialog. Once that is done there won't be a need for that hardcoded work-around.