Skip to content

v1.8.23

Latest
Compare
Choose a tag to compare
@blackholeearth blackholeearth released this 28 Feb 22:57
· 1 commit to master since this release
3255f59

v1.8.23

  • improved: system events are debounced
    • ie: when usb plugged in, it triggers Scan 3 times..(within 800ms). but debounce will make it Run Once, at the End.
      • ( improves - #166 )
  • fixed: mouse freezes for 1sec, when app Starts - #178
    • migrated GlobalMouse to TolikPylypchuk/SharpHook
      • exe is x64 . (SharpHook reqiures x64.)