Re: [Linuxwacom-devel] [PATCH libwacom 1/3] data: define button positions for Bamboos

2012-06-05 Thread Olivier Fourdan
Hey Peter, Peter Hutterer said the following on 06/05/2012 08:03 AM: [...] does gnome take the buttons in order? does it work if you redefine it as Left=A;E;D;C No, unfortunately not, it doesn't and I am not sure it could, as I don't see any API in libwacom to retrieve the list of buttons

[Linuxwacom-devel] PATCH: Add button order to libwacom

2012-06-05 Thread Olivier Fourdan
The libwacom API does not provide any way for client applications to get the buttons order as this may differ from the actual button definition. For example, the Bamboo Fun PenTouch tablet maps buttons from top to bottom (with pad on the left) as A, D, C, B instead of A, B, C, D as expected,

Re: [Linuxwacom-devel] PATCH: Add button order to libwacom

2012-06-05 Thread Olivier Fourdan
Olivier Fourdan said the following on 06/05/2012 03:09 PM: The libwacom API does not provide any way for client applications to get the buttons order as this may differ from the actual button definition. For example, the Bamboo Fun PenTouch tablet maps buttons from top to bottom (with pad on