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 900 matches
AutoHotkey Community Forum Index
Author Message
  Topic: File date lock / internal INI demo
ManaUser

Replies: 0
Views: 315

PostForum: Scripts & Functions   Posted: Sat Apr 26, 2008 7:40 pm   Subject: File date lock / internal INI demo
This is a very simple script for "locking" file modification dates. Each time the script is run it looks at all the files in the folder. If it has a date saved for that file, it checks if th ...
  Topic: what's IMPOSSIBLE with AHK?
ManaUser

Replies: 41
Views: 1987

PostForum: General Chat   Posted: Tue Apr 22, 2008 4:23 am   Subject: what's IMPOSSIBLE with AHK?
Aside from things you can't do in any language (like peel potatoes), I think an OS is about the only think you absolutely couldn't make. (Which didn't stop someone from asking, I recall.)
  Topic: Mouser (by Adam Pash): a new concept for a keyboard mouse
ManaUser

Replies: 13
Views: 2882

PostForum: Scripts & Functions   Posted: Sun Mar 23, 2008 7:33 pm   Subject: Mouser (by Adam Pash): a new concept for a keyboard mouse
This is a little bit like [url=http://www.autohotkey.com/forum/viewtopic.php?t=21169sansmouse]SansMouse, but perhaps more intuitive.
  Topic: Color Clicker?
ManaUser

Replies: 2
Views: 210

PostForum: Ask for Help   Posted: Thu Mar 20, 2008 5:02 am   Subject: Color Clicker?
No, but you can easily make your own.
  Topic: hotstrings output issue over remote desktop
ManaUser

Replies: 6
Views: 260

PostForum: Ask for Help   Posted: Wed Mar 19, 2008 7:43 pm   Subject: hotstrings output issue over remote desktop
How about trying some of the other send modes. SendEvent/SendInput/SendPlay
  Topic: There's a bug in this script
ManaUser

Replies: 22
Views: 936

PostForum: Scripts & Functions   Posted: Wed Mar 19, 2008 5:13 am   Subject: There's a bug in this script
Sounds cool, feel free to post your modified version.

I haven't done much more on this myself. I've written code for the bug to follow (or flee from) a point on the screen, but I haven't put it to ...
  Topic: @ sign
ManaUser

Replies: 8
Views: 204

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 1:51 am   Subject: @ sign
Odd problem, because I don't think @ has any special meaning to AutoHotkey.
  Topic: [remap key] "CTRL+SHIFT+P" to "P" ONLY
ManaUser

Replies: 7
Views: 208

PostForum: Ask for Help   Posted: Sat Mar 15, 2008 5:32 pm   Subject: Re: still not working ...
You can specify left or right be prefixing < or > to ^ or +, but I don't think that will fix the problem. Try this, for diagnostic purposes:
^+p::MsgBox Hi!
If you see the message box ...
  Topic: [remap key] "CTRL+SHIFT+P" to "P" ONLY
ManaUser

Replies: 7
Views: 208

PostForum: Ask for Help   Posted: Sat Mar 15, 2008 6:48 am   Subject: [remap key] "CTRL+SHIFT+P" to "P" ONLY
This will probably do what you need:
^+p::Send p
  Topic: There's a bug in this script
ManaUser

Replies: 22
Views: 936

PostForum: Scripts & Functions   Posted: Fri Mar 14, 2008 10:16 pm   Subject: There's a bug in this script
I find it strange that you do this:

Loop Parse, XSpeeds, :
XSpeed%A_Index% := A_LoopField
Loop Parse, YSpeeds, :
YSpeed%A_Index% := A_LoopField
Good point. It hardly matt ...
  Topic: There's a bug in this script
ManaUser

Replies: 22
Views: 936

PostForum: Scripts & Functions   Posted: Fri Mar 14, 2008 4:36 am   Subject: There's a bug in this script
I think it would be cool to create very basic artificial life that lives on your desktop like that - You could program some really basic behaviors like one bug that runs away from another bug that wan ...
  Topic: Blueman Shoot v1.3.10 (Game)
ManaUser

Replies: 15
Views: 3837

PostForum: Scripts & Functions   Posted: Thu Mar 13, 2008 9:14 pm   Subject: Blueman Shoot v1.3.10 (Game)
I understand. As a demo, it's impressive. It definitely shows potential.

As far as bugs, the only one I noticed is that it will do some odd things if you shoot again before the last shot stops movi ...
  Topic: There's a bug in this script
ManaUser

Replies: 22
Views: 936

PostForum: Scripts & Functions   Posted: Thu Mar 13, 2008 9:11 pm   Subject: There's a bug in this script
This is awesome! Too much fun. I got sad when I clicked it.
Thanks, glad you liked it. And I know what you mean. I'm rather fond of the little guy too. So I've updated it with a kinder, gentler opt ...
  Topic: Blueman Shoot v1.3.10 (Game)
ManaUser

Replies: 15
Views: 3837

PostForum: Scripts & Functions   Posted: Thu Mar 13, 2008 8:55 pm   Subject: Blueman Shoot v1.3.10 (Game)
Well... to be perfectly honest it's not a very fun game. But it's neat to see something like this made in AutoHotkey.
  Topic: AHK Remote - TCP/IP based remote control
ManaUser

Replies: 6
Views: 2415

PostForum: Scripts & Functions   Posted: Thu Mar 13, 2008 4:26 am   Subject: AHK Remote - TCP/IP based remote control
I added a new function, ARMenu. It displays a pop-up menu with whatever items you want and returns the position of the selected item. Also, I had a chance to test this over the Internet, and it does i ...
 
Page 1 of 60 Goto page 1, 2, 3 ... 58, 59, 60  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group