From bdae1dba3b45e6670318343971a98721bdeb128b Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Sun, 9 Sep 2018 21:01:24 +0100 Subject: [PATCH] =?UTF-8?q?Allow=20=E2=80=98z=E2=80=99=20key=20to=20be=20t?= =?UTF-8?q?yped=20on=20keypad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit oops. --- lib/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dialogs.py b/lib/dialogs.py index c32f201..eecebd1 100644 --- a/lib/dialogs.py +++ b/lib/dialogs.py @@ -129,7 +129,7 @@ def handle_keypad(edit, numeric): buttons.Buttons.BTN_6: ["m", "n", "o", "6"], buttons.Buttons.BTN_7: ["p", "q", "r", "s", "7"], buttons.Buttons.BTN_8: ["t", "u", "v", "8"], - buttons.Buttons.BTN_9: ["w", "x", "y", "9"], + buttons.Buttons.BTN_9: ["w", "x", "y", "z", "9"], buttons.Buttons.BTN_Hash: ["#"], buttons.Buttons.BTN_Star: ["*", "+"], }