Posted by member 39367 on 2003-06-19 12:29:27 link

This is the code for hideall and showall commands in the theme i use.
*Script bang !Hideall
*Script exec !ShortcutGroupHide 2
*Script exec !DwarfToggleShow 1
*Script exec !SystrayHide
*Script exec !taskshide
*Script exec !chronoshide
*script exec !geekamphide
*script exec !commandhide
*script exec !vwmHide
*script exec !RainmeterHide
*Script ~bang

*Script bang !Showall
*Script exec !ShortcutGroupShow 2
*Script exec !DwarfToggleShow 1
*Script exec !SystrayShow
*Script exec !tasksshow
*Script exec !chronosshow
*script exec !geekampshow
*script exec !commandshow
*script exec !vwmShow
*script exec !RainmeterShow
*Script ~bang

Here is the Things i have added to my hotkey.rc file so that i can do them during games.
*Hotkey Ctrl W !hideall
*Hotkey Ctrl+Alt W !showall
If you want to create hideall and showall it depends on which modules you use so different ones will have to be hidden.