On Fri, Jul 07, 2000 at 07:56:32PM -0400, Chris Grossmann wrote:
> This may be a naive solution, and maybe I missed some of the
> thread already..
> 
> Couldn't we bind keys to mouse actions?  I think fvwm used
> to do this.. alt-right arrow moved the mouse ten pixels to
> the right, alt-shift-tab is a left mouse click, etc.
> 
> Would this solve the menu problem, and be easy to implement?
> 

It wouldn't be too complicated. You can use XWarpPointer to move
the mouse relative to its current position, and XSendEvent to send
button events to the window currently under the pointer. Would be
fairly straightforward to code.

Whether this would solve the menu problem for folks, I don't know.

Jeff Raven

Reply via email to