dotool/CHANGELOG.md
2023-06-01 16:34:54 +01:00

1,006 B

Changelog

Notable changes to dotool will be documented in this file.

1.3

Added

  • Support for keyboard layouts.
  • hwheel for horizontal scrolling.

Changed

  • Now depends on the xkbcommon library.
  • XKB key names are now case-sensitive.
  • scroll -> wheel

1.2

Added

  • Added X11 and sway config files for the virtual keyboard's layout.
  • Added ./_install.sh for packaging the basic files.

Fixed

  • Stopped some x: keys simulating shift.

1.1

Added

  • Added --version.
  • Added keyhold and typehold.

Changed

  • There is now a default keydelay, keyhold, typedelay and typehold.
  • Delays now come after keypresses not before.
  • Now aborts if there are any command-line arguments.

Fixed

  • Added a udev rule so it shouldn't type guff if you're using a non-us keyboard layout on at least X11.
  • Fixed x:backspace that was simulating shift.