summaryrefslogtreecommitdiff
path: root/linux/X
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2007-11-11 22:05:27 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2007-11-11 22:05:27 +0000
commit3e54d596dec1af8d043aeee62ec818d2a41a1347 (patch)
treed3c2da2fe954dae248e580181e5212c5633e3917 /linux/X
parentcf60f604f3b2a571201119e7f9585d79e94787e7 (diff)
downloadneo-layout-3e54d596dec1af8d043aeee62ec818d2a41a1347.tar.gz
neo-layout-3e54d596dec1af8d043aeee62ec818d2a41a1347.tar.bz2
neo-layout-3e54d596dec1af8d043aeee62ec818d2a41a1347.zip
aktuellste de-Datei von freedesktop.org
git-svn-id: https://svn.neo-layout.org@310 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X')
-rw-r--r--linux/X/de14
1 files changed, 12 insertions, 2 deletions
diff --git a/linux/X/de b/linux/X/de
index 4cf4647..d0e2f6f 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -1,7 +1,7 @@
// based on a keyboard map from an 'xkb/symbols/de' file
//
-// $XKeyboardConfig: xkeyboard-config/symbols/de,v 1.17 2007/09/02 17:42:07 svu Exp $
+// $XKeyboardConfig: xkeyboard-config/symbols/de,v 1.17 2007/07/15 22:12:12 svu Exp $
// $XFree86: xc/programs/xkbcomp/symbols/de,v 1.6 2003/09/08 13:12:51 pascal Exp $
default
@@ -14,7 +14,17 @@ xkb_symbols "basic" {
key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
key <AE03> { [ 3, section, threesuperior, sterling ] };
key <AE04> { [ 4, dollar, onequarter, currency ] };
- key <AE11> { [ ssharp, question, backslash, questiondown ] };
+
+ key <AE11> {type[Group1]="FOUR_LEVEL_PLUS_LOCK", symbols[Group1]=
+ [ssharp, question, backslash, questiondown, 0x1001E9E ]};
+// The unicode capital letter sharp s U+1E9E is transformed to "SS"
+// to match the rules for capitalizing sharp s in german.
+// If the capital sharp s is needed, delete the line
+// starting with <U1E9C> from /usr/share/X11/locale/iso8859-15/Compose.
+// If both doubled S and capital sharp s are needed, use 0x1001E9E
+// for capital sharp s and some free unicode codepoint like 0x1001E9C
+// for doubled S. Don`t forget to change this in the Compose file, too.
+
key <AE12> { [dead_acute, dead_grave, dead_cedilla, dead_ogonek ] };
key <AD03> { [ e, E, EuroSign, EuroSign ] };