-
-
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
Remove old hotkeys in favor of new YouTube style #1581
base: master
Are you sure you want to change the base?
Conversation
Relevant previous comments on this: Speaking personally, I think I lean a little bit towards replacing the old with the new (merging this PR). The biggest advantage is that it consolidates the documentation for the new hotkeys (the only ones I plan to use) into the menu. It's also nice that it removes the The one big disadvantage is that some people may be depending upon the old hotkeys? I'm not sure, I have no sense of how widely they are used, or if it's a problem for people for people to switch over to these simpler ones. (cough xkcd 1172 cough) |
If the new ones are preferred, but it's still important to preserve the legacy hotkeys, another option is to move these new ones into the menu, but still leave the old ones available (undocumented) using the |
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.
@dsernst and @mathiasvr.: It's in your call.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hey all, My take is that we should show the YouTube shortcuts in the menus and prefer those as the defaults since they're easier and probably more familiar to users but we should support the existing shortcuts as well. The existing shortcuts are used by VLC, which is our preferred video player when a video is unsupported, and I think it will cause unnecessary confusion for users like me who only use VLC when WebTorrent can't play back the video. I'm constantly playing videos in both places and I don't want to mentally switch between the two sets of shortcuts. We can use https://github.com/parro-it/electron-localshortcut to register the alternative shortcuts (the ones that don't appear in the menu). |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
This is a follow on to the discussions in #1579 and #1443.
The unresolved question was whether it's better to have both the old hotkeys as well as the new ones, or to simply replace the old with the new.
#1579 was merged in to add both. This PR would remove the old hotkeys to only have the new ones.
Currently these new hotkeys are undocumented.
👍 This PR has been tested to work locally on macOS 10.14.4.