diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-12 22:15:29 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-12 22:15:29 +0000 |
commit | f6781b3c6412b9dfa18408eec3fe4cd01eab41d4 (patch) | |
tree | 4e41fa0b12629c4efb40cdfca1d1d593fc70cc94 /linux | |
parent | 4bae8a360e38e789b18c15ccf7a87f2381a5eb8b (diff) |
#58:
tippfehler bei dead_diaeresis ausgebessert
dead_doublegrave gibt es anscheinend nicht, habe jetzt U030F (combining double grave accent - trotzdem eine scheinbar tote taste und kein combining key)
hingeschrieben, bis jemand eine bessere lösung hat
git-svn-id: https://svn.neo-layout.org@1182 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r-- | linux/X/de | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ xkb_symbols "neo" { key <AE10> { [ 0, rightdoublequotemark, rightsinglequotemark, U2080, minus, NoSymbol, emptyset ] }; key <AE11> { [ minus, endash, emdash, U2011, NoSymbol, NoSymbol, hyphen ] }; - key <AE12> { [ dead_grave, NoSymbol, dead_diaresis, dead_dasia, dead_doublegrave,NoSymbol, NoSymbol ] }; + key <AE12> { [ dead_grave, NoSymbol, dead_diaeresis, dead_dasia, U030F, NoSymbol, NoSymbol ] }; // top row // ------------ |