Skip to content

Commit 49fb4e5

Browse files
authored
add shift+tab
magmax#80
1 parent ece56e0 commit 49fb4e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readchar/key.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
SUPR = ""
77
SPACE = "\x20"
88
ESC = "\x1b"
9+
TAB = "\x09"
10+
SHIFT_TAB = "\x1b\x5b\x5a"
911

1012
# CTRL
1113
CTRL_A = "\x01"

0 commit comments

Comments
 (0)