-
Notifications
You must be signed in to change notification settings - Fork 21
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 keyboard shortcuts #3370
Comments
|
In most of the well-known keyboard shortcuts, Ctrl is replaced by Cmd in Mac. Example: Ctrl+C --> Cmd + C Not sure if we need to consider switching to Cmd for these shortcuts in Mac environment. |
That would be preferred. There is the metakey property, but that maps to the windows key on Windows. I think for this we would have to check if the user is on mac. Or support either the meta or ctrl key |
Ideas:
Escape
: close the drawer if open fix(elements): close drawer when pressing Escape #3371Ctrl K
to open a file picker feat(elements): add file picker #3404Left
/Right
: navigate between previous/next mutantAlt
could navigate focus without opening a new mutantTab
: Cycle focus through mutant dots~~ make mutant-dots focusable in the browserAlt + ArrowRight
Enter
: Open the drawer for the currently focused mutant dotCtrl 1
/Ctrl 2
: switch between Mutants/Tests tabBackspace
: go up 1 level in the breadcrumbCtrl + something
: switching mutant filtersCtrl + ?
: open a shortcut popup showing the shortcutsThe text was updated successfully, but these errors were encountered: