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: Mouse Clicks
Tilex

Replies: 11
Views: 588

PostForum: Ask for Help   Posted: Sun Sep 19, 2010 12:17 pm   Subject: Mouse Clicks
ahh.. here we have the syntax:

MouseClick [, WhichButton , X, Y, ClickCount, Speed, D|U, R]

f.e.:

MouseClick, left, 300, 450, 2 ;doubleclick on 300/450
  Topic: Mouse Clicks
Tilex

Replies: 11
Views: 588

PostForum: Ask for Help   Posted: Sun Sep 19, 2010 12:15 pm   Subject: Mouse Clicks
after the keyword "loop" you have to specify a number, how often the loop has to repeat the code.

the sleep command works with milliseconds.
Sleep, 5 means 5 milliseconds.
if you want t ...
  Topic: [solved]send doesn't work with win-key (windows7)
Tilex

Replies: 2
Views: 335

PostForum: Ask for Help   Posted: Sun Sep 19, 2010 12:07 pm   Subject: [solved]send doesn't work with win-key (windows7)
thank you very much.
that serves my needs Wink

I see key-down and key-up on my Win7 PC. Perhaps your keyboard hook is mistaken.

with that code I only see a key-down event, but not key-up:
Send, ...
  Topic: [solved]send doesn't work with win-key (windows7)
Tilex

Replies: 2
Views: 335

PostForum: Ask for Help   Posted: Sat Sep 18, 2010 6:58 pm   Subject: [solved]send doesn't work with win-key (windows7)
Hi there.
I have the following code to lock my workstation with a custom key:

SC112::
{
;Lock Workstation
Send, #l
return
}

it just sends windows key and "L" ...
  Topic: Add ToolTips to controls.
Tilex

Replies: 35
Views: 8035

PostForum: Scripts & Functions   Posted: Mon Jun 01, 2009 8:05 pm   Subject: Add ToolTips to controls.
first to say: thanks for that feature Smile

but I have one problem:
I want to set a tooltip for an edit-box, which is disabled.
How do I do that? It only shows the tooltip, when it is enabled again. ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group