-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 shortcut reference doc or window popout #726
Comments
Maybe we could store the keyboard shortcuts as markdown and then it would automatically be shown on github, while lossless-cut could import and render the markdown file. One problem is that it could get messy/tedious if we want to have multi language support. |
|
Now that React supports Portals, I've gathered some info:
So I think we can use React Portals with window.open to make dialogs popout into a separate window. |
created a branch with an experiment but it doesn't quite work 100%: Current issues:
|
Show the shortcut when you hover over a button in the helpful hints popup window. |
Is your feature request related to a problem? Please describe.
This could be seen as a workaround for #654 though has value in and of itself.
Describe the solution you'd like
It would be helpful to have a keyboard shortcut reference sheet available outside of the app (rather than only as a help menu within the app that has to be dismissed in order to start using a key command). This reference sheet could be in a GH wiki, added to the README, or as a separate Markdown file perhaps generated by capturing these lines from HelpSheet.jsx.
Describe alternatives you've considered
Alternatively, the HelpSheet could open in separate window. (Not practical for Electron)
Additional context
YouTube has a couple of examples of describing keys. There's a help doc as well as SHIFT + ? while playing a video:
The text was updated successfully, but these errors were encountered: