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

[🚀 | Feature request]: Display app shortcuts #9006

Open
mmmarcos opened this issue Nov 27, 2024 · 2 comments
Open

[🚀 | Feature request]: Display app shortcuts #9006

mmmarcos opened this issue Nov 27, 2024 · 2 comments
Labels
C-Feature-Request Category: A feature request for Parsec

Comments

@mmmarcos
Copy link
Contributor

mmmarcos commented Nov 27, 2024

What you would like to accomplish

App shortcuts allow to improve user experience, we should document them in the User Guide. Also it would be useful to have them actually displayed somewhere in the app.

How the feature should work

This could be done via an entry in the main menu App shortcuts or with a (?) icon somewhere in each page.

That could show a dialog displaying shortcuts, probably grouped by category (general shortcuts, file/folder shortcuts, etc.) or at least open the documentation at the right page (depends on #9007)

@Ironicbay suggests to also display shortcuts on each action tooltip (e.g. <Ctrl>+G on hover on Grid/List button).

Where are the shortcuts defined?

The issue #6183 displays the list of shortcuts to be implemented, but not all of them have been implemented. We should check if that list is up to date with the current code (i.e. search for "hotkeys.add" or "defineShortcuts" in .vue files). Or, as a quick hack we could add an export function to hotkeyManager.ts.

@mmmarcos mmmarcos added B-Triage Blocker: The issue is awaiting triage C-Feature-Request Category: A feature request for Parsec labels Nov 27, 2024
@mmmarcos
Copy link
Contributor Author

Example: Slack displays a link to the user docs https://slack.com/help/articles/201374536-Slack-keyboard-shortcuts

@mmmarcos
Copy link
Contributor Author

Example: Spotify shows a popup dialog with a list of common shortcuts

image

@FirelightFlagboy FirelightFlagboy removed the B-Triage Blocker: The issue is awaiting triage label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Feature-Request Category: A feature request for Parsec
Projects
None yet
Development

No branches or pull requests

2 participants