code: plan9front

Download patch

ref: 916c7f0bd9295c649ce8f6f8245475d083f4b7bd
parent: 49b5472ee7b434f3c56af4a14d4907207f8ed1ad
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jan 2 12:54:13 EST 2023

keyboard.h: fix misleading comment (F12 is KF|0xC)

--- a/sys/include/keyboard.h
+++ b/sys/include/keyboard.h
@@ -24,7 +24,7 @@
 	Spec=	0xF800,
 	PF=	Spec|0x20,	/* num pad function key */
 	Kview=	Spec|0x00,	/* view (shift window up) */
-	/* KF|1, KF|2, ..., KF|0xC is F1, F2, ..., F12 */
+	/* KF|1, KF|2, ..., KF|0xC is F12 */
 	Khome=	KF|0x0D,
 	Kup=	KF|0x0E,
 	Kdown=	Kview,