// $Xorg: it,v 1.3 2000/08/17 19:54:43 cpqbld Exp $ // $XFree86: xc/programs/xkbcomp/symbols/it,v 3.5 2001/01/17 23:45:58 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 ] }; key { [ e, E ], [ EuroSign, cent ] }; // 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 ] }; };