Skip to content

Commit

Permalink
PLTypeSplitSymbols: Fix shifted input of tilde and double quote
Browse files Browse the repository at this point in the history
Shifted swipe type is TWO_WAY_HORIZONTAL, which makes it impossible to
input '`' and '"'. Change it to FOUR_WAY_CROSS.

Fixes: dea3d03 ("Add PLTypeSplitSymbols (dessalines#851)")
Signed-off-by: h67ma <szycikm@gmail.com>
  • Loading branch information
h67ma committed Sep 10, 2024
1 parent 94c1bbe commit 3343b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ val KB_PL_TYPESPLIT_SYMBOLS_SHIFTED =
size = FontSizeVariant.LARGE,
color = ColorVariant.PRIMARY,
),
swipeType = SwipeNWay.TWO_WAY_HORIZONTAL,
swipeType = SwipeNWay.FOUR_WAY_CROSS,
swipes =
mapOf(
SwipeDirection.RIGHT to
Expand Down

0 comments on commit 3343b4f

Please sign in to comment.