| Author |
Message |
Topic: Shutdown |
CyberSlug
Replies: 18
Views: 3902
|
Forum: Wish List Posted: Fri Mar 12, 2004 3:05 am Subject: Shutdown |
The 37KB file [url=http://grc.com/wizmo/wizmo.htm]Wizmo provides standby, hibernate, logoff, reboot, and shutdown plus other stuff  |
Topic: invoking an icon by its name |
CyberSlug
Replies: 3
Views: 1359
|
Forum: Ask for Help Posted: Wed Mar 10, 2004 7:54 am Subject: invoking an icon by its name |
Can't you simply use the built-in WinMinimizeAll and WinMinimizeAllUndo functions?
Alternatively: Send, #d |
Topic: Clipboard hotkey functions |
CyberSlug
Replies: 1
Views: 3685
|
Forum: Scripts & Functions Posted: Mon Mar 08, 2004 8:29 am Subject: Clipboard hotkey functions |
; Useful Clipboard hokey additions
; 8 March 2004 - CyberSlug
; Append, Ctrl+Shift+C, adds newline plus selected text to clipboard.
^+c::
bak = %clipboard%
Send, ^c
clipboar ... |
| |