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 8 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Sat Mar 08, 2008 3:17 am   Subject: [Help] Im new
What is the program that you are trying to implement this on?

Certain applications do not like certain types of input. Some applications will ignore AHK almost completely.

Another thing that is ...
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Sat Mar 08, 2008 1:38 am   Subject: [Help] Im new

Loop, 10 ;runs 10 cycles
{
sleep 2000 ;waits for 2 seconds
sendplay {F9}
sleep 2000 ;waits for 2 seconds
sendplay {enter}
}


does this not wo ...
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Fri Mar 07, 2008 3:01 pm   Subject: [Help] Im new
show the code that you currently have and people can help ... without your code nobody knows exactly what your talking about.

If above is all you have then its gonna hit those buttons 5 bizzillion ...
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Fri Mar 07, 2008 2:13 pm   Subject: [Help] Im new
look up send modes and try the sendplay command and just play with a few different combinations you'll get it Smile
some example will be good ^^

i think there's something wrong with my script..

Lo ...
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Fri Mar 07, 2008 2:46 am   Subject: [Help] Im new
@Bobo

I think you forgot to exit script when done



SoundSetWaveVolume, 100
Loop, 1000
Soundbeep
Send, #r Done
Shutdown, 6

i can read guys.. >.>
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Fri Mar 07, 2008 2:45 am   Subject: [Help] Im new
lol you guys are mean as snakes lol .......

the code to hit f9 hit Enter and repeat is:


Loop, ; add a number after the comma to tell it how many
{ ; otherwise its infinite
send &# ...
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Thu Mar 06, 2008 3:31 pm   Subject: [Help] Im new
Loop and Send are the commands you need to lookup.
any example pls?
  Topic: [Help] Im new
spunky

Replies: 25
Views: 573

PostForum: Ask for Help   Posted: Thu Mar 06, 2008 12:08 pm   Subject: [Help] Im new
can any1 please make me a script/tell how to do..
auto press button F9 then Enter.. and it's always repeating will be good..
Very Happy

thx..
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group