From 401c631eb2a21b6c73dd8c68b918a0231341e5d2 Mon Sep 17 00:00:00 2001 From: Michael36500 <104157791+Michael36500@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:51:12 +0200 Subject: [PATCH] Fixed missing and overlapping keys on CZ keyboard (#386) * Fixed missing and overlapping keys on CZ keyboard When using the keyboard IRL, I found that the keys were missing, so I fixed it. Hopefully, I've setup Android Studio correctly and this will work. * next try --- .../java/com/dessalines/thumbkey/keyboards/ThumbKeyCZv1.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/dessalines/thumbkey/keyboards/ThumbKeyCZv1.kt b/app/src/main/java/com/dessalines/thumbkey/keyboards/ThumbKeyCZv1.kt index 00e8b3c0..720a4b07 100644 --- a/app/src/main/java/com/dessalines/thumbkey/keyboards/ThumbKeyCZv1.kt +++ b/app/src/main/java/com/dessalines/thumbkey/keyboards/ThumbKeyCZv1.kt @@ -516,6 +516,7 @@ val THUMBKEY_CZ_V1_SHIFTED = KeyboardC( size = FontSizeVariant.LARGE, color = ColorVariant.PRIMARY, ), + swipeType = SwipeNWay.EIGHT_WAY, swipes = mapOf( SwipeDirection.TOP_LEFT to KeyC( display = KeyDisplay.TextDisplay("D"), @@ -529,7 +530,7 @@ val THUMBKEY_CZ_V1_SHIFTED = KeyboardC( display = KeyDisplay.TextDisplay("Ď"), action = KeyAction.CommitText("Ď"), ), - SwipeDirection.TOP to KeyC( + SwipeDirection.LEFT to KeyC( display = KeyDisplay.TextDisplay("Ě"), action = KeyAction.CommitText("Ě"), ),