Skip to content

Commit

Permalink
Fix #1064 (#1189)
Browse files Browse the repository at this point in the history
- Change uppercase "-" to "_"
- Fix uppercase "L"
- Fix lowercase "æ"
  • Loading branch information
jackie-jackie authored Dec 11, 2024
1 parent e7e8be9 commit 2a437fd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ val KB_EN_DE_THUMBKEY_AE_MAIN =
),
KeyItemC(
center = KeyC("e", size = LARGE),
top = KeyC("œ"),
top = KeyC("æ"),
topLeft = KeyC("d"),
topRight = KeyC("", color = MUTED),
left = KeyC("@", color = MUTED),
Expand Down Expand Up @@ -151,7 +151,7 @@ val KB_EN_DE_THUMBKEY_AE_SHIFTED =
left = KeyC("", color = MUTED),
right = KeyC("=", color = MUTED),
bottomLeft = KeyC("<", color = MUTED),
bottom = KeyC("l"),
bottom = KeyC("L"),
bottomRight = KeyC(">", color = MUTED),
),
KeyItemC(
Expand Down Expand Up @@ -221,7 +221,7 @@ val KB_EN_DE_THUMBKEY_AE_SHIFTED =
right = KeyC("", color = MUTED),
bottomLeft = KeyC("7", color = MUTED),
bottom = KeyC("¿", color = MUTED),
bottomRight = KeyC("", color = MUTED),
bottomRight = KeyC("_", color = MUTED),
),
KeyItemC(
center = KeyC("I", size = LARGE),
Expand Down

0 comments on commit 2a437fd

Please sign in to comment.