LiamKarlMitchell / InhibitWindowsEvents

Prevent Mouse key Back/Forward and Windows Key so you can use them for Push to Talk keys in Discord and other apps.
MIT License
11 stars 0 forks source link

Seems like it causes some stuttering of the mouse if you run the tool multiple times. #1

Open LiamKarlMitchell opened 2 years ago

LiamKarlMitchell commented 2 years ago

Maybe Sleep(0) is better to use?

Could prevent it running multiple times too.

LiamKarlMitchell commented 2 years ago

Fixed by using Sleep(0) for now.

tykavanaugh commented 10 months ago

Thank you! I'm surprised more people aren't using this, it's incredibly useful to be able to use buttons 4 and 5 for other things.

LiamKarlMitchell commented 10 months ago

Yes so much better :D I really should fix this up to run as a system tray app.