Skip to content
Commit 2cf16b3e authored by Mike Gorse's avatar Mike Gorse
Browse files

Send key events to listeners assumed to be hung, but don't block

Orca would sometimes fail to notice that its modifier key was released
since it was presumed to be hung and would not be sent the event. So,
rather than ignore event listeners assumed to be hung, we'll send them
the notifications for the keys that they're listening to but not wait
for a reply, instead assuming that they are not consumed.
parent 8e3437f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment