// $XConsortium: de_CH /main/3 1996/08/31 12:19:25 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/de_CH,v 3.3 1996/12/23 07:13:16 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Swiss keyboard // Alphanumeric section name[Group1]= "Swiss German"; key { [ section, degree ] }; key { [ 1, plus ], [ bar, exclamdown ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 3, asterisk ], [ numbersign ] }; key { [ 4, ccedilla ] }; key { [ 5, percent ] }; key { [ 6, ampersand ], [ notsign ] }; key { [ 7, slash ], [ brokenbar ] }; key { [ 8, parenleft ], [ cent ] }; key { [ 9, parenright ] }; key { [ 0, equal ] }; key { [ apostrophe, question ], [ acute ] }; key { [ asciicircum, grave ], [ asciitilde ] }; key { [ z, Z ] }; key { [ udiaeresis, egrave ], [ bracketleft ] }; key { [ diaeresis, exclam ], [ bracketright ] }; key { [ odiaeresis, eacute ] }; key { [ adiaeresis, agrave ], [ braceleft ] }; key { [ dollar, sterling ], [ braceright ] }; key { [ less, greater ], [ backslash, brokenbar ] }; key { [ y, Y ] }; key { [ comma, semicolon ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { include "de_CH(basic)" // for the sake of consistency }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "de_CH(Sundeadkeys)" // for the sake of consistency }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "de_CH(basic)" // for the sake of consistency };