$Id: 082_xkb_AE12_apostrophe_on_pc_de_nodeadkeys.diff 1408 2004-05-17 17:55:10Z branden $ German keyboards using the "nodeadkeys" variant should produce an apostrophe, not an acute accent, when is pressed. This change is also consistent with the existing xc/programs/xkbcomp/symbols/de file. See Debian bug #241127. This patch by Andreas Metzler. --- xc/programs/xkbcomp/symbols/pc/de~ 2004-03-31 16:17:00.000000000 -0500 +++ xc/programs/xkbcomp/symbols/pc/de 2004-03-31 15:59:42.000000000 -0500 @@ -40,7 +40,7 @@ include "pc/de(basic)" key { [asciicircum, degree, notsign, notsign ] }; - key { [ acute, grave, cedilla, cedilla ] }; + key { [apostrophe, grave, cedilla, cedilla ] }; key { [udiaeresis, Udiaeresis, diaeresis, diaeresis ] }; key { [ plus, asterisk, asciitilde, macron ] }; key { [odiaeresis, Odiaeresis, doubleacute, doubleacute ] };