Hi there,

On Tue, 18 Mar 2003, coerver wrote:

> 
> Can anyone point me on how to do key bindings with dolaris 5.8..I want
> alt-tab behavior, 

DestroyFunc FocusRaise
AddToFunc FocusRaise I Raise
+ I Focus
+ I Iconify off

Key Tab A 4 Prev ("CurrentPage" "!Iconic") FocusRaise

or

Key Tab A M Prev ("CurrentPage" "!Iconic") FocusRaise

You may exchange "CurrentPage" with "CurrentDesk", and
remove "!Iconic". I you don't want to circle through the
windows you may want to use "windowlist" to get all windows
displayed.

> switch desk behavior 

(Alt|Meta)-(left|right)

Key     Left    A      M      GotoDesk -1 0 2
Key     Right   A      M      GotoDesk +1 0 2

or

Key     Left    A      4      GotoDesk -1 0 2
Key     Right   A      4      GotoDesk +1 0 2
                                            ^
Note: You may have more desks than 3 

> and some key combo that will let me open a session to one
> of the 300 hosts I need access to.
         ^^^
Do you want to have 300 different key bindings?

Otherwise open a xterm and start ssh by hand:

Key x A SM Exec xterm

or 

Key x A S4 Exec xterm

Regards, Uwe
-- 
Uwe Pross
mailto:[EMAIL PROTECTED]
http://www.tu-chemnitz.de/~uwp
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to