Hotkey Show / Hide All Thread last updated on 2004-02-28 20:40:14

Posted by member 127862 on 2004-02-27 15:03:20

I'm a noob to all of this, but I noticed that there wasn't a hot key to Show / Hide desktop icons and the taskbar. So, I came up with this as an easy add-in to the hotkey config. file:

*Hotkey WIN H !execute [!DisableBar] [!DisableDesktopIconsDF] [!Recycle]
*Hotkey WIN S !execute [!EnableBar] [!EnableDesktopIconsDF] [!Recycle]

It's kind of annoying to have to click a bunch of different things to turn off the desktop icons and taskbar before gaming. So, this makes everything a little quicker.

Ken

Posted by member 1 on 2004-02-27 19:06:30 link

shouldn't need the recycle in there and you should be able to do it with one hotkey. *Hotkey Win H !ToggleAllModules

Posted by member 127862 on 2004-02-28 18:35:35 link

Cool, thanks.

I tried the code you put up, but it didn't work. Any suggestions why?

Posted by member 37809 on 2004-02-28 20:19:53 link

it's !ToggleModules

Posted by member 1 on 2004-02-28 20:40:14 link

it didn't work because I was half asleep at the time?