fix german keyboard issue caused by #886
This commit is contained in:
parent
c33b5d6311
commit
69571c88b8
@ -44,7 +44,7 @@ class Keyboard(Gtk.Box):
|
||||
["ABC", "abc", "123", ".", ",", "?", "!", "'"],
|
||||
]
|
||||
]
|
||||
if language == "fr":
|
||||
elif language == "fr":
|
||||
self.keys = [
|
||||
[
|
||||
["a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "⌫"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user