Disable media key tap on System Preferences, so we don't interfere with security permission controls.
This commit is contained in:
parent
f0c7c0b777
commit
a9eb674252
1 changed files with 1 additions and 0 deletions
1
ThirdParty/SPMediaKeyTap/SPMediaKeyTap.m
vendored
1
ThirdParty/SPMediaKeyTap/SPMediaKeyTap.m
vendored
|
@ -160,6 +160,7 @@ static CGEventRef tapEventCallback(CGEventTapProxy proxy, CGEventType type, CGEv
|
||||||
@"com.coppertino.Vox",
|
@"com.coppertino.Vox",
|
||||||
@"com.tidal.desktop",
|
@"com.tidal.desktop",
|
||||||
@"com.amazon.music",
|
@"com.amazon.music",
|
||||||
|
@"com.apple.systempreferences", // the tap messes up security dialogs
|
||||||
nil
|
nil
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue