| Author |
Message |
Topic: Hotstring question |
wolive
Replies: 5
Views: 479
|
Forum: Ask for Help Posted: Mon Nov 28, 2005 7:18 am Subject: Hotstring question |
| Thanks Laszlo. It's just what thye doctor ordered. |
Topic: Hotstring question |
wolive
Replies: 5
Views: 479
|
Forum: Ask for Help Posted: Wed Nov 23, 2005 9:21 pm Subject: Hotstring question |
Is it possible to create a single line hotstring using the following example:
::btw{NumpadEnter}::by the way |
Topic: Wildcard support |
wolive
Replies: 2
Views: 387
|
Forum: Ask for Help Posted: Tue Jul 26, 2005 9:54 pm Subject: Wildcard support |
Is it possible to parse a file or variable searching for a specific string using a wildcard, ie: * or ?
I've searched the forum but can't find any info and the planned features list does not mention ... |
Topic: Drag & Drop |
wolive
Replies: 3
Views: 374
|
Forum: Ask for Help Posted: Sun Mar 27, 2005 8:21 am Subject: Drag & Drop |
| Thanks. It's exactly what I was looking for. |
Topic: Drag & Drop |
wolive
Replies: 3
Views: 374
|
Forum: Ask for Help Posted: Sat Mar 26, 2005 7:50 am Subject: Drag & Drop |
| I would like to create a hotkey that enables and disables drag and drop on the desktop. I share my PC with my kids and they generally re-position my icons on the desktop. Any idea how I can detect if ... |
Topic: Mouse Orientation |
wolive
Replies: 1
Views: 574
|
Forum: Wish List Posted: Tue Mar 22, 2005 8:13 am Subject: Mouse Orientation |
Is it possible to include a feature that enables a mouse to become left hand or right hand orientated using a hotkey. I use the following code snippet in an au3 script, but will prefer to use ahk. ... |
Topic: Relacing current running script |
wolive
Replies: 2
Views: 259
|
Forum: Ask for Help Posted: Mon Mar 21, 2005 9:27 pm Subject: Relacing current running script |
Thanks for the quick response. It works as described by you.
 |
Topic: Relacing current running script |
wolive
Replies: 2
Views: 259
|
Forum: Ask for Help Posted: Mon Mar 21, 2005 8:04 pm Subject: Relacing current running script |
| Is it possible to toggle between two scripts using a hotkey. For example, when I press a specific hotkey I would like the current running script to unload and an alternative script to load. Once I'm d ... |
Topic: Duplicate lines in a file |
wolive
Replies: 3
Views: 366
|
Forum: Ask for Help Posted: Tue Dec 07, 2004 7:41 am Subject: Duplicate lines in a file |
Hi,
I have a text file that contains duplicate lines. Since "Loop, read, C:\File.txt" reads only one line at a time and places the contents into the variable A_LoopReadLine, I can't compare it to ... |
Topic: Input Question |
wolive
Replies: 2
Views: 298
|
Forum: Ask for Help Posted: Thu Nov 18, 2004 7:43 am Subject: Input Question |
When using Input, Non-character keys are not stored. Is it not possible to include the function keys for use as required below.
Thanks
CTRL::
Input, lh_str, L1 T1
If lh_str = e
... |
Topic: if Var contains MatchList |
wolive
Replies: 6
Views: 394
|
Forum: Ask for Help Posted: Thu Nov 18, 2004 7:36 am Subject: if Var contains MatchList |
| Thanks for the help. The original behavior I was after was indeed based on OR. If an AND behaviour was available as described by Nemroth I definately would use it particularly when using it in scripts ... |
Topic: if Var contains MatchList |
wolive
Replies: 6
Views: 394
|
Forum: Ask for Help Posted: Mon Nov 15, 2004 10:39 am Subject: if Var contains MatchList |
How can I use (if possible) the "if Var contains MatchList" statements to reduce the following code snippet:
IfEqual, lh_Str2, X0002
Continue
IfEqual, lh_Str2, X0003
Continue
IfEqual, lh_ ... |
Topic: Selected Text |
wolive
Replies: 2
Views: 460
|
Forum: Ask for Help Posted: Sun Sep 26, 2004 8:50 am Subject: Thanks Chris |
| Much Appreciated. |
Topic: Selected Text |
wolive
Replies: 2
Views: 460
|
Forum: Ask for Help Posted: Sat Sep 25, 2004 8:57 pm Subject: Selected Text |
Hi,
I would like to process selected text using a hotkey. Is there any way to read selected text without first copying it to the clipboard. A typical example would be to select some text and press ... |
Topic: Unattended Installation |
wolive
Replies: 1
Views: 326
|
Forum: Ask for Help Posted: Tue Sep 14, 2004 5:01 pm Subject: Unattended Installation |
Hi Chris,
I would like to automate the installation of AHK without user intervention. Are there any command line parameters to do this or if not possibly provide manual installation instructions. T ... |
| |