| Author |
Message |
Topic: myTunes - AHK Music Player |
vipers
Replies: 10
Views: 682
|
Forum: Scripts & Functions Posted: Mon Aug 04, 2008 5:49 pm Subject: myTunes - AHK Music Player |
| Ok I'll give it another try, if it doesn't work I'll blame my computer. |
Topic: myTunes - AHK Music Player |
vipers
Replies: 10
Views: 682
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 11:33 pm Subject: myTunes - AHK Music Player |
Haha, hilarious, now i got the following error:
#Include file "COM.ahk" cannot be opened. |
Topic: Virtual Desktop Manager - Proof of concept |
vipers
Replies: 19
Views: 3635
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 2:11 pm Subject: Virtual Desktop Manager - Proof of concept |
| I wonder if it's possible to enable some sort of Drag and Drop, such as a way to move the currently activated window to another desktop. |
Topic: WOW Script using the mouse gesture script |
vipers
Replies: 2
Views: 1693
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 1:53 pm Subject: WOW Script using the mouse gesture script |
So... If i understand this correctly, this script allows you to cast a certain spell when you move in a certain direction/press a certain movement key?
You'll have to excuse me but I'm having a har ... |
Topic: AUTO HOT KEY / WOW (Vith's script) |
vipers
Replies: 16
Views: 21325
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 1:35 pm Subject: AUTO HOT KEY / WOW (Vith's script) |
| You only need to have this "WinGet, wowid, List, World of Warcraft " once in the script, on top of the script. |
Topic: myTunes - AHK Music Player |
vipers
Replies: 10
Views: 682
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 1:31 pm Subject: myTunes - AHK Music Player |
I downloaded both the .rar and .zip version and both give me the same error. I only unzipped/rared it and doubleclicked on the Mytunes.ahk when this error occurs:
http://img128.imageshack.us/my.php?i ... |
Topic: Automation scripts |
vipers
Replies: 4
Views: 731
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 1:19 pm Subject: Automation scripts |
| It's looking pretty good. Good job. |
Topic: Having different windows trigger an IF-statement |
vipers
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 11:10 pm Subject: Having different windows trigger an IF-statement |
I haven't used anything called settitlematchmode but I'm going to check it out.
Edit:
Working like a charm now, the GroupAdd did the trick. But adding settitlematchmdoe 2 in the beginning only mes ... |
Topic: Having different windows trigger an IF-statement |
vipers
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 9:58 pm Subject: Having different windows trigger an IF-statement |
Hello, I'm a WoW-multiboxer and i've created a script that open four wow applications, rename them as following:Client1, Client2, Client3, Client4 by WinSetTitle command.
Now, as a multiboxer I'd l ... |
Topic: World of warcraft multiboxing scripts |
vipers
Replies: 3
Views: 967
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 9:51 pm Subject: World of warcraft multiboxing scripts |
| Or go to www.dualboxing.com. And enter the Wiki, look for autohotkey and you will find a perfectly working script for you to use, without any settings needed to change. |
Topic: Help with very simple hotkey |
vipers
Replies: 13
Views: 432
|
Forum: Ask for Help Posted: Sat Jul 26, 2008 9:44 pm Subject: Help with very simple hotkey |
I'd try to use
+]::
IfWinNotExist, Thunderbird
{
Run thunderbird; insert path
}
Else
{
WinMinimize, Thunderbird
} ... |
Topic: How do I use OR, AND? |
vipers
Replies: 3
Views: 102
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 11:42 pm Subject: How do I use OR, AND? |
| Great reply, thank you very much. |
Topic: How do I use OR, AND? |
vipers
Replies: 3
Views: 102
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 11:36 pm Subject: How do I use OR, AND? |
I'm sitting here trying to make an If-statement, where i want one OR the other statement to trigger the If-thing.
MY question is simply:
What's the command for OR?
What's the command for AND? If ... |
Topic: Joke Script |
vipers
Replies: 49
Views: 5591
|
Forum: Scripts & Functions Posted: Thu Jul 24, 2008 10:52 pm Subject: Joke Script |
Input, Key, L1
MsgBox, % "The letter '" Key "' has been kidnapped from your computer."
Loop {
Input, Key, L1
MsgBox, % "The letter '" Key "' ha ... |
Topic: Make sentences start with capitals |
vipers
Replies: 29
Views: 4361
|
Forum: Scripts & Functions Posted: Thu Jul 24, 2008 10:40 pm Subject: Make sentences start with capitals |
hi. Im just a beginner and im trying to learn and study your script.
how do i modify the script to capitalize the first letter of every word i type?
Thank you.
I'm kinda of a beginner myself, ... |
| |