2009/8/26 <hessi...@hessiess.com>: > I was wondering if it was possible to map keyboard buttons to move the > mouse cursor/ send mouse button events. For example, I was thinning of > having alt gr and the arrow buttons move the mouse cursor, and alt gr + > "z", "x" and "c" send left, middle, right mouse button events.
A plain X warping tool is here: http://tools.suckless.org/swarp A more sophisticated one is: http://www.semicomplete.com/projects/xdotool/ You can bind such commands to keys and do exactly what you require. Kind regards, Anselm