Fix issues with Japanese TypeSplit layouts #590
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes problems that I described in #567. I made some other adjustments:
ゆ
visually on the top of theや
key instead of on the right, to match the normal pattern of vowel sounds (I noticed that Gboard does it this way as well). Swiping to the right will still insertゆ
even though it's not visible.ま
key which seemed to be accidentally left-over from copying the default English layout.My logic when rearranging the "shifted" layouts was to make the dakuten/handakuten forms of characters line up with their normal forms whenever possible. With
ぱ
I preferred to put it close toば
orthogonally rather than diagonally. I moved the・
and=
keys to appear as alternates of the other punctuation,、
and。
. I movedゔ
to the right side becauseっ
already had to be moved there, and I thought they should stay on the same hand. This just left¥
to be moved to the top left.And everything I just said goes the same for the katakana.