Dnia 2012-02-27, pon o godzinie 10:54 +0000, Przemo Firszt pisze:
> I'm experiencing some problems with pad buttons. They are not
> overlapping with pen buttons (that's OK), but if I try to redefine them
> using:
> 
> xsetwacom --set "Wacom Intuos4 WL pad" Button 1 "key 1"
> 
> there is a gap in numbering. Buttons 4 to 7 are "dead" - I mean that despite 
> of 
> using BTN_4, BTN_5 and so on in the driver, the button "number 4" on 
> the pad is mapped to button 8
> 
> The numbering goes like that: 1-2-3-8-9-10-11-12-13
> 
> I presume it's a known issue, but what is the long term plan to solve this?
> 
> Chris, you've mentioned some odd behavior of pad buttons, did you mean that 
> or 
> overlapping the buttons with pen buttons?

Just in case someone was as confused as me. wcmCommonc has this:

/* Default button and expresskey values, offset buttons 4 and higher
* by the 4 scroll buttons. */
for (i=0; i<WCM_MAX_BUTTONS; i++)
         priv->button[i] = (i < 3) ? i + 1 : i + 5;

so buttons 4-5-6-7 are scroll buttons, so numbering of the buttons on
the pad is going to stay a bit ... inconsistent.

-- 
regards,
Przemo


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to