|
From: Brendan_Scott <dis...@ap...> - 2013-04-30 09:05:14
|
Vladimir Dobriakov <vladimir <at> geekq.net> writes: > > Hi, > > I am trying to adapt the example from Wiki > http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Tablet_Configuration#Pad > > xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button 1 1 > xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button 2 2 > xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button 3 3 > xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button 4 4 > > to my Intuos5 tablet > > xsetwacom set 'Wacom Intuos5 touch L Pen pad' Button 2 2 > xsetwacom set 'Wacom Intuos5 touch L Pen pad' Button 3 3 > > Unfortunately it does not work: commands run without errors but using > Wacom ExpressKeys for clicking does not work. Setting up the > ExpressKeys for keystrokes work - both from GUI and with xsetwacom. I > am using Ubuntu 12.04. > > So my questions: > > Does mapping ExpressKeys to "mouse" buttons work for anybody under > Linux? With Intuos5? With other Intuos models? With a newer Bamboo? > Could somebody just try the above xsetwacom commands on his tablet and > tell, if he can now click with ExpressKeys? > I've provided some screenshots and the motivation behind my wish to > use ExpressKeys for clicking on http://askubuntu.com/q/285839/66056 > Do not know, if askubuntu is monitored by people from the project... I got an Intuos5 a couple of days ago and am mucking around with it (Opensuse 12.3). xsetwacom works for me for mapping buttons 2 and 3 (and some others I have tested) to key presses. I assume it will also work for buttons. The syntax I am using has a lower case "button". Buttons 2 and 3 are the top two on the left (for right handed use) There are gnome and kde configuration apps (but they don't work for me - google them). Am writing a Python script for my own consumption, but ping me if you're interested. |