On Sun, Aug 10, 2003 at 10:56:30AM +0200, Remko Troncon wrote:
> > Would be easier to have a keyboard shortcut to retract/contract the panel
> > than having to move my mouse and click.
>
> That isn't possible yet. I'm also interested in this feature, and was
> planning to implement it one day if nobody else had yet, but i didn't have
> any time so far.
I think the following will do what you want, but you will need to
modify it to suit your needs...
have fun...
DestroyFunc SeeFunc
AddToFunc SeeFunc
+ I All ($0) Raise
+ I All ($0) AnimatedMove +0 +0
DestroyFunc HideFunc
AddToFunc HideFunc
+ I All ($0) Lower
+ I All ($0) AnimatedMove -100 -100
DestroyFunc SeeHideFunc
AddToFunc SeeHideFunc
+ I All ($0 "!Sticky") HideFunc $0
+ I All ($0 "Sticky") SeeFunc $0
+ I All ($0) Stick
key f12 A A SeeHideFunc xclock
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Aug 10 2003 - 05:01:21 BST