Skip to content

Commit

Permalink
Update ENQwertEase.kt (#873)
Browse files Browse the repository at this point in the history
Fixed a bug not being able to type /z/ when swiped into it.
  • Loading branch information
Lysalana committed May 1, 2024
1 parent a24430b commit 119a496
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ val KB_EN_QWERTEASE_MAIN =
size = FontSizeVariant.LARGE,
color = ColorVariant.PRIMARY,
),
swipeType = SwipeNWay.FOUR_WAY_DIAGONAL,
swipes =
mapOf(
SwipeDirection.TOP_RIGHT to
Expand Down Expand Up @@ -462,7 +461,6 @@ val KB_EN_QWERTEASE_SHIFTED =
size = FontSizeVariant.LARGE,
color = ColorVariant.PRIMARY,
),
swipeType = SwipeNWay.FOUR_WAY_DIAGONAL,
swipes =
mapOf(
SwipeDirection.TOP_RIGHT to
Expand Down

0 comments on commit 119a496

Please sign in to comment.