Disable media key tap on System Preferences, so we don't interfere with security permission controls.
parent
18176782e7
commit
141b4fcbf4
|
@ -160,6 +160,7 @@ static CGEventRef tapEventCallback(CGEventTapProxy proxy, CGEventType type, CGEv
|
|||
@"com.coppertino.Vox",
|
||||
@"com.tidal.desktop",
|
||||
@"com.amazon.music",
|
||||
@"com.apple.systempreferences", // the tap messes up security dialogs
|
||||
nil
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue