mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-23 10:40:27 +00:00
Fixes the following misbehavior: If a global key is pressed (e.g., Caps Lock in Sculpt) and the mouse is clicked before release, the global-keys handler receives the global-key press but no further events of the sequence, especially *no Caps-Lock release*. A more reasonable fix may address the "else branch" that deletes the _input_receiver in case of mouse events without a hovered client too, which is beyond the narrow scope of this fix.
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.