[xkb] swap afnor spacebar for bépo's
This commit is contained in:
parent
6aedca76f7
commit
f6649faac0
1 changed files with 9 additions and 6 deletions
|
@ -23,4 +23,7 @@ xkb_symbols "fr_afnor" {
|
|||
|
||||
key <AB01> {[ w, W, less, lessthanequal ]}; // w W < ≤
|
||||
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)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue