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 16 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Can hotkeys be made "aware?"
wallywalters

Replies: 7
Views: 194

PostForum: Ask for Help   Posted: Fri Mar 07, 2008 1:44 am   Subject: Can hotkeys be made "aware?"
How about that: I've used #IfWinActive before, but wasn't aware it could be used for branching. Thanks!
  Topic: Can hotkeys be made "aware?"
wallywalters

Replies: 7
Views: 194

PostForum: Ask for Help   Posted: Thu Mar 06, 2008 11:48 pm   Subject: Can hotkeys be made "aware?"
Can hotkeys be written in such a way that they do one thing in one program and something else in another?

For example, how would I program, say, F11 to type "Hi Mom!" in Notepad but " ...
  Topic: Quick AutoScriptWriter question
wallywalters

Replies: 2
Views: 225

PostForum: Ask for Help   Posted: Fri Jul 27, 2007 2:51 am   Subject: Quick AutoScriptWriter question
Is there any way to make AutoScriptWriter measure MouseClick from the right edge of the active window? Thanks.
  Topic: Bonehead question
wallywalters

Replies: 3
Views: 215

PostForum: Ask for Help   Posted: Fri Apr 06, 2007 4:48 am   Subject: Bonehead question
I'm using 1.0.42.03.

Thanks for the sample. It works fine when I copied your code, but didn't when I typed it, so clearly I introduced a typo, though I can't for the life of me seem to track it do ...
  Topic: Bonehead question
wallywalters

Replies: 3
Views: 215

PostForum: Ask for Help   Posted: Fri Apr 06, 2007 2:07 am   Subject: Bonehead question
How do I get the StringReplace command to replace some text -- say, the word "kumquat" -- with some new text containing the plus sign, like [+], for example?

This command "StringRepl ...
  Topic: Thorny double keypress problem
wallywalters

Replies: 2
Views: 191

PostForum: Ask for Help   Posted: Sat Dec 23, 2006 3:48 am   Subject: Thorny double keypress problem
Having a little trouble writing some double-keypress code, and hope someone can help me out..

I want a script that, for the next 500 ms after someone presses F12, will type the word "green&quo ...
  Topic: A double click hotkey
wallywalters

Replies: 21
Views: 2044

PostForum: Ask for Help   Posted: Sat Nov 11, 2006 7:21 am   Subject: A double click hotkey
Just curious: What's the advantage to handling this using A_PriorHotkey vs. KeyWait, as below?

; Method #2
; ---------
F10::
KeyWait, F10
KeyWait, F10, D, T0.10
If ErrorLevel = 1
MsgBox Si ...
  Topic: A double click hotkey
wallywalters

Replies: 21
Views: 2044

PostForum: Ask for Help   Posted: Sat Nov 11, 2006 2:52 am   Subject: A double click hotkey
I don't believe it. I just logged in intending to post this very question.

You guys are the greatest!
  Topic: Can the clipboard variable not hold the # sign?
wallywalters

Replies: 6
Views: 250

PostForum: Ask for Help   Posted: Thu Nov 09, 2006 3:22 am   Subject: Can the clipboard variable not hold the # sign?
That was my lesson for today. Thanks, guys.
  Topic: Can the clipboard variable not hold the # sign?
wallywalters

Replies: 6
Views: 250

PostForum: Ask for Help   Posted: Thu Nov 09, 2006 2:58 am   Subject: Can the clipboard variable not hold the # sign?
Actually I see now that this may be a problem with the SplitPath command instead of the clipboard, because writing some test code (below) with no use of the clipboard produces the same result. Still, ...
  Topic: Can the clipboard variable not hold the # sign?
wallywalters

Replies: 6
Views: 250

PostForum: Ask for Help   Posted: Thu Nov 09, 2006 12:03 am   Subject: Can the clipboard variable not hold the # sign?
Whenever the Windows clipboard has a string containing the number (#) sign, calling the AHK clipboard variable returns the string without it.

For example, entering the phrase "train #2" ...
  Topic: How to make parsing loops work from back to front?
wallywalters

Replies: 4
Views: 255

PostForum: Ask for Help   Posted: Mon Nov 06, 2006 4:33 pm   Subject: How to make parsing loops work from back to front?
Thanks. I still don't understrand Regex, so I wouldn't have been able to come up with that on my own. It woorked exactly as desired.

(Still, I was hoping there was a way loop parsing would let me ...
  Topic: How to make parsing loops work from back to front?
wallywalters

Replies: 4
Views: 255

PostForum: Ask for Help   Posted: Mon Nov 06, 2006 4:00 pm   Subject: How to make parsing loops work from back to front?
I have a series of sentences I'd like to be able to examine in reverse order. That is, the last word of each sentence is the one I want AHK to evaluate first.

Is there a switch or anything in pars ...
  Topic: Command to determine whether any files are selected?
wallywalters

Replies: 4
Views: 228

PostForum: Ask for Help   Posted: Mon Nov 06, 2006 3:53 pm   Subject: Command to determine whether any files are selected?
Even better. Thanks again.
  Topic: Command to determine whether any files are selected?
wallywalters

Replies: 4
Views: 228

PostForum: Ask for Help   Posted: Mon Nov 06, 2006 6:13 am   Subject: Command to determine whether any files are selected?
Brilliant! Thank you very much.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group