| Author |
Message |
Forum: Support Topic: Scripts not working in Windows 7 |
| Jaegan |
|
Posted: July 25th, 2009, 5:11 am
|
|
Replies: 1 Views: 216
|
| Hey guys, Trying to use the ol' autohotkey in the windows 7 RC, but the scripts aren't firing. I have even tested some of the simplest ones I can think of, to no success. Process, priority, , Low ; Have the script set itself to high priority #HotString SP SetKeyDelay, 50, q::SendPlay, c x::SendPlay,... |
|
 |
Forum: Support Topic: Simple MouseMove question |
| Jaegan |
|
Posted: May 19th, 2008, 10:57 pm
|
|
Replies: 2 Views: 450
|
|
 |
Forum: Support Topic: Simple MouseMove question |
| Jaegan |
|
Posted: May 19th, 2008, 8:22 pm
|
|
Replies: 2 Views: 450
|
| Hey guys, need a tiny bit of help with a simple script. Process, priority, , High ; Have the script set itself to high priority #IfWinActive #InstallMouseHook #SingleInstance force #InstallKeybdHook #UseHook On SetBatchLines 10ms #HotString SP #MaxThreads 20 CoordMode, mouse, Screen SetKeyDelay, 20,... |
|
 |
Forum: Support Topic: Using InputBox with variables [Basic Question] |
| Jaegan |
|
Posted: February 21st, 2008, 8:54 am
|
|
Replies: 2 Views: 513
|
| Sorry for the delay in responding, I actually put in a response two days ago but it doesn't seem to be here... Anyway, it seems to be working fine as you have it set up. I think the issue was I was testing in notepad- when I retested in microsoft word it worked perfectly. Thanks a ton for your help. |
|
 |
Forum: Support Topic: Using InputBox with variables [Basic Question] |
| Jaegan |
|
Posted: February 19th, 2008, 6:39 pm
|
|
Replies: 2 Views: 513
|
| A little while ago I received some help using a simple MsgBox 4. I am now trying to do something a bit more complicated- enter a number in an input box and have a line of code executed based upon that number. Here is what I have so far... ;yada yada yada option=1 *^n:: InputBox, option, Enter Option... |
|
 |
Forum: Support Topic: MsgBox 4 "No" button not executing code. |
| Jaegan |
|
Posted: February 7th, 2008, 2:38 am
|
|
Replies: 1 Views: 417
|
| *Warning, novice scripter! Making some simple scripts to help automate some tedious processes at the family business. Namely, we want to be able to send the print command, select the printer, and confirm printing with a single keystroke. Here is what I have so far. ( Process, priority, , High ; Have... |
|
 |
Forum: Support Topic: Need help creating warcraft script! Should be simple |
| Jaegan |
|
Posted: April 4th, 2007, 8:13 am
|
|
Replies: 2 Views: 631
|
| I'm honestly not much of a programmer, but I did make a number of scripts for WarCraft awhile ago. http://www.autohotkey.com/forum/topic11134.html They aren't terribly relevant to what you are doing, but there are links to other WarCraft threads within the topic. You might be able to find some infor... |
|
 |
Forum: Support Topic: Script sporadically skipping segments. |
| Jaegan |
|
Posted: April 2nd, 2007, 10:26 am
|
|
Replies: 0 Views: 457
|
| The idea here is to press capslock and d and put in the input indicated. Note: This is performed within a game, where it is easy to detect when it does not function properly. I do not know of a good way to detect if it is not functioning outside of said game Process, priority, , High ; Have the scri... |
|
 |
Forum: Issues Topic: Hotkeys interfering with mouse movement, and beeping |
| Jaegan |
|
Posted: March 4th, 2007, 8:46 am
|
|
Replies: 1 Views: 1444
|
| While doing some scripting I ran into a couple of strange errors, mostly relating to mouse movement. 1. The idea behind this script is to hold down the right mouse button, and have this simulate the continous pressing of the left mouse button. Process, priority, , High ; Have the script set itself t... |
|
 |
Forum: Support Topic: Insomnia (AKA, Sleep not working.) |
| Jaegan |
|
Posted: January 30th, 2007, 5:14 am
|
|
Replies: 10 Views: 777
|
| It took a bit of practice, but I figured out how to work the braces. Like you said, they don't interfere with any of the other hotkeys. As of yet, I still can't fix the problem with the shift key. I would just like the RButton script to run normally, regardless of whether or not shift is held down, ... |
|
 |
Forum: Support Topic: Insomnia (AKA, Sleep not working.) |
| Jaegan |
|
Posted: January 29th, 2007, 9:59 am
|
|
Replies: 10 Views: 777
|
| Thanks a ton. You have been really helpful. If I can bother you with just a little problem the last script is giving me though... The RButton is working as intended, but only if I do not press keys such as shift, control, etc. If I have one of these held down and hold down the right mouse button, th... |
|
 |
Forum: Support Topic: Insomnia (AKA, Sleep not working.) |
| Jaegan |
|
Posted: January 29th, 2007, 7:34 am
|
|
Replies: 10 Views: 777
|
| You understood my question perfectly, and gave me the exact answer I needed. One final bit I am working on where I could use some help. {RButton Down}:: Loop { SendPlay, {LButton} } What I want to do is this- while the right mouse button is depressed, a left click will ... |
|
 |
Forum: Support Topic: Insomnia (AKA, Sleep not working.) |
| Jaegan |
|
Posted: January 29th, 2007, 5:47 am
|
|
Replies: 10 Views: 777
|
| Ah, knowing this will help me to do tons of new things with autohotkey. I was wondering why some other things were not working. It would seem I did not have the proper { } format to do things. Now I can do a whole lot of things that I had no clue how to do before. I used this method to get it to wor... |
|
 |
Forum: Support Topic: Insomnia (AKA, Sleep not working.) |
| Jaegan |
|
Posted: January 29th, 2007, 2:56 am
|
|
Replies: 10 Views: 777
|
| Long time no see fellas! After a lengthy hiatus, I've decided to try some more scripting. One snag I have run into is that the sleep command does not appear to work for me. Process, priority, , High ; Have the script set itself to high priority #IfWinActive #InstallMouseHook #SingleInstance force #I... |
|
 |
Forum: Scripts Topic: WarCraft3 Scripts- Updated 8/20/06! |
| Jaegan |
|
Posted: August 21st, 2006, 1:43 am
|
|
Replies: 7 Views: 7426
|
Thanks to JSLover and DosBoot for their help in improving the scripts! I have updated a number of the scripts, and added two new ones that are quite handy. Enjoy, and keep the feedback coming!
-Jaegan |
|
 |
| Sort by: |