| Author |
Message |
Topic: how to make a gui window that does not steal the focus |
Denaes
Replies: 8
Views: 622
|
Forum: Ask for Help Posted: Sun Jan 23, 2005 4:10 am Subject: how to make a gui window that does not steal the focus |
That's strange, but feasible. Note that it won't work with just one valid window open. See my
No, it was my lack of hotkey experience. I was thinking ! was the ! key (shift and 1). I forgot that ! ... |
Topic: how to make a gui window that does not steal the focus |
Denaes
Replies: 8
Views: 622
|
Forum: Ask for Help Posted: Sun Jan 23, 2005 2:32 am Subject: how to make a gui window that does not steal the focus |
Also, you could send an "!{Escape}", which switches focus to the next application down in the z-order (most recently activated).
Is this an AutoHotKey thing?
I tried doing this in windows and i ... |
Topic: How/Can you use multiple Hotkeys? |
Denaes
Replies: 5
Views: 738
|
Forum: Ask for Help Posted: Tue Jan 18, 2005 12:49 am Subject: How/Can you use multiple Hotkeys? |
| As far as the usefullness of the Windows Key... I've used it maybe 3 or 4 times... over the last 10 years. That was when something (excessive spyware or a memory leak) was causing such a slowdown that ... |
Topic: How/Can you use multiple Hotkeys? |
Denaes
Replies: 5
Views: 738
|
Forum: Ask for Help Posted: Mon Jan 17, 2005 8:53 pm Subject: How/Can you use multiple Hotkeys? |
I'm running out of room on my keyboard!!
I mean I've honestly shaved an hour or 3 off my work day using AutoHotKey. Between simple filerenaming/moving, filling out massive fields on forms or even h ... |
Topic: Compare AutoHotKey and AutoIt3? |
Denaes
Replies: 18
Views: 3695
|
Forum: Utilities & Resources Posted: Mon Jan 17, 2005 8:14 pm Subject: Compare AutoHotKey and AutoIt3? |
| I also think that many users use programs like AutoHotKey, AutoIT, WinBatch, etc... because they want to AVOID hardcore programming, but at the same time want the POWER to do many difficult computer t ... |
Topic: Compiling to EXE and running other scripts |
Denaes
Replies: 3
Views: 405
|
Forum: Ask for Help Posted: Wed Dec 29, 2004 2:57 pm Subject: Re: Compiling to EXE and running other scripts |
| I can see that when doing this EXE compiling, it might be easier to join the two scripts into one...Support for passing parameters and receiving return values is planned in the near future. For examp ... |
Topic: Passing Parameters to another script and returning a value |
Denaes
Replies: 4
Views: 380
|
Forum: Ask for Help Posted: Tue Dec 28, 2004 6:53 pm Subject: Passing Parameters to another script and returning a value |
| Wait a second. The Help document says that only returns integers. Can you return strings with this? |
Topic: Passing Parameters to another script and returning a value |
Denaes
Replies: 4
Views: 380
|
Forum: Ask for Help Posted: Tue Dec 28, 2004 6:29 pm Subject: Passing Parameters to another script and returning a value |
| Thank You! That definately looks like something to look into. |
Topic: Passing Parameters to another script and returning a value |
Denaes
Replies: 4
Views: 380
|
Forum: Ask for Help Posted: Tue Dec 28, 2004 6:03 pm Subject: Passing Parameters to another script and returning a value |
Like a function in C/VB/.Net/Java.
I know you can pass parameters into another script when you execute it. Thats pretty nice.
How about returning a value?
Like say I create a form called ... |
Topic: Compiling to EXE and running other scripts |
Denaes
Replies: 3
Views: 405
|
Forum: Ask for Help Posted: Tue Dec 28, 2004 5:03 pm Subject: Compiling to EXE and running other scripts |
Maybe my OOP programming experience is getting in the way of scripting, but so far I've been creating scripts that call on an external generic script to do things.
Like say I want to have a script ... |
Topic: Please, someone tell me if it is possible |
Denaes
Replies: 10
Views: 880
|
Forum: Ask for Help Posted: Tue Dec 28, 2004 4:41 pm Subject: Please, someone tell me if it is possible |
| I don't even understand why developers try to keep people from remapping. I mean, it's basically just a different method of input. If that's wrong, then why isn't using a pad or a joystick wrong? Like ... |
Topic: Question about TextReading and extra Mouse/keyboards |
Denaes
Replies: 1
Views: 406
|
Forum: Ask for Help Posted: Sun Dec 26, 2004 4:08 pm Subject: Question about TextReading and extra Mouse/keyboards |
| First, I'd like so say - as a VB.Net/PHP developer - that when I first downloaded this software for a data migration project (Excel to Access) I was stunned by how fast/easy/configurable it was. Then ... |
Topic: Please, someone tell me if it is possible |
Denaes
Replies: 10
Views: 880
|
Forum: Ask for Help Posted: Sun Dec 26, 2004 4:07 pm Subject: Please, someone tell me if it is possible |
Not to detract from AutoHotKey, but...
I found another piece of software which is called SharpKeys found at: http://www.randyrants.com/sharpkeys/ and requires the .net framework.
This doesn't e ... |
| |