Jim Householder wrote:
> [EMAIL PROTECTED] wrote:
> <snip>
> 
> 
>> Yes, it is possible with linuxwacom-0.7.7-11. To assign the ring on
>> Bamboo pad to page up/down, use:
>>
>> xsetwacom set pad striplup "core key up"
>> xsetwacom set pad stripldown "core key down".
>>
> Thanks for making the pad available.
> I have an Intuos 3 with single set of buttons and pad.
> 
> I installed 0.7.7-11 and tried striplup and stripldn as above.  They 
> worked, but scrolling was very slow, and when scrolling through one of 
> my mailbox folders each time my finger stopped on the strip, that 
> message was selected and displayed.  Not good.
> 
> I found the following more to my liking:
> 
> xsetwacom set pad striplup "core button 4"
> xsetwacom set pad stripldn "core button 5"
> 

One step forward, 2 steps back.
Before setting striplup and stripldn I had the buttons working nicely.

Intuos 3 Pad diagram:
A B S
A C S
D D S

"xidump --ui curses" shows A = 11, B = 9, C = 10, and D = 12
However I need "xsetwacom pad Button3" for A, Button2 for C, and Button4 
for D.

Now that I have set the strip parameters nothing I do will let me use B 
and D.

~/.xinitrc (partial):
xsetwacom set pad button2 "core key tab"             OK
xsetwacom set pad button3 "core key enter"           OK
xsetwacom set pad button4 "core key ctrl z"          Ignored
xsetwacom set pad striplup "core button 4"           OK
xsetwacom set pad stripldn "core button 5"           OK

# run the primary system script
. /etc/X11/xinit/xinitrc

/etc/X11/xorg.conf (partial):
# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
Section "InputDevice"
   Driver        "wacom"
   Identifier    "pad"
   Option        "Device"        "/dev/input/wacom"   # USB ONLY
   Option        "Type"          "pad"
   Option        "USB"           "on"                  # USB ONLY
EndSection

#------------------

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
#------------------
     InputDevice    "stylus"    "SendCoreEvents"
     InputDevice    "eraser"    "SendCoreEvents"
     InputDevice    "cursor"    "SendCoreEvents"
     InputDevice    "pad"       "SendCoreEvents"

#------------------
EndSection


Any help is appreciated.

Jim

BTW I like Steffen's idea of a click and drag to scroll.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to