Skip to content

Commit 2a437fd

Browse files
Fix #1064 (#1189)
- Change uppercase "-" to "_" - Fix uppercase "L" - Fix lowercase "æ"
1 parent e7e8be9 commit 2a437fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ val KB_EN_DE_THUMBKEY_AE_MAIN =
110110
),
111111
KeyItemC(
112112
center = KeyC("e", size = LARGE),
113-
top = KeyC("œ"),
113+
top = KeyC("æ"),
114114
topLeft = KeyC("d"),
115115
topRight = KeyC("", color = MUTED),
116116
left = KeyC("@", color = MUTED),
@@ -151,7 +151,7 @@ val KB_EN_DE_THUMBKEY_AE_SHIFTED =
151151
left = KeyC("", color = MUTED),
152152
right = KeyC("=", color = MUTED),
153153
bottomLeft = KeyC("<", color = MUTED),
154-
bottom = KeyC("l"),
154+
bottom = KeyC("L"),
155155
bottomRight = KeyC(">", color = MUTED),
156156
),
157157
KeyItemC(
@@ -221,7 +221,7 @@ val KB_EN_DE_THUMBKEY_AE_SHIFTED =
221221
right = KeyC("", color = MUTED),
222222
bottomLeft = KeyC("7", color = MUTED),
223223
bottom = KeyC("¿", color = MUTED),
224-
bottomRight = KeyC("", color = MUTED),
224+
bottomRight = KeyC("_", color = MUTED),
225225
),
226226
KeyItemC(
227227
center = KeyC("I", size = LARGE),

0 commit comments

Comments
 (0)