mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
It seems that Windows is frequently disconnecting the keyboard hook (eventually if swift was too busy processing messages) and caused all hotkeys to be unreliable. Instead use a polling mechanism. The previous method is kept in code for testing, but is disabled by compile time switch.