macOS: Allow assigning only the left or right :kbd:Option key to work as the :kbd:Alt key. See :opt:macos_option_as_alt for details

Fixes #1022
This commit is contained in:
Kovid Goyal
2019-02-14 20:39:32 +05:30
parent b49b34c4c1
commit 23482e3cf4
10 changed files with 51 additions and 16 deletions

View File

@@ -30,6 +30,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Workaround for cocoa bug that could cause the mouse cursor to become
hidden in other applications in rare circumstances (:iss:`1218`)
- macOS: Allow assigning only the left or right :kbd:`Option` key to work as the
:kbd:`Alt` key. See :opt:`macos_option_as_alt` for details (:iss:`1022`)
- Fix using remote control to set cursor text color causing errors when
creating new windows (:iss:`1326`)