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 17 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to know how long the key have been pressed?
BioBrain

Replies: 2
Views: 344

PostForum: Ask for Help   Posted: Sun Jul 26, 2009 12:56 am   Subject: How to know how long the key have been pressed?
Use KeyWait and A_TimeSinceThisHotkey

Yep, it's working. Tx alot ruespe.

Here is final code that i'm using:

~Space:: ; Jump Echo 1000ms
~x:: ; sit
{
WinGet, GameID, I ...
  Topic: How to know how long the key have been pressed?
BioBrain

Replies: 2
Views: 344

PostForum: Ask for Help   Posted: Sat Jul 25, 2009 7:30 pm   Subject: How to know how long the key have been pressed?
I think i've seen about this one somewhere in this forum, but unfortunately i can't find it.

I want to know how to differentiate between tap the key & hold the key in millisecond.

Here's the ...
  Topic: Cannot map ALT + ` (tilde button) to Middle Button for game
BioBrain

Replies: 13
Views: 3764

PostForum: Ask for Help   Posted: Fri Oct 17, 2008 12:04 pm   Subject: Cannot map ALT + ` (tilde button) to Middle Button for game
SetKeyDelay, 20, 80
#IfWinActive, Angels Online - Archillies(Malaysia-1)
$MButton::SendPlay {LAlt Downtemp}{``}{LAlt Up}

Maybe change Send to SendP ...
  Topic: How to "open in new tab"
BioBrain

Replies: 7
Views: 558

PostForum: Ask for Help   Posted: Fri Oct 17, 2008 11:46 am   Subject: How to "open in new tab"
I think in firefox click the middle mouse button is the same like open in new tab.
  Topic: Right mouse button -> Alt + Middle mouse button
BioBrain

Replies: 15
Views: 2201

PostForum: Ask for Help   Posted: Fri Oct 17, 2008 11:43 am   Subject: Right mouse button -> Alt + Middle mouse button
~RButton & LButton::
~LButton & RButton:: ;This will make work either Left or Right clicked 1st
Send, {Ctrl Down}{Alt Down}{MButton Down}
Key ...
  Topic: 3 keys in a row
BioBrain

Replies: 7
Views: 541

PostForum: Ask for Help   Posted: Fri Oct 17, 2008 11:04 am   Subject: 3 keys in a row
maybe this command may help:

[url=http://www.autohotkey.com/docs/commands/GetKeyState.htm]GetKeyState
[url=http://www.autohotkey.com/docs/commands/KeyWait.htm]KeyWait
[url=http://www.autohotkey.c ...
  Topic: Pls Hlp, FileRead doesn't read all content...
BioBrain

Replies: 7
Views: 630

PostForum: Ask for Help   Posted: Fri Oct 10, 2008 3:49 pm   Subject: Pls Hlp, FileRead doesn't read all content...
After doing some research & experiment I found this in AHKHelp
If the specified file contains any binary zeros (which never occur in proper text files), only the text before the first binary zero ...
  Topic: Pls Hlp, FileRead doesn't read all content...
BioBrain

Replies: 7
Views: 630

PostForum: Ask for Help   Posted: Sun Oct 05, 2008 12:10 am   Subject: Pls Hlp, FileRead doesn't read all content...
hahaha it's work Very Happy

but i don't understand the code Razz

tx 4 Ur help. Laughing
  Topic: Pls Hlp, FileRead doesn't read all content...
BioBrain

Replies: 7
Views: 630

PostForum: Ask for Help   Posted: Sat Oct 04, 2008 7:05 pm   Subject: Pls Hlp, FileRead doesn't read all content...
tx 4 Ur reply Smile

so any solution 4 this kind of problem? Question
  Topic: dual boxing WoW mapping arrow keys
BioBrain

Replies: 1
Views: 1064

PostForum: Ask for Help   Posted: Sat Oct 04, 2008 1:59 pm   Subject: dual boxing WoW mapping arrow keys
Maybe U can use controlsend

http://www.autohotkey.com/forum/viewtopic.php?t=36276controlsend
  Topic: Screen Capture with Transparent Windows and Mouse Cursor
BioBrain

Replies: 173
Views: 86352

PostForum: Scripts & Functions   Posted: Sat Oct 04, 2008 1:56 pm   Subject: Screen Capture with Transparent Windows and Mouse Cursor
I've been thinking, do U thing it's possible to search is image in clipboard is the same with image I want 2 search. kinda like ImageSearch but not on screen, but search in the Clipboard.
Sure it's p ...
  Topic: Pls Hlp, FileRead doesn't read all content...
BioBrain

Replies: 7
Views: 630

PostForum: Ask for Help   Posted: Sat Oct 04, 2008 1:50 pm   Subject: Pls Hlp, FileRead doesn't read all content...
Hi, can any1 help me?

I'm trying to search a file name (*.sav) in a file (save.dat) using fileread, then compare it with the file that I've loaded using loop (files & folders) in (Slot01) folde ...
  Topic: Screen Capture with Transparent Windows and Mouse Cursor
BioBrain

Replies: 173
Views: 86352

PostForum: Scripts & Functions   Posted: Sat Feb 16, 2008 12:46 am   Subject: Screen Capture with Transparent Windows and Mouse Cursor
Hi Sean, that's a great script. I've using it for a while to search what kind of cursor is active right now coz it can capture mouse cursor.

I've been thinking, do U thing it's possible to search i ...
  Topic: howto disable rightclick menu
BioBrain

Replies: 4
Views: 589

PostForum: Ask for Help   Posted: Thu Feb 14, 2008 9:57 am   Subject: howto disable rightclick menu
try to use it without '~'

+Rbutton::
Send, ^v ;Paste via shift+right mouse click
return

^Rbutton::
Send, ^c ;copy via ctrl+right mouse click
return

^+Rbutton::
Se ...
  Topic: need help with macros
BioBrain

Replies: 2
Views: 498

PostForum: Ask for Help   Posted: Wed Feb 13, 2008 11:09 pm   Subject: need help with macros
try this
^!7:: Send white:wave:sellin cooked lobbies. press 444 to buy
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group