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 37 matches
AutoHotkey Community Forum Index
Author Message
  Topic: CAPshift: Slow down and extend the caps lock key
Foo

Replies: 23
Views: 10180

PostForum: Scripts & Functions   Posted: Thu Nov 24, 2011 2:49 am   Subject: CAPshift: Slow down and extend the caps lock key
Thank you for sharing your efforts.
  Topic: can any1 help me...how can i display text inserted faster?
Foo

Replies: 7
Views: 283

PostForum: Ask for Help   Posted: Wed Nov 23, 2011 2:23 am   Subject: can any1 help me...how can i display text inserted faster?
Ugh, I was logged out. But ya, it's me trying to continue this further.
  Topic: Wait for Screen latency?
Foo

Replies: 10
Views: 305

PostForum: Ask for Help   Posted: Tue Nov 22, 2011 1:47 am   Subject: Wait for Screen latency?
Trying to check each cell for a particular color and/or text seems like it could be rather daunting.

Can you try using the SheetSelectionChange event to change the color of one cell back and forth ...
  Topic: ControlSend
Foo

Replies: 11
Views: 556

PostForum: Ask for Help   Posted: Tue Nov 22, 2011 1:32 am   Subject: ControlSend
Thank you CodeKiller for the explanations.
  Topic: can any1 help me...how can i display text inserted faster?
Foo

Replies: 7
Views: 283

PostForum: Ask for Help   Posted: Tue Nov 22, 2011 1:30 am   Subject: can any1 help me...how can i display text inserted faster?
F3::
SendInput %Clipboard%
Return

That's pretty sweet.
How do you insure that you are only grabbing text from the clipboard?
I tried:

clipVar = %Clipboard%


and then sending ...
  Topic: Webcam capture (WDM) with motion detection in AHK
Foo

Replies: 35
Views: 11124

PostForum: Scripts & Functions   Posted: Tue Nov 22, 2011 1:11 am   Subject: Webcam capture (WDM) with motion detection in AHK
Excellent idea. Thanks for the quick fix.
  Topic: ControlSend
Foo

Replies: 11
Views: 556

PostForum: Ask for Help   Posted: Mon Nov 21, 2011 2:21 am   Subject: Re: ControlSend
ControlSend, sends keys to a control, not a window.
Send (SendInput and SendPlay) sends keys to a window, not a control.


Window vs Control

What is a control? What constitutes as being a contr ...
  Topic: Command to Send any string as one event
Foo

Replies: 20
Views: 1818

PostForum: Wish List   Posted: Mon Nov 21, 2011 2:06 am   Subject: Command to Send any string as one event
try sending {control down} and then a small sleep before the v...

After looking up the info in these replies;
Control SetDelay will achieve this, correct?

I will only have to use Control SetDel ...
  Topic: Wait for Screen latency?
Foo

Replies: 10
Views: 305

PostForum: Ask for Help   Posted: Sun Nov 20, 2011 4:12 pm   Subject: Wait for Screen latency?
If you ever get this figured out, please let us know how. I would be very interested in trying to resolve some latency issues similar to yours.
  Topic: can any1 help me...how can i display text inserted faster?
Foo

Replies: 7
Views: 283

PostForum: Ask for Help   Posted: Sun Nov 20, 2011 4:10 pm   Subject: can any1 help me...how can i display text inserted faster?
You can use PasteF3::
Clipboard=Hello world`r`nWhy is this 'sending' so slow
Send ^v
Return
Or sendinput which is faster than regular send
F3::
SendInput Hello world
SendInpu ...
  Topic: Command to Send any string as one event
Foo

Replies: 20
Views: 1818

PostForum: Wish List   Posted: Sun Nov 20, 2011 3:32 pm   Subject: Command to Send any string as one event
I have searched for SendPaste as a result of this post and I can not find it in the documentation.

Is SendPaste a real autohotkey command?

EDIT: Nevermind, there isn't such a command. It appears ...
  Topic: CAPshift: Slow down and extend the caps lock key
Foo

Replies: 23
Views: 10180

PostForum: Scripts & Functions   Posted: Sun Nov 20, 2011 3:19 pm   Subject: CAPshift: Slow down and extend the caps lock key
Thank you all. This is soooo useful! KUDOS!
  Topic: Webcam capture (WDM) with motion detection in AHK
Foo

Replies: 35
Views: 11124

PostForum: Scripts & Functions   Posted: Sun Nov 20, 2011 3:03 pm   Subject: Re: without window
Thank you;
Very helpful.

Smile

Sorry for activating this thread again. How can i do the previous thing, without a window comming up? Is there any possibility? I know that it is something totally ...
  Topic: OCR.ahk - Library for recognizing text in images
Foo

Replies: 38
Views: 4269

PostForum: Scripts & Functions   Posted: Sun Nov 20, 2011 12:08 am   Subject: OCR.ahk - Library for recognizing text in images
Thank you for that explanation. I was able to capture text from an area of the screen exactly how I want to with that understanding.

I appreciate your help very much.

THanks again.
  Topic: [Basic] IP Helper - GUI to Release/Renew & Get External
Foo

Replies: 13
Views: 5680

PostForum: Scripts & Functions   Posted: Fri Nov 18, 2011 3:31 am   Subject: [Basic] IP Helper - GUI to Release/Renew & Get External
I just want to grab the ip and computer name.
The only problem is that I am getting 4 message box like prompts. The first one is perfect but then the next prompts are only giving labels.
I think it ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group