From f6649faac029cd1ea999db83d6a71eb1a04902db Mon Sep 17 00:00:00 2001 From: nemirwen Date: Tue, 30 Apr 2024 09:05:53 +0200 Subject: [PATCH] =?UTF-8?q?[xkb]=20swap=20afnor=20spacebar=20for=20b=C3=A9?= =?UTF-8?q?po's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/xkb/symbols/custom | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/config/xkb/symbols/custom b/config/xkb/symbols/custom index 23664bc..393a77f 100644 --- a/config/xkb/symbols/custom +++ b/config/xkb/symbols/custom @@ -15,12 +15,15 @@ xkb_symbols "fr_afnor" { // new AFNOR azerty adapted for programming and use with an ANSI keyboard include "fr(afnor)" - key {[ leftsinglequotemark, 7, grave, dead_macron ]}; // ‘ 7 ` - key {[ asciicircum, dead_diaeresis, dead_circumflex, dead_caron ]}; // ^ - key {[ n, N, asciitilde, dead_tilde ]}; // n N ~ + key {[ leftsinglequotemark, 7, grave, dead_macron ]}; // ‘ 7 ` + key {[ asciicircum, dead_diaeresis, dead_circumflex, dead_caron ]}; // ^ + key {[ n, N, asciitilde, dead_tilde ]}; // n N ~ - key {[ r, R, registered, copyright ]}; // r R ® © + key {[ r, R, registered, copyright ]}; // r R ® © - key { [w, W, less, lessthanequal ] }; // w W < ≤ - key { [x, X, greater, greaterthanequal ] }; // x X > ≥ + key {[ w, W, less, lessthanequal ]}; // w W < ≤ + key {[ x, X, greater, greaterthanequal ]}; // x X > ≥ + + // Space bar borrowed from bépo + key {[ space, nobreakspace, underscore, U202F ]}; // ␣ (espace insécable) _ (espace insécable fin) };