On Thursday 08 April 2010, Tom Hacohen wrote:
> On Thu, Apr 8, 2010 at 8:44 AM, Gerhard Rieger
> 
> <[email protected]>wrote:
> > My daughter tried to play minesweeper from the AceOfPenguins package -
> > and needed a way to mark mines. So here is our question: how to send a
> > right or middle mouse button click to an application?
> 
> Unfortunately, no such way yet, we need to figure a smart way to do it, and
> then add it to driver/userspace (depends on the solution).

I think the literki keyboard app can do middle and right clicks, but has to be 
used with illume2 because of a bug in illume. I've not tried it though.

libgtkstylus may be able to do it gor gtk apps, but I never got it to work 
myself.

It's easy enough to remap the pointer to right click with:
        xinput set-button-map "Touchscreen" 3 2 1 4 5
I suggest you don't try this in the terminal as you'll then be able to do very 
little, since most things don't respond to right clicks (the battery shelf 
gadget being an exception!). One option would be a shelf gadget to set the 
pointer to left, middle or right clicks, or to toggle between them.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to