mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
passphrase: include all ASCII characters
This commit is contained in:
parent
a697d482bf
commit
ffe151459b
@ -10,7 +10,7 @@ KEYBOARD_KEYS = (
|
|||||||
('1', '2', '3', '4', '5', '6', '7', '8', '9', '0'),
|
('1', '2', '3', '4', '5', '6', '7', '8', '9', '0'),
|
||||||
(SPACE, 'abc', 'def', 'ghi', 'jkl', 'mno', 'pqrs', 'tuv', 'wxyz', '*#'),
|
(SPACE, 'abc', 'def', 'ghi', 'jkl', 'mno', 'pqrs', 'tuv', 'wxyz', '*#'),
|
||||||
(SPACE, 'ABC', 'DEF', 'GHI', 'JKL', 'MNO', 'PQRS', 'TUV', 'WXYZ', '*#'),
|
(SPACE, 'ABC', 'DEF', 'GHI', 'JKL', 'MNO', 'PQRS', 'TUV', 'WXYZ', '*#'),
|
||||||
('_', '.', '/', '!', '+', '-', '?', ',', ';', '$'))
|
('_<>', '.:@', '/|\\', '!()', '+%&', '-[]', '?{}', ',\'`', ';"~', '$^='))
|
||||||
|
|
||||||
|
|
||||||
def digit_area(i):
|
def digit_area(i):
|
||||||
|
Loading…
Reference in New Issue
Block a user