[hackers] [svkbd][PATCH] Reducing xspacing and yspacing to 1 so touchscreen users have less mistyping.

From: hazardchem <hazardchem_AT_disroot.org>
Date: Sun, 27 Oct 2024 12:58:13 +1000

Signed-off-by: hazardchem <hazardchem_AT_disroot.org>
---
 config.def.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
index d3864c0..e25e6e8 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -8,8 +8,8 @@ static double repeat_delay = 0.75;
 static int scan_rate = 50;
 /* one row of keys takes up 1/x of the screen height */
 static int heightfactor = 14;
-static int xspacing = 5;
-static int yspacing = 5;
+static int xspacing = 1;
+static int yspacing = 1;
 static const char *defaultfonts[] = {
 	"DejaVu Sans:bold:size=22"
 };
-- 
2.45.2
Received on Sun Oct 27 2024 - 03:58:13 CET

This archive was generated by hypermail 2.3.0 : Sun Oct 27 2024 - 04:00:37 CET