From 3e9129655aa9a1372a444bdc10396cd593e26f44 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Feb 2022 21:00:23 +0530 Subject: [PATCH] ... --- glfw/cocoa_init.m | 1 + 1 file changed, 1 insertion(+) diff --git a/glfw/cocoa_init.m b/glfw/cocoa_init.m index 58329470c..e3e92410a 100644 --- a/glfw/cocoa_init.m +++ b/glfw/cocoa_init.m @@ -563,6 +563,7 @@ is_shiftable_shortcut(int scv) { static void build_global_shortcuts_lookup(void) { + // dump these in a terminal with: defaults read com.apple.symbolichotkeys NSMutableDictionary *temp = [NSMutableDictionary dictionaryWithCapacity:128]; // will be autoreleased NSDictionary *apple_settings = [[NSUserDefaults standardUserDefaults] persistentDomainForName:@"com.apple.symbolichotkeys"]; if (apple_settings) {