Rename mediakeys scripts so the associated player's name comes first, they'll sort better amongst related scripts

This commit is contained in:
Danielle McLean 2017-09-01 12:44:08 +10:00
parent 364b2d3a62
commit e03b3c2446
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 12 additions and 2 deletions

View file

@ -11,12 +11,22 @@
</dict>
</dict>
<key>Label</key>
<string>me.00dani.mediakeys-mpd</string>
<string>me.00dani.mpd-mediakeys</string>
<key>MachServices</key>
<dict>
<key>com.apple.rcd.media.key.events</key>
<dict>
<key>HideUntilCheckIn</key>
<false/>
<key>ResetAtClose</key>
<false/>
</dict>
</dict>
<key>ProgramArguments</key>
<array>
<string>zsh</string>
<string>-lc</string>
<string>exec mediakeys-mpd</string>
<string>exec mpd-mediakeys</string>
</array>
<key>RunAtLoad</key>
<true/>