Skip to content

Commit d344e7c

Browse files
authored
Update and rename ThumbKeyESCAv1.kt to ThumbKeyESCAv2.kt (#423)
* Update and rename ThumbKeyESCAv1.kt to ThumbKeyESCAv2.kt Removed Four_way_cross from both "l" and "L" key as they have now diagonal swipes. * Rename ThumbKeyESCAv2.kt to ThumbKeyESCAv1.kt Change back name to V1.
1 parent 6c634d5 commit d344e7c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/com/dessalines/thumbkey/keyboards/ThumbKeyESCAv1.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ val THUMBKEY_ES_CA_V1_MAIN = KeyboardC(
4444
size = FontSizeVariant.LARGE,
4545
color = ColorVariant.PRIMARY,
4646
),
47-
swipeType = SwipeNWay.FOUR_WAY_CROSS,
4847
swipes = mapOf(
4948
SwipeDirection.BOTTOM to KeyC(
5049
display = KeyDisplay.TextDisplay("v"),
@@ -313,7 +312,6 @@ val THUMBKEY_ES_CA_V1_SHIFTED = KeyboardC(
313312
size = FontSizeVariant.LARGE,
314313
color = ColorVariant.PRIMARY,
315314
),
316-
swipeType = SwipeNWay.FOUR_WAY_CROSS,
317315
swipes = mapOf(
318316
SwipeDirection.BOTTOM to KeyC(
319317
display = KeyDisplay.TextDisplay("V"),

0 commit comments

Comments
 (0)