là ça marche.
This commit is contained in:
parent
5a3f8ef18d
commit
6429b30f91
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Gui(object):
|
|||
continue
|
||||
elif ord(key) == 10:
|
||||
self.execute()
|
||||
elif ord(key) == 8:
|
||||
elif ord(key) == 8 or ord(key) == 127:
|
||||
self.window.input.key_backspace()
|
||||
else:
|
||||
if ord(key) > 190 and ord(key) < 225:
|
||||
|
|
Loading…
Reference in a new issue