AutoHotkey Community

It is currently May 22nd, 2012, 2:21 pm

All times are UTC [ DST ]


Search found 61 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Auto-raise / mouse hover

Posted: October 11th, 2007, 11:14 pm 

Replies: 89
Views: 30292


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.

 Forum: Scripts   Topic: Auto-raise / mouse hover

Posted: October 11th, 2007, 10:32 pm 

Replies: 89
Views: 30292


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.

 Forum: Support   Topic: Line text: shiftup} Internet explorer

Posted: June 16th, 2007, 6:44 pm 

Replies: 4
Views: 460


Post the code you got here.

 Forum: Scripts   Topic: BF2 MACROS (SUMMARY) - post all working macros here please

Posted: May 28th, 2007, 4:42 pm 

Replies: 1912
Views: 546423


PiffarnsPuff wrote:
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 it/find it for you. If you want it you have to work (a little) for it.

 Forum: Support   Topic: one mouse click remapped into 2

Posted: March 29th, 2007, 8:46 pm 

Replies: 3
Views: 451


Code:
Mbutton::Send {Mbutton 2}
That should do it.

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

 Forum: Support   Topic: Releasing Hotkeys

Posted: March 26th, 2007, 5:25 pm 

Replies: 4
Views: 466


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} Not tested =/ If you post your code next time, it maybe will be easier to understand what you're trying t...

 Forum: Scripts   Topic: Removes words from the Firefox 2 custom spellcheck dictionar

Posted: March 18th, 2007, 5:34 pm 

Replies: 3
Views: 1102


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 you don't know all the default ones by heart...? And if you have more than one dictionary? One swe, one ...

 Forum: Scripts   Topic: AHK Art

Posted: January 7th, 2007, 5:32 pm 

Replies: 17
Views: 7121


jps wrote:
And wulfgar,to use the current mouse position just put
Code:
mousegetpos, CurrentX, CurrentY
before the first loop and change the 400's for CurrentY and CurrentX
I couldn't get that to work... =/
Don't really understand the math, help appreciated.

 Forum: Scripts   Topic: BF2 MACROS (SUMMARY) - post all working macros here please

Posted: December 7th, 2006, 6:52 pm 

Replies: 1912
Views: 546423


He's talking about commander view...?

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

 Forum: Support   Topic: Pixelsearch

 Post subject: Re: Pixelsearch
Posted: November 18th, 2006, 2:05 pm 

Replies: 8
Views: 694


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 in the middle of the screen. Hope that helps. I didn't feel like reading all that nonsense, so if y...

 Forum: Scripts   Topic: BF2 MACROS (SUMMARY) - post all working macros here please

Posted: November 7th, 2006, 3:54 pm 

Replies: 1912
Views: 546423


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...

 Forum: Support   Topic: Help with pasteing numbers?Quickkeys

Posted: November 6th, 2006, 4:54 pm 

Replies: 3
Views: 495


redd wrote:
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

Quote:
#s::
Send, 2345 {Enter}
That might be it? If you use code tags it easier to tell...

 Forum: Scripts   Topic: Ginseng - just another reminder/notes saver: New Version 1.5

Posted: November 5th, 2006, 7:42 pm 

Replies: 30
Views: 4646


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 one.

 Forum: Support   Topic: gui scripting

Posted: November 1st, 2006, 3:26 pm 

Replies: 1
Views: 455


I'm not sure what you are looking for. But it might be this: :: SmartGUI Creator :: by Rajat.

Next time maybe a Search will help you find your answer faster.

 Forum: Support   Topic: new user

Posted: November 1st, 2006, 3:16 pm 

Replies: 13
Views: 737


Code:
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' for helping a noob help a noob ^_^
Sort by:  
Page 1 of 5 [ Search found 61 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group