Releases: Krombik/keysender
Releases · Krombik/keysender
2.3.0
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 inVirtual
class
2.2.0
2.1.0
2.0.0
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 tostate
andprops
, addedbefore
method, renamedfinalizerCallback
toafter
, changedreason
from string type toReason
enum - renamed
moveCurveTo
method tohumanMoveTo
and optimized