radiant-player / radiant-player-mac

:notes: Turn Google Play Music into a separate, beautiful application that integrates with your Mac.
http://radiant-player.github.io/radiant-player-mac/
MIT License
2.99k stars 259 forks source link

Keyboard shortcuts and Key Rate Issue #528

Open waldo1979 opened 8 years ago

waldo1979 commented 8 years ago

I've turned up my Macbook pro's keyboard rate using the following script: defaults write -g InitialKeyRepeat -int 13 defaults write -g KeyRepeat -int 2

Why? Because slow keyboards suck.

Because of this the keyboard shortcuts within Radiant Player (and Radiant Player alone) don't work as intended. For example, the space key when pressed pauses and then immediately un-pauses.

Keyboard shortcuts on other OSX apps, such as iTunes and Chrome, work fine.

Is there any way to add a key delay within the app?

jacobwgillespie commented 8 years ago

So, as mentioned in #522, that keyboard shortcut is actually coming from the underlying Google Play Music code, not Radiant itself (you can replicate this by opening GPM in a browser). There might be something we could do - I'll leave this issue up for now - but in general that's not something we're able to control.