| Author |
Message |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Mon Jul 05, 2010 5:29 pm Subject: Draw on Screen |
Not much time for this right now, but you could try to make an AHK script launcher instead of a .bat script.
There are options to run it hidden. |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Wed Jun 09, 2010 8:18 pm Subject: Draw on Screen |
New version again:
- added NumpadAdd/PgUp and NumpadSub/PgDown to control replay speed
- moved tooltips to top left, because it messes with drawing ;
retored drawing while help is on.
... |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Wed Jun 09, 2010 10:12 am Subject: Draw on Screen |
Nice! Good work!
I've updated the script with your modifications.
Also changed:
- fixed: generated scripts now depend on the name of the main ahk file.
- restored red as first color (sorry ... |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Sun Jun 06, 2010 11:14 am Subject: Draw on Screen |
New release!
- multiple screen support !
- replay scripts EXACTLY as they were drawn
(does not use mspaint anymore, redraws directly to the screen)
- compile scripts to .exe files to send them ... |
Topic: Draw on Screen |
Metaxal
Replies: 20
Views: 3882
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 8:42 am Subject: Draw on Screen |
Drawing lines has been improved (still not using LineTo though).
Please see :
http://www.autohotkey.com/forum/viewtopic.php?p=254474 |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 8:38 am Subject: Draw on Screen |
Thanks maximo3491.
I've update the script to include your features.
+ Fixed the log_message, restored it to 1 by default, but keeping it as a parameter (the problem was that log_message was not de ... |
Topic: Macro recorder |
Metaxal
Replies: 56
Views: 58482
|
Forum: Scripts & Functions Posted: Sun Sep 06, 2009 10:12 am Subject: Macro recorder |
I made some changes in the code.
Now, if the "Rel" checkbox is checked, the mouse coordinates are relative to their original (screen) position.
I did some tests in Paint, it seems to wor ... |
Topic: Macro recorder |
Metaxal
Replies: 56
Views: 58482
|
Forum: Scripts & Functions Posted: Tue Sep 01, 2009 2:33 pm Subject: Macro recorder |
Thanks.
I updated the code, but I have no time for testing... |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Fri Aug 28, 2009 9:35 am Subject: Draw on Screen |
Oops... hehe, thanks  |
Topic: Draw on Screen |
Metaxal
Replies: 23
Views: 7149
|
Forum: Scripts & Functions Posted: Fri Aug 28, 2009 8:00 am Subject: Draw on Screen |
| Thanks, I updated the code. |
Topic: Macro recorder |
Metaxal
Replies: 56
Views: 58482
|
Forum: Scripts & Functions Posted: Wed Apr 01, 2009 8:43 am Subject: Macro recorder |
Yes, you can get it from the first post of this topic by Titan. It's one of his files.
Maybe I should directly integrate it inside the recorder file? |
Topic: Macro recorder |
Metaxal
Replies: 56
Views: 58482
|
Forum: Scripts & Functions Posted: Sat Mar 21, 2009 10:21 am Subject: Macro recorder |
| I need feedback, does it work for other people too? |
Topic: See running AutoHotkey scripts (and end them) |
Metaxal
Replies: 8
Views: 3013
|
Forum: Scripts & Functions Posted: Fri Mar 20, 2009 10:13 am Subject: See running AutoHotkey scripts (and end them) |
Good script!
Suggestion: You could use a timer to automatically refresh the list every second or so. |
Topic: ~VK2E not recognized but ~Delete is ok |
Metaxal
Replies: 2
Views: 988
|
Forum: Bug Reports Posted: Wed Mar 18, 2009 9:29 am Subject: ~VK2E not recognized but ~Delete is ok |
Thanks, that might help.
In fact, as long as such keys are regular keys and not layout specific, there is no problem (I can use the key name themselves), but just in case I think I should use your ... |
Topic: Macro recorder |
Metaxal
Replies: 56
Views: 58482
|
Forum: Scripts & Functions Posted: Tue Mar 17, 2009 5:13 pm Subject: Macro recorder |
(up)
This version should work quite well (at least it does on my machine).
You can now record while drawing in paint!
All keys should be logged, whatever the keyboard layout.
v0.14m
- Mouse ... |
| |