Skip to content

1.5.0

Compare
Choose a tag to compare
@sezanzeb sezanzeb released this 22 Jun 19:26
· 138 commits to main since this release
  • Added "keyboard + mouse" target to inject both keyboard and mouse events, like key(a).wheel(up, 10)
  • key_up and key_down macros
  • None keyword for macro parameters
  • No log files anymore, using journalctl instead
  • Checking macro code for errors during typing
  • Some fixes