fill2: Add ctrl-underscore key

This commit is contained in:
Andrew Hamilton 2022-01-13 13:26:51 +10:00
parent 7fd5084040
commit dc64289385

View file

@ -20,6 +20,7 @@ CTRL_DOWN = ESC + "[1;5B"
CTRL_LEFT = ESC + "[1;5D"
CTRL_RIGHT = ESC + "[1;5C"
CTRL_SPACE = "\x00"
CTRL_UNDERSCORE = "\x1f"
ENTER = "\n"
TAB = "\t"
DELETE = ESC + "[3~"