| Author |
Message |
Topic: Fix, tweak and admin utilities for Windows [URL] |
pockinator
Replies: 1
Views: 190
|
Forum: Utilities & Resources Posted: Sun Jun 01, 2008 8:49 pm Subject: Fix, tweak and admin utilities for Windows [URL] |
Some of the programs on that website are looking very interesting. Thank you for posting this.  |
Topic: Help with a "working" script |
pockinator
Replies: 2
Views: 87
|
Forum: Ask for Help Posted: Tue May 13, 2008 2:22 pm Subject: Help with a "working" script |
I don't know if this works because I don't have a right windows key on my keyboard, but wouldn't this work?
RWin & u::SendInput, {ASC 0252}
LWin & u::something else |
Topic: Free sound files |
pockinator
Replies: 3
Views: 502
|
Forum: Utilities & Resources Posted: Tue May 13, 2008 1:37 pm Subject: Free sound files |
Thanks for this cool topic, jballi. I don't mean to add to your addiction <<cough>> hobby , but here are some more...
Flash Kit
sound effects for flash programs, which can also be d ... |
Topic: Color Pot - Color Grabber and Mixer |
pockinator
Replies: 7
Views: 1132
|
Forum: Scripts & Functions Posted: Sun May 11, 2008 1:27 pm Subject: Color Pot - Color Grabber and Mixer |
This is a great little tool, ManaUser! And thanks for the bump, Rhys.  |
Topic: Window Management Functions |
pockinator
Replies: 2
Views: 4701
|
Forum: Scripts & Functions Posted: Thu May 08, 2008 1:21 pm Subject: Re: This no longer works! |
Hi
I was quite interested to see the window roll in action, but I just tried it with AHK v1.0.47.06 and it shows this error -
Error at line 75 in #include file....
Line Text : RollExclude Classe ... |
Topic: Awesome Hotkey combination. |
pockinator
Replies: 13
Views: 730
|
Forum: Scripts & Functions Posted: Fri Apr 25, 2008 2:04 pm Subject: Awesome Hotkey combination. |
i like to have mine with functions
~LButton::gosub, on
~LButton Up::gosub, off
return
on:
Hotkey, f, f, on
Hotkey, t, t, on
Hotkey, c, c, on
Hotkey, g, g, on
Hotkey, ... |
Topic: Online Image Editor |
pockinator
Replies: 4
Views: 643
|
Forum: Utilities & Resources Posted: Thu Apr 24, 2008 1:50 pm Subject: Online Image Editor |
Thanks very much for this link. This looks like a great idea, especially when at a different computer and you don't have your USB flash drive.  |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
pockinator
Replies: 281
Views: 54414
|
Forum: Scripts & Functions Posted: Thu Apr 24, 2008 1:28 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
@hacker:
Just add this to the ButtonScan routine Loop, c:\*.*, 2,1
{
FileAppend, %A_LoopFileFullPath%`n, %A_ScriptDir%\%ListFile%
}You could also try to read them from ... |
Topic: game wont let me send keys |
pockinator
Replies: 2
Views: 130
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 2:37 am Subject: game wont let me send keys |
It would help out a lot if you could post your code. This way others could look at what you have tried and find a way to fix it.  |
Topic: Making Mouse Click With Keyboard Hotkey |
pockinator
Replies: 2
Views: 127
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 2:09 am Subject: Making Mouse Click With Keyboard Hotkey |
To get you started, here's the documentation on making the mouse click a certain area:
http://www.autohotkey.com/docs/commands/Click.htm |
Topic: #IfWinActive test for multiple windows |
pockinator
Replies: 4
Views: 151
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 2:04 am Subject: #IfWinActive test for multiple windows |
Since you are using the #IfWinActive directive, I'll assume you are using it for hotkeys or hotstrings. In that case, you can either do this:
#IfWinActive (Foo) ;I wasn't sure if the ( ... |
Topic: WinActivate not working... |
pockinator
Replies: 4
Views: 180
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 1:34 am Subject: WinActivate not working... |
I am learning AHK myself, but seeing as no one has answered you yet, I'll just toss out an idea here.
In your posted code, refer to the two red lines:
Loop
{
IfWinNotExist Notepad
... |
Topic: need help! |
pockinator
Replies: 2
Views: 131
|
Forum: Ask for Help Posted: Thu Apr 17, 2008 6:03 pm Subject: need help! |
Does it mention what application is failing to start? I found very little info on MFC1.DLL with Google.  |
Topic: Keys for the Microsoft Desktop Elite Pro |
pockinator
Replies: 3
Views: 171
|
Forum: Ask for Help Posted: Sat Apr 12, 2008 8:29 pm Subject: Keys for the Microsoft Desktop Elite Pro |
Hi Abraham64,
Thanks for this great information! Would you mind posting the script that you used to remap the "false" function keys? I would like to see how you executed it, and it shou ... |
Topic: Fade Switch Unminimized Windows |
pockinator
Replies: 2
Views: 342
|
Forum: Scripts & Functions Posted: Sat Apr 12, 2008 5:15 am Subject: Fade Switch Unminimized Windows |
Very cool, infogulch!
Maybe you could call it SwitchFader? I know, I know, not very good. But you asked for suggestions and that's all I could come up with so far.
When I first tested ... |
| |