| Author |
Message |
Topic: The future of AutoHotkey.com |
POINTS
Replies: 26
Views: 3624
|
Forum: Announcements Posted: Thu Feb 02, 2012 6:14 pm Subject: Best wishes |
| I'm sorry to see it happen but I'm glad Autohotkey will continue. I wish I could contribute but given my other obligations, I don't think I have enough time. Good luck to the people who take over! |
Topic: [SOLVED] Can #IfWinNotActive be used for 2 windows? |
POINTS
Replies: 2
Views: 231
|
Forum: Ask for Help Posted: Wed Oct 13, 2010 2:11 am Subject: Solved |
expression feature.
Thank you. I saw the GroupAdd command but I didn't realize it applied to #IfWinNotActive as well. (I should've just tried it of course.) Here's the working code:
GroupAdd R ... |
Topic: [SOLVED] Can #IfWinNotActive be used for 2 windows? |
POINTS
Replies: 2
Views: 231
|
Forum: Ask for Help Posted: Wed Oct 13, 2010 1:30 am Subject: [SOLVED] Can #IfWinNotActive be used for 2 windows? |
I have a script which a bunch of hotkeys but I don't want the hotkeys to run if certain windows are open (remote desktop and VMware).
I was using "#IfWinNotActive ahk_class TSSHELLWND" wh ... |
Topic: My status and website changes |
POINTS
Replies: 87
Views: 14047
|
Forum: Announcements Posted: Wed Oct 13, 2010 1:22 am Subject: AHK is great! |
| I'm sorry to hear that you are losing interest in AutoHotkey. I just wanted to say that a lot of us like the simple straight-forward tools that AHK offered us for remapping hotkeys and even creating G ... |
Topic: Having trouble with combo keys |
POINTS
Replies: 5
Views: 503
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 7:21 pm Subject: Suspend |
Send needs to go on the other end like how None posted it.
To suspend hotkeys use the suspend command:
^!s::Suspend ; Assign the toggle-suspend function to a hotkey.
You probably wan ... |
Topic: starcraft 2 simple script, arrow keys sticking |
POINTS
Replies: 5
Views: 1401
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 7:17 pm Subject: Fix for arrow keys |
How did you fix the problem for your arrow keys? I have the same issue. Also, my alt key sticks. (I have Ralt remapped to Ctrl.)
I think the fix for the down arrow is to put it in brackets. I haven ... |
Topic: Multikey for Starcraft 2 |
POINTS
Replies: 5
Views: 2145
|
Forum: Ask for Help Posted: Mon Mar 29, 2010 7:14 pm Subject: Send |
I think he wants a to send a and b. Try this:
a::Send, ab
|
Topic: AutoHotkey article on PC magazine |
POINTS
Replies: 1
Views: 656
|
Forum: General Chat Posted: Mon Sep 01, 2008 10:43 pm Subject: AutoHotkey article on PC magazine |
Check this out: an AutoHotkey article was posted on PC magazine. (I think I saw this article on digg.) Pretty neat to see it posted there.
http://www.pcmag.com/article2/0,2817,2328732,00.asp |
Topic: Compiled AutoHotkey scripts detected as virus by AVG |
POINTS
Replies: 28
Views: 22693
|
Forum: Ask for Help Posted: Tue Feb 12, 2008 9:19 am Subject: AVG |
| For anyone having this problem again, I was able to use my compiled code when I rolled back to 1.0.47.3. (I don't have 1.0.47.4 but that might work too.) |
Topic: Warcraft 3 Frozen Throne |
POINTS
Replies: 6
Views: 5586
|
Forum: Ask for Help Posted: Sun Jan 13, 2008 12:19 am Subject: Go home |
| The code above was for toggling autocasting. I tested this code and it works for sending your units home. Hover over hall on the minimap and press a to set it up. Then press s with your unit select ... |
Topic: Warcraft 3 Frozen Throne |
POINTS
Replies: 6
Views: 5586
|
Forum: Ask for Help Posted: Fri Jan 11, 2008 3:39 pm Subject: Autocast |
I use this function to toggle autocast. Your code will be similar to this.
This function takes an number 1 to 12, and clicks the right mouse button on one of the grid.
The code will save the cu ... |
Topic: I need one key to do 3 things and toggle between them |
POINTS
Replies: 7
Views: 917
|
Forum: Ask for Help Posted: Thu Jan 10, 2008 5:26 pm Subject: Nice |
Very nice, although I really don't want to see UD nuking any faster.  |
Topic: Problem with wheel down and wheel up please help |
POINTS
Replies: 15
Views: 1636
|
Forum: Ask for Help Posted: Thu Jan 10, 2008 5:24 pm Subject: Left and right too? |
| Interesting... Do you use anything for left and right? |
Topic: wc3 and autohotkey |
POINTS
Replies: 3
Views: 1703
|
Forum: Ask for Help Posted: Thu Jan 10, 2008 5:21 pm Subject: Yep |
Mbutton::Numpad4?
That's how I would do it. |
Topic: Serial Communication |
POINTS
Replies: 5
Views: 911
|
Forum: Ask for Help Posted: Thu Jan 10, 2008 5:14 pm Subject: Python |
| If you aren't limited to using AHK, I know you can use python for serial communication. You will have to download python, python's windows modules, and pyserial. Also, you can get a GUI module for p ... |
| |