We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6067357 commit a637523Copy full SHA for a637523
supervisor/shared/usb/host_keyboard.c
@@ -82,10 +82,10 @@ struct keycode_mapper {
82
// https://aperiodic.net/phil/archives/Geekery/term-function-keys/
83
// https://www.microfocus.com/documentation/rumba/desktop951/RumbaSystemAdminGuide/GUID-5F92BA7F-107A-4101-B4E7-E0FC73F0CD99.html
84
// showkey -a
85
-#define F1 "\e[OP"
86
-#define F2 "\e[OQ"
87
-#define F3 "\e[OR"
88
-#define F4 "\e[OS"
+#define F1 "\eOP"
+#define F2 "\eOQ"
+#define F3 "\eOR"
+#define F4 "\eOS"
89
#define F5 "\e[15~"
90
#define F6 "\e[17~"
91
#define F7 "\e[18~"
0 commit comments