mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
The Mac OS/X event loop complained that system event processing took too much time and disabled event taps. This commit speeds up system event handling by connecting CInputManager with a queued connection. This calls all (potentially expensive) hotkey actions asynchronously.