We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e8be9 commit 2a437fdCopy full SHA for 2a437fd
app/src/main/java/com/dessalines/thumbkey/keyboards/DEENAEThumbKey.kt
@@ -110,7 +110,7 @@ val KB_EN_DE_THUMBKEY_AE_MAIN =
110
),
111
KeyItemC(
112
center = KeyC("e", size = LARGE),
113
- top = KeyC("œ"),
+ top = KeyC("æ"),
114
topLeft = KeyC("d"),
115
topRight = KeyC("€", color = MUTED),
116
left = KeyC("@", color = MUTED),
@@ -151,7 +151,7 @@ val KB_EN_DE_THUMBKEY_AE_SHIFTED =
151
left = KeyC("", color = MUTED),
152
right = KeyC("=", color = MUTED),
153
bottomLeft = KeyC("<", color = MUTED),
154
- bottom = KeyC("l"),
+ bottom = KeyC("L"),
155
bottomRight = KeyC(">", color = MUTED),
156
157
@@ -221,7 +221,7 @@ val KB_EN_DE_THUMBKEY_AE_SHIFTED =
221
right = KeyC("", color = MUTED),
222
bottomLeft = KeyC("7", color = MUTED),
223
bottom = KeyC("¿", color = MUTED),
224
- bottomRight = KeyC("", color = MUTED),
+ bottomRight = KeyC("_", color = MUTED),
225
226
227
center = KeyC("I", size = LARGE),
0 commit comments