shithub: n900

Download patch

ref: 62d2450d59237e4235842d51c471f33257011150
parent: ef37736a732e411f677af855eab9f7c812fa5725
author: mia soweli <mia@soweli.net>
date: Tue Aug 12 18:47:15 EDT 2025

kbmap: don't double-space

scancodes 29 and 30 are both mapped to the space bar.

--- a/sys/lib/kbmap/n900
+++ b/sys/lib/kbmap/n900
@@ -28,7 +28,7 @@
 0	27	'n
 0	28	'm
 0	29	0x20
-0	30	0x20
+0	30	0
 0	31	0
 0	32	't
 0	33	0
--