Skip to content

Releases: socsieng/sendkeys

sendkeys v2.3.0

20 Jan 05:02
007525c
Compare
Choose a tag to compare

Features

  • add mouse focus command (1bbab2d)

sendkeys v2.2.0

16 Jan 22:41
8e41509
Compare
Choose a tag to compare

Features

  • add support for triggering mouse up and down events independently (bee0fbe)

sendkeys v2.1.1

07 Jan 00:21
aa9c20d
Compare
Choose a tag to compare

Bug Fixes

  • fix typo in key mappings (c4a4997)
  • handle a key correctly as keycode 0 (29209a3)

sendkeys v2.1.0

06 Jan 01:34
ba7e986
Compare
Choose a tag to compare

Features

  • add option to change animation refresh rate (73a2c29), closes #21
  • add transform subcommand (3893313)

Bug Fixes

  • start mouse timing when mouse-position command is executed (1437aac)
  • support negative values for mouse click and drag events (f50209a), closes #23

Documentation

  • update documentation to state that the application should be running (3e0d973)

sendkeys v2.0.0

04 Jan 21:38
117fef5
Compare
Choose a tag to compare

Features

  • use click timings when producing mouse commands (970e1df), closes #18

Bug Fixes

  • check file exists before activating application (94cda37), closes #17

Documentation

  • include example recording and replaying mouse commands (5019461), closes #19

sendkeys v1.3.0

04 Jan 09:20
3babb87
Compare
Choose a tag to compare

Features

  • add option to listen to mouse clicks (d1d129f)

Documentation

  • use expanded argument names in examples (f4839a3)

sendkeys v1.2.0

03 Jan 01:15
2109f30
Compare
Choose a tag to compare

Features

  • defer accesibility check to execution of the command (670d091)

sendkeys v1.1.1

02 Jan 11:55
1ce7da6
Compare
Choose a tag to compare

Bug Fixes

  • address modifier key issue on key up (0bfa58a)
  • double key entry issue (26ad67e)

sendkeys v1.1.0

02 Jan 00:15
9b6228f
Compare
Choose a tag to compare

Features

  • add support for key down and up commands (2c5cefb)
  • add support for mouse clicks with modifier keys (1654fd7)
  • add support for mouse drag with modifier keys (32964a7)
  • add support for mouse move with modifier keys (7f4c891)
  • add support for mouse scroll with modifier keys (27afc5b)

Bug Fixes

  • add event source attribution to related events (d443fdf)
  • make right click work consistently across applications (464a401)
  • use click count when triggering mouse click (f824a98)

Documentation

  • add example of mouse move command (2470c7b)
  • modifier keys: add documentation for mouse modifier keys (7c5e9d9)

sendkeys v1.0.0

31 Dec 23:42
096a714
Compare
Choose a tag to compare

Features

Bug Fixes

  • read file relative to current directory (49e1253)

Miscellaneous

  • append newline when raising a fatal error (b33f495)