summaryrefslogtreecommitdiff
path: root/linux/X/neo
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2007-05-03 10:34:40 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2007-05-03 10:34:40 +0000
commitd9a93a747626b0a58fd5257851e3447f9d4a44d6 (patch)
tree8c35d4abba25c49fa483280adbc64f74c8a74d13 /linux/X/neo
parent6ada90c771f757a8dadd6eb09c3c1d9b3e631c58 (diff)
downloadneo-layout-d9a93a747626b0a58fd5257851e3447f9d4a44d6.tar.gz
neo-layout-d9a93a747626b0a58fd5257851e3447f9d4a44d6.tar.bz2
neo-layout-d9a93a747626b0a58fd5257851e3447f9d4a44d6.zip
dead_stroke auskommentiert bei linux-versionen, grafiken aktualisiert
git-svn-id: https://svn.neo-layout.org@91 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X/neo')
-rw-r--r--linux/X/neo6
1 files changed, 4 insertions, 2 deletions
diff --git a/linux/X/neo b/linux/X/neo
index e7adef4..ba0b506 100644
--- a/linux/X/neo
+++ b/linux/X/neo
@@ -10,10 +10,12 @@ xkb_symbols "basic" {
key.type[group1]="EIGHT_LEVEL_SEMIALPHABETIC";
// Zahlenreihe
- key <TLDE> { [ dead_circumflex, dead_caron, dead_breve, dead_stroke, paragraph ] };
+// eigentlich sollte die folgende Zeile rein, aber auf älteren Systemen ist der dead_stroke noch nicht definiert!
+// key <TLDE> { [ dead_circumflex, dead_caron, dead_breve, dead_stroke ] };
+ key <TLDE> { [ dead_circumflex, dead_caron, dead_breve ] };
key <AE01> { [ 1, degree, notsign, onesuperior ] };
- key <AE02> { [ 2, 2, 2, twosuperior ] };
+ key <AE02> { [ 2, paragraph, 2, twosuperior ] };
key <AE03> { [ 3, section, 3, threesuperior ] };
key <AE04> { [ 4, dollar, yen, cent, Prior, Prior ] };
key <AE05> { [ 5, EuroSign, sterling, currency ] };