macOS: Fix the new OS window keyboard shortcut not working if no kitty window currently has focus.

Fixes #524
This commit is contained in:
Kovid Goyal
2018-06-06 22:18:33 +05:30
parent f259c23695
commit 2e8d19601b
10 changed files with 162 additions and 4 deletions

View File

@@ -44,6 +44,9 @@ Changelog
- Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (:iss:`594`)
- macOS: Fix the new OS window keyboard shortcut (:sc:`new_os_window`) not
working if no kitty window currently has focus. (:iss:`524`)
- Add a config option to set the EDITOR kitty uses (:iss:`580`)
- Add an option to @set-window-title to make the title change non-permanent