Skip to content

Commit

Permalink
Small fix on the canadian aboriginal keyboard (#476)
Browse files Browse the repository at this point in the history
I originally swapped two letters (TAAI was supposed to be the center key); now they are swapped back where they belong.
  • Loading branch information
CarolineHusky committed Oct 10, 2023
1 parent 790d6cb commit 7576659
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ val THUMBKEY_CA_V1_SHIFTED = KeyboardC(
listOf(
KeyItemC(
center = KeyC(
display = KeyDisplay.TextDisplay(""),
action = KeyAction.CommitText(""),
display = KeyDisplay.TextDisplay(""),
action = KeyAction.CommitText(""),
),
swipes = mapOf(
SwipeDirection.TOP to KeyC(
Expand All @@ -564,8 +564,8 @@ val THUMBKEY_CA_V1_SHIFTED = KeyboardC(
color = ColorVariant.PRIMARY,
),
SwipeDirection.RIGHT to KeyC(
display = KeyDisplay.TextDisplay(""),
action = KeyAction.CommitText(""),
display = KeyDisplay.TextDisplay(""),
action = KeyAction.CommitText(""),
),
SwipeDirection.BOTTOM to KeyC(
display = KeyDisplay.TextDisplay(""),
Expand Down

0 comments on commit 7576659

Please sign in to comment.