macOS: Allow mapping secure keyboard entry shortcut

This commit is contained in:
pagedown 2022-01-09 22:54:03 +08:00
parent 50c822e05a
commit f7be4fab48
No known key found for this signature in database
GPG key ID: E921CF18AC8FF6EB
12 changed files with 193 additions and 155 deletions

View file

@ -416,7 +416,7 @@ def kitty_env() -> Env:
cflags.extend(pkg_config('lcms2', '--cflags-only-I'))
if is_macos:
platform_libs = [
'-framework', 'CoreText', '-framework', 'CoreGraphics',
'-framework', 'Carbon', '-framework', 'CoreText', '-framework', 'CoreGraphics',
]
test_program_src = '''#include <UserNotifications/UserNotifications.h>
int main(void) { return 0; }\n'''