Commit c70a7e47 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/SPMediaKeyTap: update list of collaborating apps (close #8644)

(cherry picked from commit 4eaf633347e554cb83121b06623dbcba1ea36c3f)

Conflicts:
	modules/gui/macosx/SPMediaKeyTap.m
parent a19cc901
...@@ -149,14 +149,18 @@ static CGEventRef tapEventCallback(CGEventTapProxy proxy, CGEventType type, CGEv ...@@ -149,14 +149,18 @@ static CGEventRef tapEventCallback(CGEventTapProxy proxy, CGEventType type, CGEv
@"com.bitcartel.pandorajam", @"com.bitcartel.pandorajam",
@"org.clementine-player.clementine", @"org.clementine-player.clementine",
@"fm.last.Last.fm", @"fm.last.Last.fm",
@"fm.last.Scrobbler",
@"com.beatport.BeatportPro", @"com.beatport.BeatportPro",
@"com.Timenut.SongKey", @"com.Timenut.SongKey",
@"com.macromedia.fireworks", // the tap messes up their mouse input @"com.macromedia.fireworks", // the tap messes up their mouse input
nil @"at.justp.Theremin",
]; @"ru.ya.themblsha.YandexMusic",
@"com.jriver.MediaCenter18",
@"com.jriver.MediaCenter19",
@"com.jriver.MediaCenter20",
nil];
} }
-(BOOL)shouldInterceptMediaKeyEvents; -(BOOL)shouldInterceptMediaKeyEvents;
{ {
BOOL shouldIntercept = NO; BOOL shouldIntercept = NO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment