// based on a keyboard map from an 'xkb/symbols/de' file // // $XFree86: xc/programs/xkbcomp/symbols/pc/de,v 1.4 2002/12/19 01:21:30 dawes Exp $ xkb_symbols "basic" { include "pc/latin(type4)" name[Group1]="German"; key { [ 2, quotedbl, twosuperior, oneeighth ] }; key { [ 3, section, threesuperior, sterling ] }; key { [ 4, dollar, onequarter, currency ] }; key { [ 5, percent, EuroSign, EuroSign ] }; key { [ ssharp, question, backslash, questiondown ] }; key { [dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; key { [ e, E, eogonek, Eogonek ] }; key { [ z, Z, zabovedot, Zabovedot ] }; key { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] }; key { [ plus, asterisk, dead_tilde, dead_macron ] }; key { [odiaeresis, Odiaeresis, oacute, Oacute ] }; key { [adiaeresis, Adiaeresis, aogonek, Aogonek] }; key { [dead_circumflex, degree, notsign, notsign ] }; key { [numbersign, apostrophe, dead_grave, dead_breve ] }; key { [ y, Y, guillemotleft, less ] }; key { [ a, A, aogonek, Aogonek ] }; key { [ s, S, sacute, Sacute ] }; key { [ x, X, zacute, Zacute ] }; key { [ c, C, cacute, Cacute ] }; key { [ n, N, nacute, Nacute ] }; key { [ o, O, oacute, Oacute ] }; key { [ Multi_key ] }; key { [ KP_Delete, KP_Separator ] }; key { type[Group1]="TWO_LEVEL", [ ISO_Level3_Shift, Multi_key ] }; modifier_map Mod5 { }; }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // modify the default German layout to not have any dead keys include "pc/de(basic)" key { [asciicircum, degree, notsign, notsign ] }; key { [ acute, grave, cedilla, cedilla ] }; key { [udiaeresis, Udiaeresis, diaeresis, diaeresis ] }; key { [ plus, asterisk, asciitilde, macron ] }; key { [odiaeresis, Odiaeresis, doubleacute, doubleacute ] }; key { [adiaeresis, Adiaeresis, asciicircum, asciicircum ] }; key { [numbersign, apostrophe, grave, grave ] }; key { [ minus, underscore, dead_belowdot, abovedot ] }; }; partial alphanumeric_keys xkb_symbols "deadgraveacute" { // modify the default German layout to have only acute and grave // as dead keys (tilde and circumflex are needed as spacing characters // in many programming languages) include "pc/de(basic)" key { [asciicircum, degree, notsign, notsign ] }; key { [ plus, asterisk, asciitilde, dead_macron ] }; key { [numbersign, apostrophe, grave, grave ] }; }; partial alphanumeric_keys xkb_symbols "deadacute" { // modify the default German layout to have only acute as // dead keys (ASCII grave, tilde and circumflex are needed as // spacing characters in many programming languages and text formatters) include "pc/de(deadgraveacute)" key { [dead_acute, grave, dead_cedilla, dead_ogonek ] }; key { [numbersign, apostrophe, dead_grave, dead_grave ] }; };