Skip to content

Releases: Krombik/keysender

2.3.0

31 Jan 08:58
Compare
Choose a tag to compare

What's Changed

  • some keyboard buttons have been renamed for better readability (now they use camelCase style) and "unshifted" (~ to ` and | to \)
  • closed #18
  • fixed number passing errors for any keyboard methods in all modules
  • fixed error when accessing workwindow field in Virtual class

2.2.0

16 Dec 20:31
Compare
Choose a tag to compare

What's Changed

  • added disableInput method, closes #11
  • removed saveMod from mouse module, use disableInput insted
  • fixed x1 and x2 mouse buttons issues in LowLevelHook class

2.1.0

21 Nov 09:28
Compare
Choose a tag to compare

What's Changed

  • added LowLevelHook class, alternative for GlobalHotkey, close #9 and #2
  • added isButtonPressed method
  • added support for x1 and x2 mouse buttons
  • renamed hotkeyState to isRunning in GlobalHotkey

2.0.0

02 Oct 11:08
Compare
Choose a tag to compare

What's Changed

  • removed the division into sync and async methods in the mouse and keyboard modules, now all methods are async
  • removed event emitter
  • redesigned GlobalHotkey, removed everything related to state and props, added before method, renamed finalizerCallback to after, changed reason from string type to Reason enum
  • renamed moveCurveTo method to humanMoveTo and optimized