This commit is contained in:
Kovid Goyal 2022-02-03 21:00:23 +05:30
parent 12f41f30b3
commit 3e9129655a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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<NSString*, NSNumber*> *temp = [NSMutableDictionary dictionaryWithCapacity:128]; // will be autoreleased
NSDictionary *apple_settings = [[NSUserDefaults standardUserDefaults] persistentDomainForName:@"com.apple.symbolichotkeys"];
if (apple_settings) {