AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Shutdown
CyberSlug

Replies: 18
Views: 3902

PostForum: 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 Cool
  Topic: invoking an icon by its name
CyberSlug

Replies: 3
Views: 1359

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group