Open waldo1979 opened 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.
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?