We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86ec27 commit 978e98bCopy full SHA for 978e98b
1 file changed
readchar/_posix_key.py
@@ -63,6 +63,9 @@
63
F11 = "\x1b\x5b\x32\x33\x7e"
64
F12 = "\x1b\x5b\x32\x34\x7e"
65
66
+# SHIFT+_
67
+SHIFT_TAB = "\x1b\x5b\x5a"
68
+
69
# other
70
CTRL_ALT_SUPR = "\x1b\x5b\x33\x5e"
71
0 commit comments