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

Solution for hyphen-related issue #16314 #17230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaanusnurmoja
Copy link

@jaanusnurmoja jaanusnurmoja commented Apr 13, 2023

Resolves: #16314
Regular hyphen key didn't work as expected with non-english keyboard when writing lyrics. With Num+- added, the regular - key works as well.

  • I signed the CLA
  • The title of the PR describes the problem it addresses
  • Each commit's message describes its purpose and effects, and references the issue it resolves
  • If changes are extensive, there is a sequence of easily reviewable commits
  • The code in the PR follows the coding rules
  • There are no unnecessary changes
  • The code compiles and runs on my machine, preferably after each commit individually
  • I created a unit test or vtest to verify the changes I made (if applicable)

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Apr 13, 2023

It seems "NumPad -" is already in use for flat, so won't these collide?
See

<SC>
<key>flat</key>
<seq>-</seq>
<seq>Num+-</seq>
</SC>

Edit: I take that back, they are used in different contexts and so do not collide. Looks fine by me.
It is not just a workaround IMHO, but just needed for consistency.

@jaanusnurmoja
Copy link
Author

they are used in different contexts and so do not collide. Looks fine by me. It is not just a workaround IMHO, but just needed for consistency.

Thanks, indeed :) So pls, merge the PR, whoever will do it

@jaanusnurmoja jaanusnurmoja changed the title Workaround for hyphen-related issue #16314 Solution for hyphen-related issue #16314 Apr 17, 2023
@RomanPudashkin RomanPudashkin requested a review from Eism May 10, 2023 09:25
@Eism
Copy link
Contributor

Eism commented May 11, 2023

@jaanusnurmoja did you sign CLA?
and please squash all commits into one and give that a meaningfull commit title

@shoogle FYI

Regular hyphen key didn't work as expected with non-english keyboard when writing lyrics (jump to the next syllable never happened). With Num+- added, the regular - key works as well. See musescore#16314
@jaanusnurmoja
Copy link
Author

@jaanusnurmoja did you sign CLA? and please squash all commits into one and give that a meaningfull commit title

@shoogle FYI

Done

@shoogle
Copy link
Contributor

shoogle commented May 11, 2023

@jaanusnurmoja, I can't find your signature on the CLA. You need to visit https://musescore.org/en/cla to sign. If you've already done this, please tell me what your username is on MuseScore.org. Thanks!

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented May 12, 2023

I don't believe that for such a trivial one-line change in some text file signing the CLA is a strict requirement.

@jaanusnurmoja
Copy link
Author

jaanusnurmoja commented May 12, 2023 via email

@jaanusnurmoja
Copy link
Author

jaanusnurmoja commented May 12, 2023 via email

@Jojo-Schmitz
Copy link
Contributor

Thanks, it doesn't really hurt 😉

@shoogle
Copy link
Contributor

shoogle commented May 12, 2023

@jaanusnurmoja, thanks!

I don't believe that for such a trivial one-line change in some text file signing the CLA is a strict requirement.

It's not a legal requirement for trivial changes like this, but it makes life a lot easier for us if we insist on it at the contributor's first PR rather than waiting for something non-trivial. It's only the first PR where the user gets flagged by GitHub as a "first time contributor". For later PRs there is no flag so we might miss the fact that the user hadn't signed previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MU4 Issue] Entering lyrics hyphen with non-english keyboard
5 participants