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 61 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Auto-raise / mouse hover
LoSinG_LoSeR

Replies: 47
Views: 6722

PostForum: Scripts & Functions   Posted: Thu Oct 11, 2007 10:14 pm   Subject: Auto-raise / mouse hover
Thanks for your reply, didn't work for me at first (I have a Swedish version of xp) but that was easy to take care of.

Thanks again.
  Topic: Auto-raise / mouse hover
LoSinG_LoSeR

Replies: 47
Views: 6722

PostForum: Scripts & Functions   Posted: Thu Oct 11, 2007 9:32 pm   Subject: Auto-raise / mouse hover
Great script, this will make life easier!

Would it be possible to add so you can close windows with Middle mouse button (like FF tabs)? That would be even better!

Thanks again.
  Topic: Line text: shiftup} Internet explorer
LoSinG_LoSeR

Replies: 4
Views: 206

PostForum: Ask for Help   Posted: Sat Jun 16, 2007 5:44 pm   Subject: Line text: shiftup} Internet explorer
Post the code you got here.
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
LoSinG_LoSeR

Replies: 1821
Views: 338080

PostForum: Scripts & Functions   Posted: Mon May 28, 2007 3:42 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
I know but i cant find it. It shouldnt be so hard to make it either i think, but im a noob so i cant make it. So please can anyone post it?maybe not so hard for you... but for the one who has to make ...
  Topic: one mouse click remapped into 2
LoSinG_LoSeR

Replies: 3
Views: 184

PostForum: Ask for Help   Posted: Thu Mar 29, 2007 7:46 pm   Subject: one mouse click remapped into 2
Mbutton::Send {Mbutton 2}That should do it.

Edit:
When Mbutton is pressed (Mbutton:: ) it will send two Mbuttons (send {mbutton 2})
  Topic: Releasing Hotkeys
LoSinG_LoSeR

Replies: 4
Views: 218

PostForum: Ask for Help   Posted: Mon Mar 26, 2007 4:25 pm   Subject: Releasing Hotkeys
I don't know if I've understood you...

Press b, wait, then mouseclick, wait, then release b.
send, {b down}{sleep 1000}{click}{sleep 1000}{b up}
...
  Topic: Removes words from the Firefox 2 custom spellcheck dictionar
LoSinG_LoSeR

Replies: 3
Views: 631

PostForum: Scripts & Functions   Posted: Sun Mar 18, 2007 4:34 pm   Subject: Removes words from the Firefox 2 custom spellcheck dictionar
Nice, I was in need of this since i tend to miss click "add word" quite often...

Would be nice with a list view so you can select multiple words. Adding words ain't that important since y ...
  Topic: AHK Art
LoSinG_LoSeR

Replies: 17
Views: 5017

PostForum: Scripts & Functions   Posted: Sun Jan 07, 2007 4:32 pm   Subject: AHK Art
And wulfgar,to use the current mouse position just put mousegetpos, CurrentX, CurrentY before the first loop and change the 400's for CurrentY and CurrentXI couldn't get that to work... =/
Don't real ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
LoSinG_LoSeR

Replies: 1821
Views: 338080

PostForum: Scripts & Functions   Posted: Thu Dec 07, 2006 5:52 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
He's talking about commander view...?

A helpful hint: Use the search function! The answer is already in this thread.
  Topic: Pixelsearch
LoSinG_LoSeR

Replies: 8
Views: 430

PostForum: Ask for Help   Posted: Sat Nov 18, 2006 1:05 pm   Subject: Re: Pixelsearch
How do i make it search for the pixel color closest to the middle (or closest to a certain pixel)?
Use PixelGetColor to get the pixel color. And use A_ScreenWidth A_ScreenHeight to get which pixel is ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
LoSinG_LoSeR

Replies: 1821
Views: 338080

PostForum: Scripts & Functions   Posted: Tue Nov 07, 2006 2:54 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Cyclops: Could you please quote PB's response/punnishment/whatever, I doubt the will stat whipe you. And, I've just bought this game and I will complain if they don't let me use ahk...
  Topic: Help with pasteing numbers?Quickkeys
LoSinG_LoSeR

Replies: 3
Views: 224

PostForum: Ask for Help   Posted: Mon Nov 06, 2006 3:54 pm   Subject: Re: Help with pasteing numbers?Quickkeys
How do I paste numbers?
Win + s and 2345 would be pasted
Example:
#s::
Send Sincerely,{Enter}John Smith
return
If I put numbers in,it does not work.
#s::
2345 {Enter}
return

#s::
Send, 23 ...
  Topic: Ginseng - just another reminder/notes saver: New Version 1.5
LoSinG_LoSeR

Replies: 30
Views: 2131

PostForum: Scripts & Functions   Posted: Sun Nov 05, 2006 6:42 pm   Subject: Ginseng - just another reminder/notes saver: New Version 1.5
Thank you!

Just one small thing, did you change the border? Not sure if it is changed, but I got a feeling something is diffrent. Anyway, I liked the old black (?) border better then the current on ...
  Topic: gui scripting
LoSinG_LoSeR

Replies: 1
Views: 199

PostForum: Ask for Help   Posted: Wed Nov 01, 2006 2:26 pm   Subject: gui scripting
I'm not sure what you are looking for. But it might be this: [url=http://www.autohotkey.com/forum/viewtopic.php?t=775]:: SmartGUI Creator :: by Rajat.

Next time maybe a Search will help you find yo ...
  Topic: new user
LoSinG_LoSeR

Replies: 13
Views: 378

PostForum: Ask for Help   Posted: Wed Nov 01, 2006 2:16 pm   Subject: new user
Loop
{
GetKeyState, akeystate, a ;Checks the keystate for 'a'
If Akeystate = D ;If the keyState is 'down'
Break ;Then break the loop
Tooltip %A_Index%
}



Thank you 'Guest' f ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group