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 1100 matches
AutoHotkey Community Forum Index
Author Message
  Topic: XButton w/ Logitech G9-Note: uberOptions != work with G9
[VxE]

Replies: 1
Views: 25

PostForum: Ask for Help   Posted: Fri Aug 29, 2008 8:21 am   Subject: XButton w/ Logitech G9-Note: uberOptions != work with G9
run notepad.exe "%A_AppData%\Logitech\SetPoint\user.xml"

You have the power... use it wisely.
  Topic: Send, {Sleep 1000}
[VxE]

Replies: 10
Views: 185

PostForum: Ask for Help   Posted: Fri Aug 29, 2008 12:01 am   Subject: Send, {Sleep 1000}
Where is actually the option to disable it, I cannot find in control panel and in bios neither.
[Display Properies]->[Screensaver]->(Power)->[Advanced]->"When I press the sleep butto ...
  Topic: Randomising the times a loop runs
[VxE]

Replies: 1
Views: 48

PostForum: Ask for Help   Posted: Thu Aug 28, 2008 9:26 pm   Subject: Randomising the times a loop runs
Loop % Rand( 1, 5 )
msgbox %A_Index% times.
return

Rand( l, h )
{
Random, ov, %l%, %h%
return ov
}
  Topic: Joystick and Gamepad Test Script
[VxE]

Replies: 0
Views: 111

PostForum: Scripts & Functions   Posted: Thu Aug 28, 2008 2:06 am   Subject: Joystick and Gamepad Test Script
Somehow, I came to write a (supposed) upgrade to the ; Joystick Test Script. Should be a significant upgrade from the
; one found at http://www.autohotkey.com/docs/scripts/JoystickTest.htm
; in ...
  Topic: horizontal pointer wrap
[VxE]

Replies: 5
Views: 101

PostForum: Ask for Help   Posted: Thu Aug 28, 2008 1:50 am   Subject: horizontal pointer wrap
; Buttersmooth mod of Serenity's script
#singleinstance force
#persistent
setbatchlines, -1
coordmode, mouse, relative
settimer, mouseget, 1

mouseget:
mousegetpos, x, y, hwnd
wingetActiv ...
  Topic: horizontal pointer wrap
[VxE]

Replies: 5
Views: 101

PostForum: Ask for Help   Posted: Thu Aug 28, 2008 12:20 am   Subject: horizontal pointer wrap
; Buttersmooth mod of Serenity's script
#singleinstance force
#persistent
setbatchlines, -1
coordmode, mouse, screen
settimer, mouseget, 1
mouseget:
mousegetpos, x, y
if !Mod(x, a_scre ...
  Topic: PixelGetColor and If statement
[VxE]

Replies: 7
Views: 76

PostForum: Ask for Help   Posted: Wed Aug 27, 2008 8:26 pm   Subject: Re: PixelGetColor and If statement
; PixelGetColor, OutputVar, %x%+0, %y%+2,RGB ; erroneous syntax
PixelGetColor, OutputVar, x+0, y+2,RGB ; recommended
if (OutputVar = 0xFFFFFF) ; nothing wrong with this, hex and dec in ...
  Topic: Mouse Button Not Detected / Help with Doubleclick Script
[VxE]

Replies: 2
Views: 71

PostForum: Ask for Help   Posted: Wed Aug 27, 2008 9:58 am   Subject: Mouse Button Not Detected / Help with Doubleclick Script
Under Logitech's mouse configgermajigger, set the thumb button to "generic button", or "mouse4", or whatever it may be called. Then AHK can detect it with the XButton1 hotkey.
  Topic: where's my mistake in this getpixelcolor script
[VxE]

Replies: 4
Views: 86

PostForum: Ask for Help   Posted: Tue Aug 26, 2008 11:41 pm   Subject: where's my mistake in this getpixelcolor script
If you get the color of apixel that is outside the screen, it seems to return a value of 0xFFFFFFFF, which may be what's happening in your case. Also, be sure to set [url=http://www.autohotkey.com/doc ...
  Topic: Add parameter to run command
[VxE]

Replies: 2
Views: 54

PostForum: Ask for Help   Posted: Tue Aug 26, 2008 7:22 pm   Subject: Add parameter to run command
run %A_AhkPath% "c:\MyScript.ahk" "param1" "%param2%"
  Topic: Transform loop to timed sequence via SetTimer
[VxE]

Replies: 3
Views: 66

PostForum: Ask for Help   Posted: Tue Aug 26, 2008 11:36 am   Subject: Transform loop to timed sequence via SetTimer
I would hazard a guess that the best method to have a looping script for however many windows while maintaining performance and keeping CPU load low would be to have the script run however many instan ...
  Topic: how would i?
[VxE]

Replies: 15
Views: 246

PostForum: Ask for Help   Posted: Tue Aug 26, 2008 6:22 am   Subject: how would i?
...no matter what my "English" is always gonna be correct for me...
And yet, the online community has not seen an upsurge in popularity of linguistic troglodytes Rolling Eyes

Grammar Nazis w ...
  Topic: Flyff
[VxE]

Replies: 4
Views: 100

PostForum: Ask for Help   Posted: Mon Aug 25, 2008 4:51 am   Subject: Flyff
long story short, I think I might have found a way, but really had to think... differently
Yes, you used a non-ahk tool. Your bragging rights are withheld until you post a comprehensive how-to for ev ...
  Topic: How Do I Uninstall AutoHotkey?
[VxE]

Replies: 9
Views: 332

PostForum: Ask for Help   Posted: Mon Aug 25, 2008 1:36 am   Subject: Re: How Do I Uninstall AutoHotkey?
Hmmmm....would be useful if AutoHotKey showed up in Add/Remove program list.

I can't even get rid of this crap through a full RegEdit search and destroy.
Well, if you didn't actually install AHK, ...
  Topic: Manual block tabbing / detabbing
[VxE]

Replies: 1
Views: 136

PostForum: Scripts & Functions   Posted: Sun Aug 24, 2008 11:22 pm   Subject: Manual block tabbing / detabbing
This is a little something whipped up because I don't use a fancy editor that has built-in auto indenting and whatnot. Basically, what this script does is while the not deselect the text, so you can ...
 
Page 1 of 74 Goto page 1, 2, 3 ... 72, 73, 74  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group