| View previous topic :: View next topic |
| Author |
Message |
guivho
Joined: 04 Jun 2005 Posts: 26 Location: Lokeren, Belgium
|
Posted: Sat Apr 29, 2006 6:38 pm Post subject: Ad hoc macro record and play? |
|
|
I have vainly searched for a simple ad hoc macro record and play script. I'd have thought that someone would have used the AutoScriptWriter tool to achieve this. I could give this a try myself, but I am very confident that it does already exist.
Basically I'd like a recorder script that uses a toggle hotkey to start or stop recording, e.g. ^#R and leaves the recorded script somewhere where it can be played back with e.g. ^#P and possibly saved by e.g. ^#S if it turns out that it's worthwile keeping it for later. The ^#P and ^#S should stop the current recording if it is active.
So this would give you macro functionality anywhere all the time. Just start recording ^#R and start playing with ^#P (if needed the recording can be stopped first with ^#R, but frequently simple repetitive keyboard tasks end up at a controlled spot where the repetition can be triggered).
Needless to say, I'd like the AutoScriptWriter to be practically invisible. Normally, I just want to rapidly create a fast ad-hoc script, play it a couple of times, and forget about it.
I hope somebody can point me to an existing script which (almost?) achieves this functionality. |
|
| Back to top |
|
 |
enrica
Joined: 21 Mar 2005 Posts: 114 Location: Bahia, Brasil
|
Posted: Sat Apr 29, 2006 9:39 pm Post subject: |
|
|
I try this and work fine! (Thank you Skrommel)
http://www.donationcoder.com/Software/Skrommel/DoOver/DoOver.ahk
| Quote: | Record and playback keyboard and mouse actions.
Features:
- User defined hotkeys.
- Recorded macro can be edited throught the Settings menu before playback.
- Change playback speed through the Settings menu.
- Press Ctrl-F12 to start and stop recording.
- Press Ctrl-F5 to start playback.
- Press Esc to abort playback.
- Won't move windows due to relative mouse actions.
Changes:
- 2005.11.06 - v1.1: Added userdefined hotkeys and settings to ini file, better window handling.
- 2005.11.21 - v1.2: Can now start playback/recording from the menu, corrected hotkey handling. |
_________________ 65.6E.72.69.63.61. (My hovercraft is full of eels) |
|
| Back to top |
|
 |
guivho
Joined: 04 Jun 2005 Posts: 26 Location: Lokeren, Belgium
|
Posted: Sat Apr 29, 2006 10:21 pm Post subject: |
|
|
Thank you Skrommel for providing this script and enrica for pointing me to it.
Guido. |
|
| Back to top |
|
 |
|