| Author |
Message |
Topic: Exit AutoHotkey from command line? |
Futurepower(R)
Replies: 5
Views: 159
|
Forum: Ask for Help Posted: Wed Mar 12, 2008 3:03 pm Subject: Laszlo: ::exitahk:: explained. |
Laszlo, When I first read your comment, I completely understood 3 lines out of the four you wrote. I didn't understand this:
::exitahk::
I didn't see any way to find that in the Help, because Window ... |
Topic: Exit AutoHotkey from command line? |
Futurepower(R)
Replies: 5
Views: 159
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 9:35 pm Subject: Exit AutoHotkey from command line? |
Is it possbile to exit AutoHotkey from the command line?
I've searched the help and not found a method of doing that. |
Topic: Establishing a standard/recommended editor for AutoHotkey |
Futurepower(R)
Replies: 24
Views: 5533
|
Forum: Wish List Posted: Thu May 03, 2007 1:37 pm Subject: Micahs's SciTE package and comments. |
Well, I didn't just post the config files or anything, it is a complete SciTE package.
I'm very enthusiastic about SciTE. It seems like the editor we need. I like that it doesn't use the Windows reg ... |
Topic: SciTE4AutoHotkey |
Futurepower(R)
Replies: 15
Views: 2232
|
Forum: Scripts & Functions Posted: Wed May 02, 2007 3:35 pm Subject: Thanks, PhiLho. I fixed everything, I think. |
About your code, I see some lines ending with a 's', like style.ahk1.1 or style.ahk1.17, it might be a typo.
Thanks, PhiLho. It was more than a typo, it was a gremlin. *grin* I was trying to work too ... |
Topic: Establishing a standard/recommended editor for AutoHotkey |
Futurepower(R)
Replies: 24
Views: 5533
|
Forum: Wish List Posted: Wed May 02, 2007 3:14 pm Subject: Could you provide the URL of your configuration method? |
Yeah I saw that. I know SciTE has a lot of cool features, that's why I use it and posted the config I use. Mine is set up for portability, something not addressed in other threads.
Could you provide ... |
Topic: Ranorex - Test and Automation Lib [C++/Python/NETs] |
Futurepower(R)
Replies: 14
Views: 2035
|
Forum: Utilities & Resources Posted: Wed May 02, 2007 7:53 am Subject: Ranorex is limited in functionality. |
| Try RanorexSpy.exe. Note that, since all Mozilla products use a non-standard way of windowing, Ranorex cannot get the IDs of controls, and so cannot be used with Mozilla products and others like them. |
Topic: Establishing a standard/recommended editor for AutoHotkey |
Futurepower(R)
Replies: 24
Views: 5533
|
Forum: Wish List Posted: Wed May 02, 2007 7:30 am Subject: SciTE for AutoHotkey is available. |
Note that SciTE for AutoHotkey is available. SciTE has an excellent feature: Code folding, which collapses items between braces until you need to see them.
SciTE is the same editor supplied with Au ... |
Topic: SciTE4AutoHotkey |
Futurepower(R)
Replies: 15
Views: 2232
|
Forum: Scripts & Functions Posted: Wed May 02, 2007 7:17 am Subject: I think my way may be a little less risky. |
lexikos,
I am not familiar enough with SciTE editor to know whether that works.
In fact, I am not familiar enough with that editor to know with certainty that the method I posted works. However ... |
Topic: SciTE4AutoHotkey |
Futurepower(R)
Replies: 15
Views: 2232
|
Forum: Scripts & Functions Posted: Wed May 02, 2007 12:43 am Subject: Alternative Syntax Highlighting: ahk.properties file |
SciTE's code folding makes code easier to read. The present version does not syntax highlight .INI files such as AutoHotkey.ini, only .AHK files.
The alternative syntax highlighting file below uses ... |
Topic: How to send the Hotkey, not redefine it? |
Futurepower(R)
Replies: 12
Views: 285
|
Forum: Ask for Help Posted: Tue May 01, 2007 10:42 pm Subject: I read the code, but didn't see the $. |
Thanks very much.
I read the code, but didn't see the $, because I looked only in the lower portion of the code, assuming a normal hotkey was being defined.
Could you direct me to the place in t ... |
Topic: How to send the Hotkey, not redefine it? |
Futurepower(R)
Replies: 12
Views: 285
|
Forum: Ask for Help Posted: Tue May 01, 2007 10:05 pm Subject: ^B::SendInput ^B doesn't work. |
I would like Control-B to send Control-B, as in:
^B::Send ^B
Try it, it doesn't work, because it sends the ^B back to AutoHotkey, which sends another ^B, which goes back to AutoHotkey, and so on ... |
Topic: How to send the Hotkey, not redefine it? |
Futurepower(R)
Replies: 12
Views: 285
|
Forum: Ask for Help Posted: Tue May 01, 2007 4:38 pm Subject: How can hotkey ^B send ^B without an infinite loop? |
| Thanks for your replies. I found by testing that a hotkey such as ^B cannot send ^B because that results in an infinite loop. I know there is a way to tell AutoHotKey not to interpet the sent ^B as a ... |
Topic: How to send the Hotkey, not redefine it? |
Futurepower(R)
Replies: 12
Views: 285
|
Forum: Ask for Help Posted: Tue May 01, 2007 2:02 am Subject: How to send the Hotkey, not redefine it? |
I searched the help for an hour and was not able to discover how to send a Hotkey without redefining it. For example, suppose in a program you sometimes want a Control-B Hotkey to send Control-B.
C ... |
Topic: Translator & new syntax |
Futurepower(R)
Replies: 25
Views: 2158
|
Forum: Wish List Posted: Wed Mar 22, 2006 1:45 pm Subject: Please post ideas for changes in syntax. |
... there may be a directive that makes all IF statements expressions, which could eliminate one of the biggest sources of confusion and script bugs.
Also, it would be helpful if you could give a ... |
Topic: Translator & new syntax |
Futurepower(R)
Replies: 25
Views: 2158
|
Forum: Wish List Posted: Tue Mar 21, 2006 9:36 pm Subject: I've lost many hours because of AutoHotkey syntax. |
PhiLho, I've lost many, many hours because of the arcane syntax of AutoHotkey scripts.
AutoHotkey was originally AutoIt. I like the changes they made in AutoIt version 3, and I have no trouble wri ... |
| |