| Author |
Message |
Forum: Suggestions Topic: Shutdown |
| CyberSlug |
|
Posted: March 12th, 2004, 3:05 am
|
|
Replies: 18 Views: 4983
|
The 37KB file Wizmo provides standby, hibernate, logoff, reboot, and shutdown plus other stuff  |
|
 |
Forum: Support Topic: invoking an icon by its name |
| CyberSlug |
|
Posted: March 10th, 2004, 7:54 am
|
|
Replies: 3 Views: 2582
|
Can't you simply use the built-in WinMinimizeAll and WinMinimizeAllUndo functions?
Alternatively: Send, #d |
|
 |
Forum: Scripts Topic: Clipboard hotkey functions |
| CyberSlug |
|
Posted: March 8th, 2004, 8:29 am
|
|
Replies: 3 Views: 11686
|
| ; Useful Clipboard hokey additions ; 8 March 2004 - CyberSlug ; Append, Ctrl+Shift+C, adds newline plus selected text to clipboard. ^+c:: bak = %clipboard% Send, ^c clipboard = %bak%`r`n%clipboard% return ; Replace, Ctrl+Shift+V, swaps selected text with clipboard text. ^+v:: itemOne = %clipboard% ... |
|
 |
| Sort by: |