AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 33 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Fix, tweak and admin utilities for Windows [URL]
pockinator

Replies: 1
Views: 190

PostForum: 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. Very Happy
  Topic: Help with a "working" script
pockinator

Replies: 2
Views: 87

PostForum: 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

PostForum: 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 Very Happy, 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

PostForum: 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. Wink
  Topic: Window Management Functions
pockinator

Replies: 2
Views: 4701

PostForum: 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

PostForum: 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

PostForum: 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. Very Happy
  Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher
pockinator

Replies: 281
Views: 54414

PostForum: 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

PostForum: 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. Very Happy
  Topic: Making Mouse Click With Keyboard Hotkey
pockinator

Replies: 2
Views: 127

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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. Confused
  Topic: Keys for the Microsoft Desktop Elite Pro
pockinator

Replies: 3
Views: 171

PostForum: 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

PostForum: 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. Wink

When I first tested ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group