Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard Controls #31

Closed
mayatflyt opened this issue Feb 15, 2019 · 1 comment
Closed

Keyboard Controls #31

mayatflyt opened this issue Feb 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mayatflyt
Copy link

It would be fantastic if we could use the keyboard to control playback! Like having space play/pause and the arrow keys skip, or using the YouTube controls! It would also let use extensions to use media keys, and that would be useful too!
Thanks!

@antrancs antrancs added the enhancement New feature or request label Feb 17, 2019
antrancs pushed a commit that referenced this issue Mar 14, 2019
@antrancs
Copy link
Owner

Hey, I just implemented it. For now, the keyboard shortcuts are:

Space: Play/Pause
Ctrl (Cmd) - Right: Next track
Ctrl (Cmd) - Left: Previous track
Ctrl (Cmd) - Down: Turn down volume
Ctrl (Cmd) - Up: Turn up volume
Ctrl (Cmd) + Shift + Up: Max volume
Ctrl (Cmd) + Shift + Down: Mute

Let me know it it works fine for you as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants