[Bug 106383] Re: xinput does not remap buttons anymore (SOLVED)

2007-05-22 Thread Arno Teigseth
I finally made wacom setup on feisty work:

did System | Preferences | Session and added to the session the following script
---
xsetwacom set stylus TPCButton off
xsetwacom set stylus Button1 1

# This is tap with the pen on screen. 3 is right-click, 2 is middle, 1 is 
normal click
xsetwacom set stylus Button2 1

# This is hover-button on the pen. 3 is right-click, 2 is middle, 1 is normal 
click
xsetwacom set stylus Button3 3
-

Now this works much better in Windows - I don't even need to put down the 
stylus on the tablet to be able to right-click. I can just press the button on 
the pen, hovering it close to the screen!
If you want to disable that function (having to press the stylus button AND tap 
the screen, to right-click), specify TPCButton on.

-- 
xinput does not remap buttons anymore
https://bugs.launchpad.net/bugs/106383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106383] Re: xinput does not remap buttons anymore

2007-05-22 Thread Arno Teigseth
there are different approaches.
1)  Gaiwecoor points to editing the xorg.conf.  That is a system-wide 
configuration. Could work, but it didn't for me.
2) I tried and erred a lot with xsetwacom, the biggest problem was to make it 
run on x startup time. I use Gnome and therefore made a script and added it to 
the session startup list. A personal preference, but it can be made global by 
moving the script and adding it to the default gnome session.

** Changed in: xinput (Ubuntu)
 Assignee: (unassigned) = Arno Teigseth
   Status: Unconfirmed = Fix Released

-- 
xinput does not remap buttons anymore
https://bugs.launchpad.net/bugs/106383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106383] Re: xinput does not remap buttons anymore

2007-04-25 Thread Arno Teigseth
You'd probably be better off using xsetwacom. It will set the buttons
right and you can easily set rotation and other things after you used
xrandr to rotate your display.

I just found out I can even right-click without even touching the
tablet!

http://linuxwacom.sourceforge.net/index.php/howto/xsetwacom

xsetwacom set stylus Button1 1
xsetwacom set stylus Button2 3
xsetwacom set stylus Button3 2
xsetwacom set stylus Rotate CW

etc

give it a try

-- 
xinput does not remap buttons anymore
https://bugs.launchpad.net/bugs/106383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs