| Author |
Message |
Topic: error after converting from ahk to exe |
Superfraggle
Replies: 2
Views: 439
|
Forum: Bug Reports Posted: Tue Nov 24, 2009 2:22 pm Subject: error after converting from ahk to exe |
I seem to remember an instance of some anti virus programs interfering with the compile process corrupting the resulting executable.
either that or a virus itself can have the same affect lol. |
Topic: Cloning the mouse pointer |
Superfraggle
Replies: 1
Views: 321
|
Forum: Wish List Posted: Tue Aug 04, 2009 1:04 am Subject: Cloning the mouse pointer |
depends what you want to do, you can use commands like controlclick control send to operate a macro that does not interfere with the mouse/keyboard
Also stuff like sendmessage can assist in such a ... |
Topic: Possible bug with shift keys |
Superfraggle
Replies: 2
Views: 515
|
Forum: Bug Reports Posted: Mon Jun 08, 2009 10:01 pm Subject: Possible bug with shift keys |
The following simple script designed to work like a shift lock - for me at least, will only work with the left shift key.
Pressing right shift will activate it, but will not deactivate it, only le ... |
Topic: Is there any way to get Shift to toggle like Caps lock? |
Superfraggle
Replies: 6
Views: 1237
|
Forum: Ask for Help Posted: Mon Jun 08, 2009 9:48 pm Subject: Is there any way to get Shift to toggle like Caps lock? |
$shift::
Shifted:=!Shifted
If (shifted)
Send,{Shift Down}
else
Send,{Shift UP}
REturn
Ok thats strange, pressing left shift will activate and deac ... |
Topic: Detecting no window changes for a period |
Superfraggle
Replies: 9
Views: 404
|
Forum: Ask for Help Posted: Fri Jun 05, 2009 2:02 pm Subject: Detecting no window changes for a period |
does this help??
http://www.autohotkey.com/forum/viewtopic.php?t=22100&start=0&postdays=0&postorder=ascregionwaitchange |
Topic: breaking remote desktop session by unlocking pc |
Superfraggle
Replies: 3
Views: 425
|
Forum: Ask for Help Posted: Thu Jun 04, 2009 11:20 pm Subject: breaking remote desktop session by unlocking pc |
When the session is locked the password screen runs in a separate desktop process.
Programs such as PSEXEC allow you to start programs in this desktop window, I have never got round to testing, bu ... |
Topic: Add ToolTips to controls. |
Superfraggle
Replies: 18
Views: 3408
|
Forum: Scripts & Functions Posted: Thu Jun 04, 2009 10:20 pm Subject: Add ToolTips to controls. |
HotKeyIt,
Sorry about the delay in getting back to you, I have not been on the forum for a while. Not sure what you mean there.
If you mean let the tooltip close itself, then move mouse to bring ... |
Topic: making an *.exe file out of autohotkey scripts (possible?) |
Superfraggle
Replies: 3
Views: 378
|
Forum: Ask for Help Posted: Thu Mar 26, 2009 2:37 am Subject: making an *.exe file out of autohotkey scripts (possible?) |
If you have AHK installed you can just double click the scripts to run them. But you have to have AHK installed via the installer or manually set up the file associations.
Also if installed you can ... |
Topic: Secondary Monitor |
Superfraggle
Replies: 65
Views: 16201
|
Forum: Ask for Help Posted: Mon Feb 09, 2009 1:26 pm Subject: Secondary Monitor |
Sorry I forgot to ask, are both the monitors on the same resolution or they slightly different?
The code I posted works perfectly on my laptop (intel GMA) with both monitors on the same res.
I ... |
Topic: ini file comments? |
Superfraggle
Replies: 4
Views: 318
|
Forum: Ask for Help Posted: Sat Feb 07, 2009 1:48 pm Subject: ini file comments? |
Comments
Semicolons ( indicate the start of a comment. Comments continue to the end of the line. Everything between the semicolon and the End of Line is ignored.
However my tests show that AH ... |
Topic: Click on hylerlink |
Superfraggle
Replies: 7
Views: 305
|
Forum: Ask for Help Posted: Fri Feb 06, 2009 9:41 pm Subject: Click on hylerlink |
| jpg will often fail due to faulty colours caused by the compression, try using bitmap. |
Topic: Execute a certain function in ahk script from command line |
Superfraggle
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Fri Feb 06, 2009 9:05 pm Subject: Execute a certain function in ahk script from command line |
| If the program you are using supports sending messages then you could get ahk to respond to a specific message. |
Topic: Mouse Speed |
Superfraggle
Replies: 6
Views: 286
|
Forum: Ask for Help Posted: Fri Feb 06, 2009 6:54 pm Subject: Mouse Speed |
Each command goes onto its own line.
you can create as many clicks as you want. just place each one after eachother.
You will need to have the setdefaultmousespeed as the first line and the cli ... |
Topic: Secondary Monitor |
Superfraggle
Replies: 65
Views: 16201
|
Forum: Ask for Help Posted: Fri Feb 06, 2009 6:52 pm Subject: Secondary Monitor |
I have exactly the same graphics card and it iw working for me. Can I ask what display set up you use.
Extended desktop or clone. and do you have the second monitor on the left or right? |
Topic: Secondary Monitor |
Superfraggle
Replies: 65
Views: 16201
|
Forum: Ask for Help Posted: Fri Feb 06, 2009 10:38 am Subject: Secondary Monitor |
| are you using the original or updated code posted by myself? |
| |