Keyboard protocol: Do not deliver a fake key release events on OS window focus out for engaged modifiers

Fixes #7196
This commit is contained in:
Kovid Goyal
2024-03-07 08:29:10 +05:30
parent 210c417d96
commit 6c31256aa1
5 changed files with 10 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ Detailed list of changes
- Remote control: Fix ``--match`` argument not working for @ls, @send-key,
@set-background-image (:iss:`7192`)
- Keyboard protocol: Do not deliver a fake key release events on OS window focus out for engaged modifiers (:iss:`7196`)
0.32.2 [2024-02-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~