Re: bindings to move mouse cursor?
Radu Berinde <[email protected]> Tue, 24 Nov 2009 10:23:40 -0500
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks everyone, binding some keys to xev commands worked great! Radu 2009/11/24 Ole Jørgen Brønner <[email protected]>: > On Tue, 24 Nov 2009 01:32:44 +0100, Radu Berinde <[email protected]> > wrote: >> >> Hi! >> >> I have been searching a lot but no luck - is it possible to have some >> key bindings that move the mouse cursor (e.g. a given number of pixels >> in a given direction) ? >> >> I think that would be a very useful way to switch to the frame you >> want, just move the cursor until it's over that frame, should normally >> only take a couple of keystrokes. The ioncore.goto_next functions >> sometimes don't do exactly what you would want, depending on the >> splitting order and such. >> >> Thanks, >> Radu > > In what cases doesn't goto_next work? > > The two programs 'swarp' (or 'xte' as suggested) and 'xmousepos' should do > the trick. (you can find the exact distance needed by finding the current > frame's absolute coordinates) > >