Skip to content

Commit bc8e2f1

Browse files
fleytmanCube707
authored andcommitted
add key SHIFT+TAB
closes #80
1 parent 0ce178f commit bc8e2f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readchar/_posix_key.py

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
F11 = "\x1b\x5b\x32\x33\x7e"
6464
F12 = "\x1b\x5b\x32\x34\x7e"
6565

66+
# SHIFT+_
67+
SHIFT_TAB = "\x1b\x5b\x5a"
68+
6669
# other
6770
CTRL_ALT_SUPR = "\x1b\x5b\x33\x5e"
6871

0 commit comments

Comments
 (0)