Skip to content

v0.0.2

Choose a tag to compare

@pgaskin pgaskin released this 06 Jun 04:01
· 16 commits to master since this release
Immutable release. Only release title and notes can be modified.
0060b38
  • Make keybinds with shift work by sending real events for it instead of only using it as a modifier.
  • Preserve event order across all virtual devices to work around buggy clients.
  • Run the input emitter in a thread so the initial delay to wait for discovery doesn't block the connection.
  • Set a default extent for relative-only motion to make movement more reasonable for clients which only ever send relative pointer events.
  • Don't let a key go down twice to prevent buggy clients from breaking other clients.