| Author |
Message |
Topic: send requires me to hover the mouse over the active windows? |
rejetto
Replies: 5
Views: 153
|
Forum: Ask for Help Posted: Sun May 11, 2008 7:07 pm Subject: send requires me to hover the mouse over the active windows? |
thank you
Now I tried both
#a::ControlSend, MozillaWindowClass5, {RButton down}{WheelDown}{RButton up}, A
and by removing the ending ", A&q ... |
Topic: send requires me to hover the mouse over the active windows? |
rejetto
Replies: 5
Views: 153
|
Forum: Ask for Help Posted: Sat May 10, 2008 7:51 pm Subject: send requires me to hover the mouse over the active windows? |
that was quite obvious,
but I am able to miss even such things!
thank you ZG, i'll try that |
Topic: send requires me to hover the mouse over the active windows? |
rejetto
Replies: 5
Views: 153
|
Forum: Ask for Help Posted: Sat May 10, 2008 10:40 am Subject: send requires me to hover the mouse over the active windows? |
hello
i'm trying to send this simple sequence* to firefox2.
#q::
IfWinActive ahk_class MozillaUIWindowClass
Send {RButton down}{WheelUp}{RButton up& ... |
Topic: command line parameter not working with DllCall |
rejetto
Replies: 6
Views: 166
|
Forum: Ask for Help Posted: Mon May 05, 2008 10:41 am Subject: command line parameter not working with DllCall |
That solved my problem, thank you!
I post here the solution for those with my same problem and hitting this thread while searching
a = %1%
DllCall("SystemParametersInfo", Int,11 ... |
Topic: command line parameter not working with DllCall |
rejetto
Replies: 6
Views: 166
|
Forum: Ask for Help Posted: Mon May 05, 2008 12:37 am Subject: command line parameter not working with DllCall |
hello, i discovered this wonderful tool some minutes ago, and i'd like to start with a big "thank you" for it.
I hope my request is not annoying, i searched for an existing solution b ... |
| |