No Numeric Keypad Note Duration Selection
Reported version
4.x-dev
Type
Functional
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
duplicate
Regression
No
Workaround
Yes
Project
It seems like it is no longer possible change note duration on a keyboard's numeric keypad in Windows 11. I have tested on multiple PCs. Main keyboard numbers work as expected.
This is a core function for me, especially when composing/transcribing away from home on my laptop. It has alway been possible in every version of MuseScore I've ever used. This seems like a very basic thing to overlook, but it is perhaps understandable that something like this would slip through with all the major changes going on.
Please fix in the next update.
Cheers,
MNM
Comments
It seems the keypad is populated with TAB note duration input shortcuts.
As it seems you can't have multiple shortcuts for an individual function, I edited the keyboard shortcut XML file.
NOTE: editing shortcuts in preferences does not work for numeric keypad. If you enter a keystroke on the numeric keypad, it just enters a raw number ("1"), not a numpad shortcut ("Num+1"). Therefore, edits must be made in the XML file.
Workaround:
1. Delete (enter and empty value) TAB and regular note duration shortcuts in Edit > Preferences > Shortcuts (search "duration" to filter results).
2. Export XML file for keyboard shortcuts.
3. Edit in Windows WordPad (or whatever text editor).
4. Search: "note" to find note duration shortcuts (specifically, for instance: "pad-note-1" for a whole note/semibreve).
5. Enter "Num+1" etc. for note durations.
6. Import XML file in Edit > Preferences > Shortcuts > Import.
Example (1 = whole note/semibreve):
In reply to It seems the keypad is… by MiniMnom
Thanks for the tip, I agree that this is/was a VERY trivial/basic feature, and I hope that it will be restored, now it totally ruins the note-input experience for a lot of people who already got used to doing it so.
In reply to It seems the keypad is… by MiniMnom
Thank you. I wasn't entirely sure what I was doing... but I seemed to have followed your steps well enough for it to work.
I have become very fast with the numeric keyboard and changing my input style was not something I wanted to do. Although I've had the alpha and beta programs on my desktop for several months, they have been unusable for me without the Numpad. I was hoping the new released version would have fixed this, but the problem persisted for me. Your fix, which I'm sure is pretty trivial to "real" programmers, was pretty complicated for this musician. I got it working and this is GREAT!
Kudos to the MuseScore4 team for having a versatile shortcut system!
Thanks for the workaround, this does work!
An example of what the file looks like and where to find the edits to make the numeric keypad work is below.
If you've previously cleared the entries in preferences, you'll have to add the entire line ... below the ... line.
note-breve is a "double whole note" and note-longa is a "quadruple whole note".
pad-note-1 is a whole note, pad-note-2 is a half note, etc
In reply to Thanks for the workaround,… by tree4sax
Included a screen shot since the comment bot does weird formatting of the XML
See #336170: Number Keypad keys not definable for keyboard shortcuts
In reply to It seems the keypad is… by MiniMnom
Excellent, it works, thank you