myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 70347f245bba4782e803e151fe4fe195241ed997
parent dfdc149df4dd21cb8b88066a3a758f948523363c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 24 Jul 2014 00:34:11 +0200

no accidental nbsp

Diffstat:
xkb/symbols/space | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xkb/symbols/space b/xkb/symbols/space @@ -1,4 +1,4 @@ partial alphanumeric_keys xkb_symbols "space" { - key <SPCE> { [ space, nobreakspace ] }; + key <SPCE> { [ space, space, space, nobreakspace ] }; };