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

確定入力モードで "n-" 入力で "んー" とならず"ん"だけ確定されるバグを修正 #182

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Jul 7, 2024

#179 とほぼ同じ理由で、ひらがなモードでの "n-" という入力で "ん" は確定するが小文字のハイフン "-" が未確定入力に残ってしまうのを修正します。
また "n1" という入力で "ん" が確定し、1が未確定入力になるのも違和感があるのでローマ字として使用されない文字がnのあとに入力されたときは確定させるようにします。
また "n!" (!はShift-1) という入力で、!を送り仮名として扱ってしまうのも止めて "ん!" を確定させるようにします。

入力 予想される結果 修正前
n- んー ん- (ハイフンが未確定文字列になってしまう)
n1 ん1 ん1 (1が未確定文字列になってしまう)
n! ん! ▽n*!

@mtgto mtgto merged commit 3f34353 into main Jul 9, 2024
2 checks passed
@mtgto mtgto deleted the n-hyphen2 branch July 9, 2024 15:47
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.

1 participant