Skip to content

input-emulator v0.6

Compare
Choose a tag to compare
@lundmar lundmar released this 02 Feb 11:37
· 28 commits to master since this release
v0.6

Changes since v0.5:

  • Add meson option to enable runtime debug output

    Add meson option 'enable-debug' which enables runtime debug output when
    set to true. Default value is false.

  • Update README

  • Add mouse and touch config details to status

  • Make communication more robust

    Make communication more robust by reworking the communication transport
    mechanism to use a socket instead of messages queues.

    This should solve the issue of the occasionally missing letters when
    using the keyboard simulator.