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

Belgian Azerty bug with shortcut key for dotted notes. #25186

Open
4 tasks done
Johan-v opened this issue Oct 16, 2024 · 0 comments
Open
4 tasks done

Belgian Azerty bug with shortcut key for dotted notes. #25186

Johan-v opened this issue Oct 16, 2024 · 0 comments

Comments

@Johan-v
Copy link

Johan-v commented Oct 16, 2024

Issue type

UX/Interaction bug (incorrect behaviour)

Description with steps to reproduce

Try to select dotted with shortcut key.
Does not work

Solution
In shortcuts.xml

Change

<SC>
    <key>pad-dot</key>
    <seq>.</seq>
    <seq>Num+.</seq>
    <seq>Num+,</seq>
</SC>

To

<SC>
    <key>pad-dot</key>
    <seq>Shift+;</seq>
    <seq>Num+.</seq>
    <seq>Num+,</seq>
</SC>

Addition
Changing or resetting shortcut in preferences is wrong.

Supporting files, videos and screenshots

Empty

What is the latest version of MuseScore Studio where this issue is present?

4.4.2 and nightly 4.4.3 or 4.5

Regression

I was unable to check

Operating system

Windows 11

Additional context

Works in version 3

Checklist

  • This report follows the guidelines for reporting bugs and issues
  • I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
  • I have attached all requested files and information to this report
  • I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants