fix german keyboard issue caused by #886

This commit is contained in:
alfrix 2023-02-05 22:32:07 -06:00
parent c33b5d6311
commit 69571c88b8

View File

@ -44,7 +44,7 @@ class Keyboard(Gtk.Box):
["ABC", "abc", "123", ".", ",", "?", "!", "'"], ["ABC", "abc", "123", ".", ",", "?", "!", "'"],
] ]
] ]
if language == "fr": elif language == "fr":
self.keys = [ self.keys = [
[ [
["a", "z", "e", "r", "t", "y", "u", "i", "o", "p", ""], ["a", "z", "e", "r", "t", "y", "u", "i", "o", "p", ""],