macOS: Prevent option based shortcuts for being used for global menu actions

Fixes #3515
This commit is contained in:
Kovid Goyal
2021-04-22 10:15:10 +05:30
parent f3c559ea13
commit b9210a2ba4
2 changed files with 10 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Linux: Fix binary kitty builds not able to load fonts in WOFF2 format
(:iss:`3506`)
- macOS: Prevent :kbd:`option` based shortcuts for being used for global menu
actions (:iss:`3515`)
0.20.1 [2021-04-19]
----------------------