| Author |
Message |
Topic: How to determine cursor position |
ribbet.1
Replies: 6
Views: 133
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 2:53 am Subject: How to determine cursor position |
| OK, little workaround, should work in my case, maybe not for others. In this instance, I search for a certain bit of text. When the text is found, it's highlighted. I can then use PixelSearch to fi ... |
Topic: How to determine cursor position |
ribbet.1
Replies: 6
Views: 133
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 10:46 pm Subject: How to determine cursor position |
Any suggestions for applications that don't work with A_CaretX and Y, such as Adobe Acrobat? Reports the same position no matter what. Many have tried, all have failed So for now the answer seems ... |
Topic: How to determine cursor position |
ribbet.1
Replies: 6
Views: 133
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 10:30 pm Subject: How to determine cursor position |
| A_CaretX and A_CaretY: The current X and Y coordinates of the caret (text insertion point). The coordinates are relative to the active window unless CoordMode is used to make them relative to the enti ... |
Topic: Wishing for a new page to the documentation |
ribbet.1
Replies: 4
Views: 254
|
Forum: Wish List Posted: Sat Mar 06, 2010 7:17 pm Subject: Wishing for a new page to the documentation |
| The documentation of Ahk is not aimed to learn programming and the language itself. Its more like dictionary. Thats why beginners have problems to learn, but pros know where they can find specific inf ... |
Topic: Wishing for a new page to the documentation |
ribbet.1
Replies: 4
Views: 254
|
Forum: Wish List Posted: Sat Mar 06, 2010 1:22 am Subject: Wishing for a new page to the documentation |
| Well I appreciate that HugoV. I'm still thinking of the many occasions I've found something that I've had to search a long time to learn about, but I can't remember any specific examples right now. ... |
Topic: Wishing for a new page to the documentation |
ribbet.1
Replies: 4
Views: 254
|
Forum: Wish List Posted: Fri Mar 05, 2010 9:40 pm Subject: Wishing for a new page to the documentation |
The AHK documentation has made good progress over the past couple years or so. I'm wishing for some on I guess some more advanced logical and math operations, which are a weak point for me.
For ... |
Topic: A simple clipboard stack/ kill ring, |
ribbet.1
Replies: 21
Views: 4767
|
Forum: Scripts & Functions Posted: Fri Mar 05, 2010 11:27 am Subject: Re: A simple clipboard stack/ kill ring, |
Note that this only works for pure text, as I found that I couldn't store multiple ClipboardAll (looks like ClipboardAll can only be stored as a pointer to a single Clipboard object? Is that r ... |
Topic: Autohotkey with preffered edition Dragon Naturally speaking |
ribbet.1
Replies: 33
Views: 7817
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 12:16 am Subject: Autohotkey with preffered edition Dragon Naturally speaking |
| There was always a slight delay in command execution for some unknown reason, so I would end up pressing hotkey for the command (I'm impatient) when I wasn't training Dragon, and then eventually I wou ... |
Topic: Autohotkey with preffered edition Dragon Naturally speaking |
ribbet.1
Replies: 33
Views: 7817
|
Forum: Scripts & Functions Posted: Sun Feb 21, 2010 11:56 pm Subject: Autohotkey with preffered edition Dragon Naturally speaking |
Well, I once heard MS's speech recognition engine is supposed to be as good as Dragon's. It's the front end that's the bugbear. I don't understand why it hasn't been further developed so far.
M ... |
Topic: How to capture footpedal input |
ribbet.1
Replies: 16
Views: 1527
|
Forum: Ask for Help Posted: Mon Feb 15, 2010 7:52 pm Subject: How to capture footpedal input |
hey guys
I have the "infinity" footpedal and I'm using pedable. but anyway, it doesn't react to my autohotkey script...
I know, you talked about it a long time ago, but maybe someone ... |
Topic: DragonPadČ |
ribbet.1
Replies: 18
Views: 4364
|
Forum: Scripts & Functions Posted: Sat Oct 17, 2009 3:15 am Subject: DragonPadČ |
| Bleach, ah, bleach. I was once a free radical myself until I got married, ba-da-boom. Reminds me of many fine renting experiences I had in the Washington DC area. I am on the nearly exact opposite ... |
Topic: DragonPadČ |
ribbet.1
Replies: 18
Views: 4364
|
Forum: Scripts & Functions Posted: Sat Oct 17, 2009 1:59 am Subject: DragonPadČ |
That really qualifies as a good excuse. And in fact I think I'll file that one for future use.
A lot of the best excuses are single-shot type, except the old "my child wasn't feeling well,& ... |
Topic: Best way to input text around selected text? |
ribbet.1
Replies: 5
Views: 604
|
Forum: Ask for Help Posted: Fri Oct 16, 2009 9:08 am Subject: Best way to input text around selected text? |
OpalMonkey, here is my solution to a similar problem. It may not be perfect yet but it's getting better.
http://www.autohotkey.com/forum/viewtopic.php?p=303487#303487 |
Topic: Yet another generic cliptext tool |
ribbet.1
Replies: 3
Views: 2181
|
Forum: Scripts & Functions Posted: Fri Oct 16, 2009 9:07 am Subject: Yet another generic cliptext tool |
OK, revised yet again. I didn't originally bother to make it copy characters that need escape. So here it is again, with a few improvements.
#NoEnv
SendMode Input
SetTimer,GetActiveWindow, ... |
Topic: Can you help me escape? |
ribbet.1
Replies: 2
Views: 152
|
Forum: Ask for Help Posted: Fri Oct 16, 2009 8:50 am Subject: Can you help me escape? |
OK, I'm sorry if this was a dumb post. I just thought there might be some simple solution somebody would know off the top of his/her head.
At any rate, here is my provisional solution. Deals wi ... |
| |