danbee / persephone

macOS MPD client written in Swift.
https://persephone.fm
MIT License
215 stars 18 forks source link

Feature request: Keyboard shortcuts #50

Closed clauseggers closed 4 years ago

clauseggers commented 4 years ago

Feature request: Keyboard shortcuts for the most basic features like Play/Pause (I suggest using the space-bar), and left/right arrow keys for previous/next track.

danbee commented 4 years ago

Space for play/pause should already work, although I think there's an issue with the responder chain somewhere that means that sometimes it doesn't.

clauseggers commented 4 years ago

I don’t remember that play/pause on space has ever worked for me, but the database update on alt+cmd+u has.

danbee commented 4 years ago

Thanks, I'll look into this soon. I haven't noticed because I mostly control Persephone with the media keys.

danbee commented 4 years ago

Fixed in 0.17.0-alpha. I added previous and next as ⌘← and ⌘→ to lessen the chance of hitting them accidentally (I consider them "destructive")