Support moving note input cursor beyond score for more navigation commands#32433
Support moving note input cursor beyond score for more navigation commands#32433XiaoMigros wants to merge 6 commits intomusescore:masterfrom
Conversation
871a613 to
c28ce06
Compare
|
@XiaoMigros Looks good! I don't think this was caused by this PR, but I noticed that once I've moved the cursor to the area beyond the end of the score, the last thing in the last measure still looks selected. As a side effect, if the last thing is a note and I keep pressing right arrow or use the 'next measure'/'next system' shortcuts, the note preview plays on each press. Would it be possible to _NOT _ have the last element selected in this state? If this should be tackled in a different PR, do let me know and I can file an issue.
|
fcfdc00 to
ac734e6
Compare
Co-authored-by: XiaoMigros <xiaomigros3@gmail.com>
ac734e6 to
20586d0
Compare
video1913289872.mp4 |
|
Pressing right after reaching end of score jumps to top instrument video1442210862.mp4 |
b932326 to
733ecd6
Compare
Thanks @zacjansheski - should be resolved now. Please check that #25371 remains fixed and that the requirements of #24157 are all good. |
|
When using command+arrow, go beyond the score then back, note input cursor jumps to the top instrument video1492058661.mp4 |
|
Fixed now @zacjansheski - third time's a charm... |

Currently only moving between chords (left/right arrow) is supported, this PR allows moving the cursor beyond the score when navigating between measures or systems as well.