[xkb] swap afnor spacebar for bépo's

This commit is contained in:
nemirwen 2024-04-30 09:05:53 +02:00
parent 6aedca76f7
commit f6649faac0

View file

@ -23,4 +23,7 @@ xkb_symbols "fr_afnor" {
key <AB01> {[ w, W, less, lessthanequal ]}; // w W < ≤ key <AB01> {[ w, W, less, lessthanequal ]}; // w W < ≤
key <AB02> {[ x, X, greater, greaterthanequal ]}; // x X > ≥ key <AB02> {[ x, X, greater, greaterthanequal ]}; // x X > ≥
// Space bar borrowed from bépo
key <SPCE> {[ space, nobreakspace, underscore, U202F ]}; // ␣ (espace insécable) _ (espace insécable fin)
}; };