Posted by member 7223 on 2003-04-06 10:52:30 link

Don't know Simplicity. So, I don't really know what you want to do with the WIN key. But...

- You always need another key (not only WIN, TAB, or whatever key) to make hotkeys works.
- Since !MinimizeWindows doesn't seem to work with lastest Indiestep builds, you have to use Tasks.dll as your tasks manager. So, !TasksMinimize will minimize all windows.
- The problem with !TasksMinimize is that all windows (on every desktops) will be minimized. To avoid this, you have to use !VWMToggleHideTask
- Finally, somthing like this could help you:

*HotKey WIN D !Execute [!VWMToggleHideTask][!Pause 250][!TasksMinimize][!Pause 250][!VWMToggleHideTask]