Sendkeys Versions Save

Command line tool for automating keystrokes and mouse events on macOS

v4.0.4

7 months ago

4.0.4 (2023-10-07)

Bug Fixes

  • build: add cache busting parameter (c2a4f59)

v4.0.3

7 months ago

4.0.3 (2023-10-07)

Bug Fixes

  • build: ignore errors if archive does not exist (7f2fc4b)

v4.0.2

7 months ago

4.0.2 (2023-10-07)

Bug Fixes

  • build: clean up archives before bottling (408db73)

v4.0.1

7 months ago

4.0.1 (2023-10-07)

Bug Fixes

  • build: clean up archives after bottling (1ef78ed)

v4.0.0

7 months ago

4.0.0 (2023-10-07)

⚠ BREAKING CHANGES

  • fix handling of key strokes to use shift key when appropriate

Bug Fixes

  • fix handling of key strokes to use shift key when appropriate (beb535b), closes #62
  • fix issue with unspecified application name (440153d)

v3.0.2

7 months ago

3.0.2 (2023-10-06)

Bug Fixes

  • introduce a small delay to allow commands to be processed before terminating (9ffc2b2), closes #60

v3.0.1

7 months ago

3.0.1 (2023-10-06)

Bug Fixes

  • update key handling to use keyboardEventSource (c26bbfa)

v3.0.0

7 months ago

⚠ BREAKING CHANGES

  • drop support for building on macOS catalina

Features

  • add support for sending keys to an application without activation (b42d4bc), closes #67

Bug Fixes

  • remove dependency on macos-10.15 (14aa5a8)

Miscellaneous

  • drop support for building on macOS catalina (8c027cb)

v2.9.1

1 year ago

Bug Fixes

  • fix homebrew update script (dac393f)

v2.9.0

1 year ago

Features

  • add support for activating application by process id (0a44470), closes #63