fill3: Recognize insert key
This commit is contained in:
parent
ec62376f27
commit
f58a3d4bb0
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ CTRL_SPACE = "\x00"
|
|||
CTRL_UNDERSCORE = "\x1f"
|
||||
ENTER = "\n"
|
||||
TAB = "\t"
|
||||
INSERT = ESC + "[2~"
|
||||
DELETE = ESC + "[3~"
|
||||
BACKSPACE = "\x7f"
|
||||
ALT_BACKSPACE = ESC + BACKSPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue