summaryrefslogtreecommitdiff
path: root/linux/X
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
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')
-rw-r--r--linux/X/TODO9
-rw-r--r--linux/X/neo6
2 files changed, 12 insertions, 3 deletions
diff --git a/linux/X/TODO b/linux/X/TODO
index 6898e48..377ac42 100644
--- a/linux/X/TODO
+++ b/linux/X/TODO
@@ -2,7 +2,8 @@
Varianten
==============
-Es ist zu klären, welche Varianten in die Datei sollen, und welche davon default wird.
+Es ist zu klären, welche Varianten in die Datei sollen, und welche davon default
+wird.
Ebenso ist die momentane Version vermutlich nicht 100% aktuell.
Ob die Datei ohne weiteres unter *BSD tut, muss ich noch testen.
@@ -30,3 +31,9 @@ Antwort von Nora:
(http://unicode.e-workers.de/ligaturen.php)
- das kroatische d ist aus Querstrich und d zusammengesetzt
(http://unicode.e-workers.de/querstrich.php)
+
+=============
+dead_stroke
+=============
+Den dead_stroke sollte man wieder einkommentieren, leider funktioniert das noch
+nicht auf älteren Systemen (z. B. Debian 3.x).
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 ] };