AutoHotkey Community

It is currently May 23rd, 2012, 6:18 am

All times are UTC [ DST ]


Search found 15 matches
Search these results:

Author Message

 Forum: Support   Topic: Send keypress command?

Posted: January 18th, 2012, 11:22 am 

Replies: 3
Views: 116


I think your right. And yes I ment KVM Switch. My bad :P
Its a colleague of mine who wonders. I told him that its problably the signal sent from the keyklick itself that makes the KVM switch react not the function the key does. So your probably correkt.

 Forum: Support   Topic: Send keypress command?

 Post subject: Send keypress command?
Posted: January 18th, 2012, 8:42 am 

Replies: 3
Views: 116


Hello, Im working at a support company where we use a KWM switch to change from computer to computer. This KWM switch reacts from a keyboard-keydown on ScrollLock doubletap. I tried to make a script about like this: SetKeyDelay, 100,100 MButton:: Send {ScrollLock} Send {ScrollLock ...

 Forum: Support   Topic: #Include with wildcards

Posted: August 15th, 2011, 2:16 pm 

Replies: 4
Views: 117


Yea I said that I understood that after reading the helpfile.
What I was asking is if there is any way to make a "workaround" for that using other code?

 Forum: Support   Topic: #Include with wildcards

 Post subject: #Include with wildcards
Posted: August 15th, 2011, 12:24 pm 

Replies: 4
Views: 117


Hey again all. This time id like some help with wildcards for #Include. I read the help file and couldnt find how to use #Include with wildcards. However I write the code it takes the * as a actualy character not as a wildcard. ex: #Include C:\MyScripts\*.ahk This might be a problem due to there bee...

 Forum: Support   Topic: How do I use wildcards in this script?

Posted: August 15th, 2011, 12:12 pm 

Replies: 9
Views: 281


Yes I could do that but that might effect pages I do not want to close.
But its all fine!

Thx for all great answers! :)

 Forum: Support   Topic: How do I use wildcards in this script?

Posted: August 10th, 2011, 6:00 am 

Replies: 9
Views: 281


Hey,

It didnt work for the Pics list but it works for all videos since they are linked to youtube (mostly or allways?).

Ill use this code for now. thx

 Forum: Support   Topic: How do I use wildcards in this script?

Posted: August 9th, 2011, 8:15 pm 

Replies: 9
Views: 281


Did you actualy try this code? I copy pasted that exact code into a new testscript and it wont close the tab. IfWinExist doesnt work for me at all. Neither with YouTube nor Reddit :( Ill try solve this by reading up more on my own I guess. If anyone find a solution that they tested and got to work f...

 Forum: Support   Topic: How do I use wildcards in this script?

Posted: August 9th, 2011, 3:04 pm 

Replies: 9
Views: 281


Thanks! Worked like a charm but now I got a new problem. For ex. The homepage: http://www.reddit.com/r/pics/ Has: >>>>>>>>>>( Window Title & Class )<<<<<<<<<<< Post a reply - Windows Internet Explorer >>>>( TitleMatchMode=slow Visible Text )<<<< http://www.reddit.com/r/pics/ So i...

 Forum: Support   Topic: How do I use wildcards in this script?

Posted: August 9th, 2011, 1:48 pm 

Replies: 9
Views: 281


Hey all. Im making a prankscript for a colleague of mine who spends way to much time on youtube during workhours so id like some help (if you are willing) with this code. ::Code:: While true { if winactive("YouTube") send ^w sleep 100 } return Lets say the windows name do...

 Forum: Support   Topic: ImageSearch

Posted: June 27th, 2011, 12:59 pm 

Replies: 11
Views: 2186


skyd1v3r: This shouldnt matter. If you put 600,600,10000000,10000000 the 2nd number shouldnt matter since the first thing the ImageSearch does is find the picture @ 600,600 So even if you want to do it 599,599,601,601 (if this doesnt work) you could just aswell do 600,600,A_ScreenWidth,A_ScreenHight...

 Forum: Support   Topic: Imagesearch or MouseClick dualscreen

Posted: June 23rd, 2011, 9:57 am 

Replies: 5
Views: 112


Ive got the coordmode pixel to work but I have still not tested it on a computer with dualscreens.

(Typing this if someone else has this problem in the future.)

 Forum: Support   Topic: Imagesearch or MouseClick dualscreen

Posted: June 23rd, 2011, 9:44 am 

Replies: 5
Views: 112


I just noticed something.


The code:

CoordMode Pixel

Maybe this can help?
Anyone know how to use this best?
Got any code examples?

 Forum: Support   Topic: Imagesearch or MouseClick dualscreen

Posted: June 23rd, 2011, 9:37 am 

Replies: 5
Views: 112


This is how I had to change the code since the ImageSearch or MouseClick didnt work. Anyone know how it can be changed? CFC(Area, Summary, x, Prio) { SetKeyDelay 30, 40 Sleep 300 Loop, 4 { send {tab} sleep 150 } send {up} sleep 100 send {down} sleep 50 send !n (More code here but not nessesary for t...

 Forum: Support   Topic: Imagesearch or MouseClick dualscreen

Posted: June 23rd, 2011, 9:36 am 

Replies: 5
Views: 112


This is my script that works on 1 screen: CFC(Area, Summary, x, Prio) { SetKeyDelay 30, 40 Sleep 300 WinActivate, Last Found Window Sleep 300 ImageSearch, TypeX, TypeY, 383, 849, 870, 1070, Type.bmp Sleep 100 MouseClick, left, TypeX+20, TypeY+30, 1 Sleep 200 MouseClick, left, TypeX+20, TypeY+60, 1 s...

 Forum: Support   Topic: Imagesearch or MouseClick dualscreen

Posted: June 23rd, 2011, 8:53 am 

Replies: 5
Views: 112


Hello, I work at a callcenter where we logg tickets about computer problems. I myself only got 1 screen so my script for logging the tickets works perfect. However a colleague of mine got 2 screens and he uses the ticket system in his 2ndary screen. Now I want the imagesearch to search in the 2nd sc...
Sort by:  
Page 1 of 1 [ Search found 15 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group