Thanks to visit codestin.com
Credit goes to github.com

Skip to content

OneTrueC/quickMacro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

quickMacro - a simple and fast macro program

SYNOPSIS

quickMacro -r|-p [-l] file

DESCRIPTION

Record or play macros to or from file

OPTIONS

-r, --record

Wait for QUITKEY to be pressed and then start recording until QUITKEY is pressed again. The time of the first QUITKEY press is the zero time offset for the macro.

-p, --play

Play back the macro by sending all events as XTEST requests.

-l, --loop

Play the macro until QUITKEY is pressed.

IMPORTANT CONSIDERATIONS

Each event takes up 32 bytes in the macro file. Mouse events occur at a high frequency and thus can quickly take up a lot of space.

quickMacro may take a while to stop after QUITKEY is pressed

The time between each loop of the macro is the time between starting recording and the first event recorded.

EXIT STATUS

-1

Unknown event type

11

X server connect failed or extension is not running

21

File is specified is not regular

22

Argument error

CUSTOMIZATION

quickMacro can be customized by editing QUITKEY under /\* config \*/ near the top of the source, and recompiling.

QUITKEY is the keycode of the key that starts and ends macro recording. It is set to the US right super key by default.

About

A simple and fast program to record and play macros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published