macOS: Allow to customize Hide, Minimize, and Quit global menu shortcuts

All previously hard-coded shortcuts under macOS can be configured now.
This commit is contained in:
pagedown
2022-12-20 21:08:26 +08:00
parent aa9679e56b
commit 1023084eb9
10 changed files with 157 additions and 25 deletions

View File

@@ -71,6 +71,9 @@ Detailed list of changes
- ZSH Integration: Bind :kbd:`alt+left` and :kbd:`alt+right` to move by word if not already bound. This mimics the default bindings in Terminal.app (:iss:`5793`)
- macOS: Allow to customize :sc:`Hide <hide_macos_app>`, :sc:`Hide Others <hide_macos_other_apps>`, :sc:`Minimize <minimize_macos_window>`, and :sc:`Quit <quit>` global menu shortcuts. Note that :opt:`clear_all_shortcuts` will remove these shortcuts now (:iss:`948`)
0.26.5 [2022-11-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~