Difference between revisions of "ISKernel:WindowTaskbar (Command)"
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
+ | WindowTaskbar off|on [tooltip] | ||
− | == | + | == Forms == |
+ | *WindowTaskbar off - removes the taskbar icon | ||
+ | *WindowTaskbar on - adds an icon to windows taskbar with the same icon as the games. when the session is minimized it will minimize to system tray, bring it back up by clicking on the icon in the taskbar | ||
+ | *Windowstaskbar on [tooltip] - same as above, only you can customize the tooltip when hovering mouse over the icon in the taskbar | ||
== Examples == | == Examples == | ||
+ | ===Add session to windows taskbar=== | ||
+ | *WindowTaskbar on | ||
+ | ===Add session to windows taskbar with a tooltip=== | ||
+ | *WindowTaskbar on "Captain Monkeypants" | ||
+ | ===Remove a session from windows taskbar=== | ||
+ | *Windowtaskbar off | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
+ | *[[IS:Kernel#Commands|Kernel Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Kernel]] | ||
+ | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:29, 19 October 2005
Contents
Syntax
WindowTaskbar off|on [tooltip]
Forms
- WindowTaskbar off - removes the taskbar icon
- WindowTaskbar on - adds an icon to windows taskbar with the same icon as the games. when the session is minimized it will minimize to system tray, bring it back up by clicking on the icon in the taskbar
- Windowstaskbar on [tooltip] - same as above, only you can customize the tooltip when hovering mouse over the icon in the taskbar
Examples
Add session to windows taskbar
- WindowTaskbar on
Add session to windows taskbar with a tooltip
- WindowTaskbar on "Captain Monkeypants"
Remove a session from windows taskbar
- Windowtaskbar off
See Also