-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add YouTube style hotkeys. Closes #1395 #1579
Conversation
There was also discussion in that PR about taking a different approach: replacing the existing hotkeys (in So I also made a branch to take this other approach: master...dsernst:playback-hotkeys 👍 This commit was tested to work locally on macOS 10.14.4. Happy to send this in as a PR instead. Hope this won't create a bikeshed... 🙃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for picking up this effort and the hard work @dsernst!
I think it is about time to deliver this YouTube shortcuts to the user.
I don't use the shortcuts to ofton, so I am not the best user to test, but it looks good to me, shortcuts seem to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up and addressing all my annoying comments! 😄
I still prefer the solution on your second branch with youtube style shortcuts only.
I think the menu looks cleaner and allows new users to quickly learn the IMO preferred shortcuts.
However, to avoid more stalling I will accept this and let another person decide whether to merge this or the other (better) option. 😏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I'm just missing the key F
to go fullscreen :)
Yes, I can see pros & cons each way. My recommendation for productive forward momentum (similar to your And then I will make a new PR (like master...dsernst:playback-hotkeys), to sort out whether to remove the old hotkeys and show these new ones in the Menus. That seems like a bit more of a drawn out conversation, but doesn't need to block getting these new ones in. |
Let's indeed keep the ball roling guys. |
This is a continuation of PR #1443, which appears abandoned.
Props to @hicom150 for starting that. I would have added commits on top of that, to preserve git history etc, but the underlying branch looks deleted 😕
This PR takes into account the code changes requested by @mathiasvr in #1443 (comment)
All of these have been included.
👍 This PR has been tested to work locally on macOS 10.14.4.
This closes the original feature request by @feross in #1395.