On Sun, Oct 27, 2024 at 12:58:13PM +1000, hazardchem wrote: > Signed-off-by: hazardchem <[email protected]> > --- > 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 > @@ -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 > >
Wouldn't this increase mistyping, because the keys are closer to eachother and there is a smaller gap that is not a key? -- Kind regards, Hiltjo
