Tab key handling when creating a new score
Reported version
4.0
Type
Ergonomical (UX)
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
GitHub issue
Regression
No
Workaround
No
Project
When you create a new score / additional information about the score, you can write the title but if you press the tab key it does not go to Composer / Subtitle / etc.
This forces you to click with the mouse, it's not convenient.
Comments
It is also an accessibility problem
This is currently by design - Tab moves between groups of controls, and cursor keys (in this case, Up/Down) move between individual controls. This is a newer design paradigm other programs have also adopted, designed to simplify navigation by eliminating the need to Tab through every. single. control. one. at. a. time.
That said, there is always room for refinement over how these tab groups are defined, and this dialog has been identified as a potential one for tweaking. See for instance https://github.com/musescore/MuseScore/issues/12851