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 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Can you hotkey a doubleclick?
normel

Replies: 10
Views: 751

PostForum: Ask for Help   Posted: Fri May 27, 2005 7:19 pm   Subject: Can you hotkey a doubleclick?
In the immortal words of Roseanne Rosannadanna (God rest her soul) - "Never mind."
  Topic: Dectect MAC address
normel

Replies: 8
Views: 1646

PostForum: Ask for Help   Posted: Fri May 27, 2005 7:05 pm   Subject: Dectect MAC address
Here's a little code you can use. It creates a vbscript, then executes it. This assumes you have W2K or later that supports WMI.

ifExist,c:\wutemp\temp.vbs
filedelete,c:\wutemp\temp.v ...
  Topic: Can you hotkey a doubleclick?
normel

Replies: 10
Views: 751

PostForum: Ask for Help   Posted: Fri May 27, 2005 4:54 pm   Subject: here's one way
Try this out:

#i::Mouseclick,left,,,2

This will set the double mouse click to the Windows key + i. Replace the #i with whatever hotkey you want.
  Topic: Alt key does not work with Controlsend don't work
normel

Replies: 5
Views: 712

PostForum: Ask for Help   Posted: Fri May 20, 2005 1:12 pm   Subject: Alt key does not work with Controlsend don't work
FYI, I tried Chris' suggestion with using WinMenuSeletItem, and it works! Here is the code fragment:

WinMenuSelectItem,Untitled - Notepad, , File, Open

Best of all, it seems to work from a sche ...
  Topic: Alt key does not work with Controlsend don't work
normel

Replies: 5
Views: 712

PostForum: Ask for Help   Posted: Fri May 20, 2005 12:33 am   Subject: Alt key does not work with Controlsend don't work
I may be doing this incorrectly, but I've been trying to get Controlsend to work with the Alt key. I've tried all sorts of combinations, even the one listed in the documentation:

Controlsend,Edit1 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group