Skip to content

Commit 94e79fd

Browse files
committedJul 20, 2020
Possible bugfix for media keys not responding
1 parent cd34f49 commit 94e79fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.macos

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ defaults write com.apple.BezelServices kDim -bool true
198198
defaults write com.apple.BezelServices kDimTime -int 120
199199

200200
# Stop iTunes from responding to the keyboard media keys
201-
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null
201+
# launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null
202202

203203
###############################################################################
204204
# Screen #

0 commit comments

Comments
 (0)
Please sign in to comment.