Skip to content

Commit

Permalink
Update MessageEaseDE.kt (#402)
Browse files Browse the repository at this point in the history
* Update MessageEaseDE.kt

* Fixing lint.

---------

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 15, 2023
1 parent 003e1d1 commit 3da50c9
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ val MESSAGEEASE_DE_MAIN = KeyboardC(
action = KeyAction.CommitText("="),
color = ColorVariant.MUTED,
),
SwipeDirection.RIGHT to KeyC(
SwipeDirection.BOTTOM_RIGHT to KeyC(
display = KeyDisplay.TextDisplay(""),
action = KeyAction.CommitText(""),
color = ColorVariant.MUTED,
Expand Down Expand Up @@ -225,7 +225,7 @@ val MESSAGEEASE_DE_MAIN = KeyboardC(
SwipeDirection.BOTTOM to KeyC(
display = KeyDisplay.TextDisplay("ß"),
action = KeyAction.CommitText("ß"),
color = ColorVariant.PRIMARY,

),
SwipeDirection.RIGHT to KeyC(
display = KeyDisplay.TextDisplay("*"),
Expand All @@ -249,7 +249,7 @@ val MESSAGEEASE_DE_MAIN = KeyboardC(
SwipeDirection.RIGHT to KeyC(
display = KeyDisplay.TextDisplay("z"),
action = KeyAction.CommitText("z"),
color = ColorVariant.PRIMARY,

),
SwipeDirection.TOP_LEFT to KeyC(
display = KeyDisplay.TextDisplay(
Expand Down Expand Up @@ -555,7 +555,7 @@ val MESSAGEEASE_DE_SHIFTED = KeyboardC(
action = KeyAction.CommitText("ß"),

),
SwipeDirection.BOTTOM_RIGHT to KeyC(
SwipeDirection.RIGHT to KeyC(
display = KeyDisplay.TextDisplay("*"),
action = KeyAction.CommitText("*"),
color = ColorVariant.MUTED,
Expand Down Expand Up @@ -585,6 +585,12 @@ val MESSAGEEASE_DE_SHIFTED = KeyboardC(
action = KeyAction.CommitText("\""),
color = ColorVariant.MUTED,

),
SwipeDirection.TOP_RIGHT to KeyC(
display = KeyDisplay.TextDisplay("'"),
action = KeyAction.CommitText("'"),
color = ColorVariant.MUTED,

),
SwipeDirection.BOTTOM_LEFT to KeyC(
display = KeyDisplay.TextDisplay(","),
Expand Down

0 comments on commit 3da50c9

Please sign in to comment.