Allow ‘z’ key to be typed on keypad

oops.
sammachin-gprs
Dave Arter 2018-09-09 21:01:24 +01:00
parent 68a08fc47d
commit bdae1dba3b
1 changed files with 1 additions and 1 deletions

View File

@ -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: ["*", "+"],
}