Skip to content

Commit

Permalink
Update NumericWide ° * # (#1227)
Browse files Browse the repository at this point in the history
Symbols update to use them with ghost keys
  • Loading branch information
lyluqo authored Jan 8, 2025
1 parent 8b373c3 commit 09869a6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ val WIDE_NUMERIC_KEYBOARD =
KeyItemC(
center = KeyC("2", size = LARGE),
swipeType = FOUR_WAY_DIAGONAL,
topLeft = KeyC("°"),
topRight =
KeyC(
// secret! (to avoid excessive visual noise)
Expand All @@ -42,6 +41,7 @@ val WIDE_NUMERIC_KEYBOARD =
KeyItemC(
center = KeyC("3", size = LARGE),
swipeType = FOUR_WAY_DIAGONAL,
topLeft = KeyC("°"),
bottomLeft = KeyC("^"),
topRight =
KeyC(
Expand Down Expand Up @@ -135,13 +135,13 @@ val WIDE_NUMERIC_KEYBOARD =
KeyItemC(
center = KeyC("8", size = LARGE),
swipeType = FOUR_WAY_DIAGONAL,
bottomLeft = KeyC("*"),
bottomRight = KeyC("#"),
),
KeyItemC(
center = KeyC("9", size = LARGE),
swipeType = EIGHT_WAY,
top = KeyC("~"),
left = KeyC("*"),
right = KeyC("#"),
bottomLeft = KeyC("\\"),
bottomRight = KeyC("/"),
),
Expand Down

0 comments on commit 09869a6

Please sign in to comment.