Skip to content

joaohencke/macro-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal macro

Main purpose is: tibia rune maker

The lib consists into execute keyboard input into selected window.

Running

  git clone git@github.com:joaohencke/macro-js.git
  cd macro-js
  yarn
  cd packages/sample
  yarn start --command {COMMAND_SEQUENCE} --delimiter {DELIMITER}

Single command

yarn start --command {F1}{WAITMS:1000}{F1}

Multi command

yarn start --command '{F1}{WAITMS:1000}{F1}|{WAITMS:3000}{F2}{WAITMS:3000}{F2}' --delimiter '|'

Avaiable commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors