On Wed, 28 Feb 1996, Stephen Riehm wrote:
> First thing to be said: I haven't actually used fvwm yet - so if this
> feature exists already - please be kind and simply tell me so - if
> not, maybe this is food for thought...
[snip]
> It would be REALLY nice to have a visually based warping function, so
> that you could jump to the "next window to the right" - or perhaps you
> could define a circular function, so you could warp in a clockwise or
> anti-clockwise direction.
There is a 'CursorMove' function. I have the following defined:
# press arrow + control key, and move the pointer by 1/3 of a page
Key Left A C CursorMove -33 +0
Key Right A C CursorMove +33 +0
Key Up A C CursorMove +0 -33
Key Down A C CursorMove +0 +33
The things we'll do to avoid reaching over to that mouse...
Laurie Kramer
laurie_at_gdb.org
http://info.gdb.org/~laurie
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Feb 28 1996 - 13:03:15 GMT