Merge branch 'fix-help-menu-spotlight-search' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
49459b3774
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
- Linux: Fix keyboard layout change keys defined via compose rules not being
|
||||
ignored
|
||||
|
||||
- macOS: Fix Spotlight search of global menu not working in non-English locales
|
||||
(:pull:`3567`)
|
||||
|
||||
|
||||
0.20.2 [2021-04-28]
|
||||
----------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -454,6 +454,7 @@ - (BOOL)openFilesFromPasteboard:(NSPasteboard *)pasteboard type:(int)type {
|
|||
action:@selector(open_kitty_website_url:)
|
||||
keyEquivalent:@"?"]
|
||||
setTarget:global_menu_target];
|
||||
[NSApp setHelpMenu:helpMenu];
|
||||
[helpMenu release];
|
||||
|
||||
[bar release];
|
||||
|
|
|
|||
Loading…
Reference in a new issue