Disable media key tap on System Preferences, so we don't interfere with security permission controls.

CQTexperiment
Christopher Snowhill 2018-06-09 19:22:52 -07:00
parent 18176782e7
commit 141b4fcbf4
1 changed files with 1 additions and 0 deletions

View File

@ -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
];
}