We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039540c commit bb79d67Copy full SHA for bb79d67
readchar/_posix_key.py
@@ -54,14 +54,14 @@
54
F2 = "\x1b\x4f\x51"
55
F3 = "\x1b\x4f\x52"
56
F4 = "\x1b\x4f\x53"
57
-F5 = "\x1b\x4f\x31\x35\x7e"
58
-F6 = "\x1b\x4f\x31\x37\x7e"
59
-F7 = "\x1b\x4f\x31\x38\x7e"
60
-F8 = "\x1b\x4f\x31\x39\x7e"
61
-F9 = "\x1b\x4f\x32\x30\x7e"
62
-F10 = "\x1b\x4f\x32\x31\x7e"
63
-F11 = "\x1b\x4f\x32\x33\x7e"
64
-F12 = "\x1b\x4f\x32\x34\x7e"
+F5 = "\x1b\x5b\x31\x35\x7e"
+F6 = "\x1b\x5b\x31\x37\x7e"
+F7 = "\x1b\x5b\x31\x38\x7e"
+F8 = "\x1b\x5b\x31\x39\x7e"
+F9 = "\x1b\x5b\x32\x30\x7e"
+F10 = "\x1b\x5b\x32\x31\x7e"
+F11 = "\x1b\x5b\x32\x33\x7e"
+F12 = "\x1b\x5b\x32\x34\x7e"
65
66
# other
67
CTRL_ALT_SUPR = "\x1b\x5b\x33\x5e"
0 commit comments