summaryrefslogtreecommitdiff
path: root/symbols/fr
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2021-12-28 16:47:42 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2021-12-29 00:29:08 +0000
commit638461d138e790f7c4800a9e965d2efc70147d56 (patch)
tree3c86f3109e974db5a461caefa35da0ca831bf15e /symbols/fr
parent94fd6e4b26dcb9839bf3c422f27462610a66eaa7 (diff)
replace the non-working 'horizconnector' with a bullet (U+2022)
Key symbol 'horizconnector' has not been working for more than eleven years. In all that time no one has complained, so... it seems no one was using that character. So, replace it with something that works, and that is more mnemonic (having a comma or a period on one of the first two levels, and the centered period to its right): the bullet character, U+2022. Fixes #301. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/fr')
-rw-r--r--symbols/fr2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/fr b/symbols/fr
index 69a777b8..ae5747a1 100644
--- a/symbols/fr
+++ b/symbols/fr
@@ -32,7 +32,7 @@ xkb_symbols "basic" {
key <BKSL> { [ asterisk, mu, dead_grave, dead_breve ] };
key <AB01> { [ w, W, lstroke, Lstroke ] };
key <AB07> { [ comma, question, dead_acute, dead_doubleacute ] };
- key <AB08> { [ semicolon, period, horizconnector, multiply ] };
+ key <AB08> { [ semicolon, period, U2022, multiply ] }; // bullet
key <AB09> { [ colon, slash, periodcentered, division ] };
key <AB10> { [ exclam, section, dead_belowdot, dead_abovedot ] };