| Author |
Message |
Forum: Offtopic Topic: « What's on your mind? » |
| politie |
|
Posted: March 8th, 2011, 2:29 pm
|
|
Replies: 1416 Views: 58698
|
| hey tidbit, im good how are you? i just found out your name is spelled the same written backwards and mirrored. you a witch or something? |
|
 |
Forum: Offtopic Topic: « What's on your mind? » |
| politie |
|
Posted: February 28th, 2011, 2:31 pm
|
|
Replies: 1416 Views: 58698
|
| Well this morning I got woken up bright and early by 15+ police running through my apartment. Apparently one of my so called good friends decided to try and steal my roommate's TV and my laptop (and I'm sure many other things were on the list aswell). But my neighbor saw them carrying the TV out an... |
|
 |
Forum: Support Topic: bunnyhop help |
| politie |
|
Posted: August 31st, 2010, 10:49 pm
|
|
Replies: 4 Views: 635
|
i think the game causes the slowing down, i dont know how some guys can bunny hop so fast but i dont think its possible with ahk.
i'm not 100% sure though. |
|
 |
Forum: Support Topic: !H |
| politie |
|
Posted: June 24th, 2010, 12:01 pm
|
|
Replies: 4 Views: 160
|
| what do you mean the signs are not viewed? |
|
 |
Forum: Support Topic: Help me copy content of text file |
| politie |
|
Posted: June 24th, 2010, 12:00 pm
|
|
Replies: 8 Views: 589
|
put the content into the clipboard then.
clipboard := (whatever you want in it here). |
|
 |
Forum: Support Topic: Cannot remap the alt key |
| politie |
|
Posted: June 23rd, 2010, 10:44 pm
|
|
Replies: 2 Views: 121
|
maybe you could try LAlt::send{tab} or RAlt::send{tab} or just Alt::...
i think it works then, good luck. |
|
 |
Forum: Support Topic: Why am I an idiot? Getting a script to run at specific time |
| politie |
|
Posted: May 3rd, 2010, 11:25 pm
|
|
Replies: 3 Views: 245
|
if you start the script now it will only check if its that time that second, maybe you should loop the whole thing so it keeps checking if its time to do it. do you know what i mean?
the post below from none should be usefull  |
|
 |
Forum: Support Topic: Holding Down the Mouse Button = Certain frequency of clicks? |
| politie |
|
Posted: April 24th, 2010, 10:20 pm
|
|
Replies: 2 Views: 264
|
| that should be possible yes. |
|
 |
Forum: Support Topic: Hello simple macro |
| politie |
|
Posted: March 1st, 2010, 7:27 am
|
|
Replies: 2 Views: 591
|
|
 |
Forum: Support Topic: guicontrol, delete work around |
| politie |
|
Posted: February 27th, 2010, 11:53 pm
|
|
Replies: 3 Views: 234
|
hey, thanks for the reply,
it doesnt really matter what the code looks like, im just asking if anyone has found a way to delete a control in a gui. without destroying the gui itself. |
|
 |
Forum: Support Topic: guicontrol, delete work around |
| politie |
|
Posted: February 27th, 2010, 11:26 pm
|
|
Replies: 3 Views: 234
|
hello, i need some help.
i want to remove 1 given text area in my gui. i know gui, delete does not exist yet and im wondering if anyone maybe have found a work around for this.
as of now im doing it with hide but a delete would be much better.
Thanks. |
|
 |
Forum: Support Topic: How to stop all scripts with names like B1456729.ahk |
| politie |
|
Posted: February 21st, 2010, 2:12 am
|
|
Replies: 18 Views: 1766
|
or give them all the same hotkey to close like
Code: F8::exitapp
that to all and then send f8. |
|
 |
Forum: Support Topic: Tab is a no show |
| politie |
|
Posted: February 20th, 2010, 12:29 pm
|
|
Replies: 3 Views: 505
|
| im sorry, could you point out whats not working exactly? |
|
 |
Forum: Support Topic: Open ahk files in aplications! |
| politie |
|
Posted: February 20th, 2010, 1:32 am
|
|
Replies: 6 Views: 253
|
| you could just make for example, notepad.ahk, and use that script to run notepad first and then the script itself. so you wont use the notepad shortcut but your own made script for it. but to make it do it automatically like notepad.exe load notepad.ahk automatically i wouldnt know. i dont think its... |
|
 |
Forum: Support Topic: Toggle for Holding Down a Key? |
| politie |
|
Posted: February 17th, 2010, 2:19 pm
|
|
Replies: 3 Views: 282
|
maybe this will work.
Code: ~c:: Send {c down} sleep 100 KeyWait, c, D send {c up}
|
|
 |
| Sort by: |