Skip to content

Commit

Permalink
Update FRThumbKeyV1 to add dots, quotation marks and more complex let…
Browse files Browse the repository at this point in the history
…ters (#1174)
  • Loading branch information
terrylaire authored Dec 5, 2024
1 parent 559cc15 commit 26aab7d
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ val KB_FR_THUMBKEY_V1_MAIN =
KeyItemC(
center = KeyC("n", size = LARGE),
swipeType = TWO_WAY_HORIZONTAL,
left = KeyC("ñ"),
right = KeyC("m"),
),
KeyItemC(
Expand Down Expand Up @@ -68,18 +69,23 @@ val KB_FR_THUMBKEY_V1_MAIN =
swipeReturnAction = ToggleCurrentWordCapitalization(false),
),
bottomRight = KeyC("à"),
bottomLeft = KeyC("æ"),
left = KeyC("d"),
),
NUMERIC_KEY_ITEM,
),
listOf(
KeyItemC(
center = KeyC("s", size = LARGE),
swipeType = FOUR_WAY_DIAGONAL,
right = KeyC("»", color = MUTED),
topRight = KeyC("p"),
bottomRight = KeyC("", color = MUTED, swipeReturnAction = CommitText(":")),
bottom = KeyC("·", color = MUTED),
left = KeyC("«", color = MUTED),
),
KeyItemC(
center = KeyC("t", size = LARGE),
topLeft = KeyC("\"", color = MUTED),
top = KeyC("q"),
topRight = KeyC("'", color = MUTED),
right = KeyC("k"),
Expand All @@ -91,6 +97,7 @@ val KB_FR_THUMBKEY_V1_MAIN =
KeyItemC(
center = KeyC("e", size = LARGE),
topLeft = KeyC("o"),
top = KeyC("ö"),
topRight = KeyC("ë"),
right = KeyC("ê"),
bottomRight = KeyC("è"),
Expand Down Expand Up @@ -136,6 +143,7 @@ val KB_FR_THUMBKEY_V1_SHIFTED =
KeyItemC(
center = KeyC("N", size = LARGE),
swipeType = TWO_WAY_HORIZONTAL,
left = KeyC("Ñ"),
right = KeyC("M"),
),
KeyItemC(
Expand Down Expand Up @@ -167,18 +175,23 @@ val KB_FR_THUMBKEY_V1_SHIFTED =
swipeReturnAction = ToggleCurrentWordCapitalization(false),
color = MUTED,
),
bottomLeft = KeyC("Æ"),
left = KeyC("D"),
),
NUMERIC_KEY_ITEM,
),
listOf(
KeyItemC(
center = KeyC("S", size = LARGE),
swipeType = FOUR_WAY_DIAGONAL,
right = KeyC("»", color = MUTED),
topRight = KeyC("P"),
bottomRight = KeyC("", color = MUTED, swipeReturnAction = CommitText(":")),
bottom = KeyC("·", color = MUTED),
left = KeyC("«", color = MUTED),
),
KeyItemC(
center = KeyC("T", size = LARGE),
topLeft = KeyC("\"", color = MUTED),
top = KeyC("Q"),
topRight = KeyC("'", color = MUTED),
right = KeyC("K"),
Expand All @@ -190,6 +203,7 @@ val KB_FR_THUMBKEY_V1_SHIFTED =
KeyItemC(
center = KeyC("E", size = LARGE),
topLeft = KeyC("O"),
top = KeyC("Ö"),
topRight = KeyC("Ë"),
right = KeyC("Ê"),
bottomRight = KeyC("È"),
Expand Down

0 comments on commit 26aab7d

Please sign in to comment.