// $XConsortium: it /main/3 1996/08/31 12:19:59 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/it,v 3.3 1996/12/23 07:13:27 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Italian keybaord name[Group1]= "Italian"; key { [ backslash, bar ] }; key { [ 2, quotedbl ] }; key { [ 3, sterling ] }; key { [ 6, ampersand ] }; key { [ 7, slash ] }; key { [ 8, parenleft ] }; key { [ comma, semicolon ] }; key { [ 0, equal ] }; key { [ 9, parenright ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ ograve, ccedilla ], [ at,dead_doubleacute ] }; key { [ apostrophe, question ], [ grave, questiondown ] }; key { [ agrave, degree ], [ numbersign, numbersign ] }; key { [ egrave, eacute ], [ bracketleft, dead_abovering ] }; key { [ igrave, asciicircum ], [ asciitilde, dead_ogonek ] }; key { [ plus, asterisk ], [ bracketright, dead_macron ] }; key { [ less, greater ], [ bar, brokenbar ] }; key { [ ugrave, section ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // For naming consistency include "it(basic)" }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { // For naming consistency include "it(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic italian layout to eliminate all dead keys include "it(basic)" key { [ ograve, ccedilla ], [ at, doubleacute ] }; key { [ egrave, eacute ], [ bracketleft, degree ] }; key { [ igrave, asciicircum ], [ asciitilde, ogonek ] }; key { [ plus, asterisk ], [ bracketright, macron ] }; };