Space bar should pause/play the current track

It is an extremely common pattern to use the space bar to pause or play the current track. Every major audio player supports this as well as most other media playback devices.

I’m really excited to use this software to play my high-resolution files from my local library! Great job on the good-looking interface as well.

1 Like

There are a few key bindings, but the spacebar is not one of them for now…

“keys”: {
“next”: “MediaNextTrack”,
“playpause”: “MediaPlayPause”,
“previous”: “MediaPreviousTrack”,
“activate”: “Shift+CommandOrControl+Space”,
“unrate”: “Shift+Command+Control+Option+0”,
“rate1”: “Shift+Command+Control+Option+1”

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.