diff options
author | qwertfisch <develop-git@qwertfisch.eu> | 2021-05-05 01:36:57 +0200 |
---|---|---|
committer | qwertfisch <develop-git@qwertfisch.eu> | 2021-05-05 01:36:57 +0200 |
commit | ea5643d6a72047758671a3e6c1663ace984b6663 (patch) | |
tree | b5d3cff5c2c9fd6ac5a0701bd2508557d8e4e1f1 /symbols | |
parent | cbbf9b8bfb84f9e90ec28ef013be552f05561034 (diff) |
Replaced division slash with fraction slash on Neo2 (de) layout
The defined character differs from the official Neo reference and should be a fraction slash (U+2044).
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/de | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -517,7 +517,7 @@ xkb_symbols "neo_base" { // Topmost row // -------------------------------------------------------------- - key <KPDV> { [ KP_Divide, KP_Divide, division, U2300, U2215, NoSymbol, U2223, NoSymbol ] }; + key <KPDV> { [ KP_Divide, KP_Divide, division, U2300, U2044, NoSymbol, U2223, NoSymbol ] }; key <KPMU> { [ KP_Multiply, KP_Multiply, U22C5, U2299, multiply, NoSymbol, U2297, NoSymbol ] }; key <KPSU> { [ KP_Subtract, KP_Subtract, U2212, U2296, U2216, NoSymbol, U2238, NoSymbol ] }; |