Dont send press event for shift+middle when grabbed

Fixes #3902
This commit is contained in:
Kovid Goyal
2021-08-05 05:03:22 +05:30
parent 3c3662b032
commit 57ced9bc83
3 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Linux: Fix some very long ligatures being rendered incorrectly at some font
sizes (:iss:`3896`)
- Fix shift+middle click to paste sending a mouse press event but no release
event which breaks some applications that grab the mouse but cant handle
mouse events (:iss:`3902`)
0.22.2 [2021-08-02]
----------------------