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

@@ -320,6 +320,10 @@ typedef enum {
TOGGLE_MACOS_SECURE_KEYBOARD_ENTRY,
TOGGLE_FULLSCREEN,
OPEN_KITTY_WEBSITE,
HIDE,
HIDE_OTHERS,
MINIMIZE,
QUIT,
NUM_COCOA_PENDING_ACTIONS
} CocoaPendingAction;