>>>>> On Mon, 29 Apr 1996 10:25:48 -0500, Dan Niles <dan_at_more.net>
>>>>> said:
Dan> The problem with changing Focus is then how do we cycle through
Dan> all windows? I do not think that it is possible to implement
Dan> the holding down a modifier key and repeatedly hitting a key
Dan> strategy in X. Am I wrong? I have not heard of anyone
Dan> implementing this.
I have the following in my .fvwm2rc and it works just dandy for
cycling through all windows. Of course, here we're talking about just
switching to the last window used, so this is a little different. But
nonetheless...
,-----
| # req focus-patch or >= 2.0.42
| AddToFunc GoThere "I" Iconify -1
| + "I" Focus 50 50
| # vi/less-like bindings...
| Key j A 3 Next [CurrentDesk] Function GoThere
| Key k A 3 Prev [CurrentDesk] Function GoThere
`-----
I would then do
,-----
| Key TAB A 3 Last [CurrentDesk] Function Gothere
`-----
regards,
kai
--
Gleep!
--
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 Mon Apr 29 1996 - 12:25:05 BST