Jump to content

Recommended Posts

Posted

Hi,

I was wondering if something like that already exists somehere :

I would like to record a sequence of actions ( mouse , clicks , keys ) and then execute it in the same order, with same timings etc..

Some softwares can do that perfecttly, but I would like to record and save it as AutoIt code , so that I can record my sequence and modify it as I want, it would just be more easy to record it "in live", without having to type code, chronometrate tempos, etc..

Someone already seen something like that ?

Posted (edited)

Welcome to the Autoit Forums

in the SciTE editor.... press

Tools > AU3Recorder

8)

Thx :D

It makes time I use this editor for AutoIt and never seen this option before :)

It's quite nice : it records mouse and keyboard sequences, but don't get any tempo, just sending actions each after others without deadtimes, which is necessary for my purpose, but thanks for your idea, it's greet ^^

Is there other tools that can make this and keep temporisation ?

Edited by not
Posted

Welcome to the Autoit Forums

in the SciTE editor.... press

Tools > AU3Recorder

8)

One problem

then AU3Recorder can't record the mouse wheel.

anther question: can Autoit detect the mouse wheel roll up or down?

for sample

while 1

sleep(200)

if mouse_wheel_roll_up then msgbox(0,"","UP")

if mouse_wheel_roll_down then msgbox(0,"","down")

wend

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...