Fix a regression in the previous release that caused multi-key sequences to not abort when pressing an unknown key

Fixes #7022
This commit is contained in:
Kovid Goyal
2024-01-20 08:13:12 +05:30
parent ff4ee95eba
commit 20e43a3e7d
4 changed files with 23 additions and 3 deletions

View File

@@ -48,6 +48,8 @@ Detailed list of changes
- macOS: Fix a regression in the previous release that broke overriding keyboard shortcuts for actions present in the global menu bar (:iss:`7016`)
- Fix a regression in the previous release that caused multi-key sequences to not abort when pressing an unknown key (:iss:`7022`)
0.32.0 [2024-01-19]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~