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 2393 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Toggle WASD keys to Arrow keys help
[VxE]

Replies: 2
Views: 39

PostForum: Ask for Help   Posted: Sun Mar 21, 2010 1:08 am   Subject: Toggle WASD keys to Arrow keys help
Gui, 92:+Owner
Gui, 92:Show, y-99999 NoActivate, [VxE] says to change QWEASD to H^E<v>
#UseHook

~CapsLock::Gui, % "92:" ( GetKeyState("Cap ...
  Topic: why does my alpha numeric variable paste 0)))%(!*)d01?
[VxE]

Replies: 7
Views: 108

PostForum: Ask for Help   Posted: Sat Mar 20, 2010 2:01 am   Subject: why does my alpha numeric variable paste 0)))%(!*)d01?
Shot in the dark:SendEvent, {Blind}{Shift Up}instead of "SendInput, {Shift Up}"
  Topic: ..Need help with a date.
[VxE]

Replies: 7
Views: 104

PostForum: Ask for Help   Posted: Thu Mar 18, 2010 8:01 am   Subject: ..Need help with a date.
When you use execute).

Alternatively, you can try ;#########################################
SetTitleMatchMode, Regex
;=========================================
#IfWinActive ^Microsoft Access - ...
  Topic: How can I turn 90 degree in FPS game?
[VxE]

Replies: 1
Views: 57

PostForum: Ask for Help   Posted: Thu Mar 18, 2010 7:52 am   Subject: How can I turn 90 degree in FPS game?
[url=http://www.autohotkey.com/docs/commands/MouseMove.htm]MouseMove, (-)123, 0, 0, R

... though you'll have to do a bit of tweaking to get something close to 90º.
  Topic: creating a POINTS struct, NumPut problems, etc
[VxE]

Replies: 39
Views: 699

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 9:58 am   Subject: creating a POINTS struct, NumPut problems, etc
i don't really understand your code or what you're trying to show. i'll have to study it when i have more time.
Sry for not explaining, but if you run the script I posted, you'll see a translucent, p ...
  Topic: creating a POINTS struct, NumPut problems, etc
[VxE]

Replies: 39
Views: 699

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 3:10 am   Subject: creating a POINTS struct, NumPut problems, etc
In my experience, the NC?BUTTONXXX class of messages only pass the mouse pointer's position as a rarely-used reference.

Also, the trick with NCLBUTTONDOWN is that the left mouse button should also ...
  Topic: NumGet() and NumPut() Custom types
[VxE]

Replies: 7
Views: 99

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 2:41 am   Subject: NumGet() and NumPut() Custom types
Firstly, I hope you're not trying to insert hex data when you do MyVar = FFEEDDCCBBAA, because that's the wrong way. When you assign a string to a variable, you are inserting an array of ascii-codes ( ...
  Topic: Universal RSI Hotkeys needed
[VxE]

Replies: 5
Views: 127

PostForum: Ask for Help   Posted: Tue Mar 16, 2010 7:10 am   Subject: Universal RSI Hotkeys needed
This is as far as I got. As commented, I couldn't get the modifier hotkeys to block the key releases from the system, so the code doesn't work for the modifiers, though it works for the mouse buttons. ...
  Topic: initialize static var with concatenated strings
[VxE]

Replies: 10
Views: 793

PostForum: Wish List   Posted: Tue Mar 16, 2010 4:41 am   Subject: initialize static var with concatenated strings
Apologies for bumping an old thread, but continuation sections can be used with static initializers, for example:
msgbox % Shipping_USStateCodes( "ca" )

Shipping_USStateCodes( ...
  Topic: MouseWheel to Intelligently Move Mouse Cursor
[VxE]

Replies: 2
Views: 77

PostForum: Ask for Help   Posted: Tue Mar 16, 2010 3:49 am   Subject: MouseWheel to Intelligently Move Mouse Cursor
This will do a 1-pixel click-drag on every WheelUp done in a new notepad window without releasing the left button between scrolls less than 1/2 a second apart. The left mouse button is released 1/2 se ...
  Topic: grabbing a phone number
[VxE]

Replies: 13
Views: 216

PostForum: Ask for Help   Posted: Sat Mar 13, 2010 4:13 am   Subject: grabbing a phone number
#p::
SendInput, +{end} ; select text to the right of the caret, up to the end of a line
OldClip := ClipboardAll ; save old contents
Clipboard := "" ; wipe cli ...
  Topic: Fallout 3 is disabling my global hotkeys in Foobar 2000
[VxE]

Replies: 5
Views: 198

PostForum: Ask for Help   Posted: Thu Mar 11, 2010 11:40 am   Subject: Fallout 3 is disabling my global hotkeys in Foobar 2000
$^!p::
IfWinExist, ahk class Foobar-ahk-class-name
ControlSend, ahk_parent, ^!p, ahk class Foobar-ahk-class-name
Return
The parts in red are probably incorrect. Read up on [url=http:/ ...
  Topic: Opens a file fine, but then thinks that it failed
[VxE]

Replies: 3
Views: 86

PostForum: Bug Reports   Posted: Wed Mar 10, 2010 2:49 am   Subject: Opens a file fine, but then thinks that it failed
The ManualUseErrorLevel ... If the launch fails, this option skips the warning dialog, sets ErrorLevel to the word ERROR, and allows the current thread to continue.
  Topic: set timer
[VxE]

Replies: 1
Views: 67

PostForum: Ask for Help   Posted: Tue Mar 09, 2010 7:50 am   Subject: set timer
#Persistent ; prevents the script from exiting when it reaches the first 'Return'
SetTimer, MySubroutine, 900000 ; 900,000 milliseconds is 15 minutes
MySubroutine: ; this is a label
Tooltip, ...
  Topic: Fallout 3 is disabling my global hotkeys in Foobar 2000
[VxE]

Replies: 5
Views: 198

PostForum: Ask for Help   Posted: Tue Mar 09, 2010 3:17 am   Subject: Fallout 3 is disabling my global hotkeys in Foobar 2000
Try putting #IfWinActive, Fallout3at the top of your script.
 
Page 1 of 160 Goto page 1, 2, 3 ... 158, 159, 160  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group