keyboard.h: End is no longer \r
diff --git a/include/keyboard.h b/include/keyboard.h
index 838b2af..ec9bff4 100644
--- a/include/keyboard.h
+++ b/include/keyboard.h
@@ -28,7 +28,7 @@
 	Kview=	0x80,
 	Kpgdown=	KF|0x13,
 	Kins=	KF|0x14,
-	Kend=	'\r',	/* [sic] */
+	Kend=	KF|0x18,
 
 	Kalt=		KF|0x15,
 	Kshift=	KF|0x16,