You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use gohook in the project github.com/shortcut and publish it to macOS / Linux / Windows.
In macOS if I push some key and hold it will send multiple keyDown events altought I clicked only once and holding.
in Windows if I push some key without holding it send multiple keyDown events, if I hold then also same as macOS - multiple events are sent for simple hit on keys.
I use gohook in the project github.com/shortcut and publish it to macOS / Linux / Windows.
In macOS if I push some key and hold it will send multiple keyDown events altought I clicked only once and holding.
in Windows if I push some key without holding it send multiple keyDown events, if I hold then also same as macOS - multiple events are sent for simple hit on keys.
go version go1.22.0 darwin/arm64
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
main.go#L181
The text was updated successfully, but these errors were encountered: