| Author |
Message |
Topic: Yet Another CountDown Script |
Bytales
Replies: 8
Views: 5181
|
Forum: Scripts & Functions Posted: Wed Sep 23, 2009 3:45 pm Subject: Yet Another CountDown Script |
I like the way you made it. However i need a timer to count forward.
Say a start it now, and it counts the seconds minutes hours days, that have passed.
Further more, and this is the most important ... |
Topic: Type the time |
Bytales
Replies: 3
Views: 235
|
Forum: Ask for Help Posted: Mon May 04, 2009 11:28 am Subject: Type the time |
How can i make the program typewhich program?
autohotkey |
Topic: Type the time |
Bytales
Replies: 3
Views: 235
|
Forum: Ask for Help Posted: Mon May 04, 2009 11:08 am Subject: Type the time |
I need to type the time. The time is taken with the following script:
FormatTime, TimeString,, Time
The variable TimeString contains the time
The time is stored like this:
1:20 AM or 3:45 PM
... |
Topic: Double Mouse |
Bytales
Replies: 12
Views: 735
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 10:48 am Subject: Double Mouse |
what do you mean by a windowed game?
do you mean like an online game? or another computer game? because it should still work with any window.
Yah, an online game.....  |
Topic: Double Mouse |
Bytales
Replies: 12
Views: 735
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 2:49 am Subject: Double Mouse |
| Yap, it works with a normal window, such as mozzila firefox, however, it does not work with a windowed game. Bad luck i guess .... |
Topic: Double Mouse |
Bytales
Replies: 12
Views: 735
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 12:02 am Subject: Double Mouse |
if you want it to click on an inactive window you can use control click
ControlClick, x100 y150, Title of Window
you can get the x and y coordinates with window spy. and obviously you get the ... |
Topic: Double Mouse |
Bytales
Replies: 12
Views: 735
|
Forum: Ask for Help Posted: Sat Nov 22, 2008 1:51 pm Subject: Double Mouse |
Basicaly what i want to do is send mouse click to different coordoates of a window without activating it, while i can use my mouse normaly. Is this even possible ?
ControlClick
--------------- ... |
Topic: Double Mouse |
Bytales
Replies: 12
Views: 735
|
Forum: Ask for Help Posted: Sat Nov 22, 2008 12:52 pm Subject: Double Mouse |
If a mouse is clicking, why not use ControlClick in parallel to your standard click? Check the AHK manual to get enlighted. Good luck
Let me get this straigth... ControlClick can "emulate&qu ... |
Topic: Double Mouse |
Bytales
Replies: 12
Views: 735
|
Forum: Ask for Help Posted: Sat Nov 22, 2008 11:08 am Subject: Double Mouse |
Is there a way to make 2 mouse cursors on the screen, ?
For instance one does what hot key tell it too, and the other is at my mouse command ! |
Topic: Executing commands in a given time interval |
Bytales
Replies: 4
Views: 446
|
Forum: Ask for Help Posted: Mon Sep 22, 2008 3:29 pm Subject: Executing commands in a given time interval |
alreadyRan = 0, what is this ?
and what is this
I don't understand that If at all, i do understand that the "run command" is between {}
but what are those:
(A_Now > A_Year A_ ... |
Topic: Executing commands in a given time interval |
Bytales
Replies: 4
Views: 446
|
Forum: Ask for Help Posted: Mon Sep 22, 2008 1:42 pm Subject: Executing commands in a given time interval |
How can i execute a certain command if the time is say, between 14:35 and 14:55 ?
If time is betwen 14:35 and 14:55 (taken from windows or from other place, i don't know) ... >
Click there. |
Topic: Lock keyboard: Unblock BlockInput ON with the press of a key |
Bytales
Replies: 9
Views: 703
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 9:07 pm Subject: Lock keyboard: Unblock BlockInput ON with the press of a key |
No matter what, Nothing in AHK can block Ctrl+Alt+Del.
Input blocking is automatically and momentarily disabled whenever an ALT event is sent (then re-enabled afterward).
What exactly is an alt ... |
Topic: Lock keyboard: Unblock BlockInput ON with the press of a key |
Bytales
Replies: 9
Views: 703
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 8:16 pm Subject: Lock keyboard: Unblock BlockInput ON with the press of a key |
^B::BlockInput ON ; blocking input
^R::BlockInput OFF ;releasing input !
I wonder, will control-R work, or it too will be blocked. If a script is blocking all input, is there a ... |
Topic: Sending keystrokes to multiple windows without ControlSend |
Bytales
Replies: 6
Views: 2525
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 7:38 pm Subject: Sending keystrokes to multiple windows without ControlSend |
Perhaps, if win active (window 1 - specifi ahk-class), make it active, send the click
then if win active 2, make it active, send the click
Thats exactly what the last script in my original post is ... |
Topic: 2 x Star Wars Galaxies |
Bytales
Replies: 8
Views: 635
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 7:34 pm Subject: 2 x Star Wars Galaxies |
If win Exist, (window 1) by ahk class, make it active, send the click.
Try making active the window you want to click before each click ! |
| |