mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.04k stars 8.75k forks source link

Why Was Keyboard Media Keys Section Commented Out? #863

Open Gerst20051 opened 5 years ago

Gerst20051 commented 5 years ago

This command was commented out and I'm wondering if it works or if it broke something. I'm annoyed at how the media keys will only control itunes rather than spotify.

# Stop iTunes from responding to the keyboard media keys
#launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null
manfromanotherland commented 3 years ago

How would I revert this command? It does work in the sense of it doesn't open iTunes anymore, but the media keys completely stopped working for any other apps now.

Khalidayh1414 commented 3 years ago

تم الإرسال من هاتف Huawei الخاص بي-------- الرسالة الأصلية --------من:‏ Edmundo Santos @.>التاريخ:‏ الاثنين، ٢٢ مارس، ٢٠٢١ ١١:٣٤ صإلى:‏ mathiasbynens/dotfiles @.>نسخة إلى:‏ Subscribed @.***>الموضوع:‏ Re: [mathiasbynens/dotfiles] Why Was Keyboard Media Keys Section Commented Out? (#863) How would I revert this command? It does work in the sense of it doesn't open iTunes anymore, but the media keys completely stopped working for any other apps now.

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

gustavhartz commented 3 years ago

Also experiencing the same issue as @edmundojr. Media keys on external keyboards have stopped working for all services Spotify etc. - not only Itunes

Gerst20051 commented 3 years ago

I think this would work. @edmundojr @gustavhartz

launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist

https://apple.stackexchange.com/questions/29056/launchctl-difference-between-load-and-start-unload-and-stop/308421

dserodio commented 2 years ago

Probably because of https://github.com/mathiasbynens/dotfiles/issues/814#issuecomment-348139650