// $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 ], [ notsign, brokenbar ] }; key { [ 2, quotedbl ], [ twosuperior, dead_doubleacute ] }; key { [ 3, sterling ], [ threesuperior, dead_tilde ] }; key { [], [ onequarter, oneeighth ] }; key { [ 6, ampersand ] }; key { [ 7, slash ] }; key { [ 8, parenleft ] }; key { [ 9, parenright ] }; key { [ 0, equal ], [ braceright, questiondown ] }; key { [ apostrophe, question ], [ grave, dead_grave ] }; key { [ igrave, asciicircum ], [ asciitilde, dead_circumflex ] }; key { [], [ ntilde, Ntilde ] }; key { [ comma, semicolon ], [ dead_acute, multiply ] }; key { [ period, colon ], [ periodcentered, dead_diaeresis ] }; key { [ minus, underscore ], [ dead_macron, division ] }; key { [ ograve, ccedilla ], [ at, dead_cedilla ] }; key { [ agrave, degree ], [ numbersign, dead_abovering ] }; key { [ egrave, eacute ], [ bracketleft, braceleft ] }; key { [ plus, asterisk ], [ bracketright, braceright ] }; key { [ less, greater ], [ guillemotleft, guillemotright ] }; 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 { [ 2, quotedbl ], [ twosuperior, doubleacute ] }; key { [ 3, sterling ], [ threesuperior, asciitilde ] }; key { [ apostrophe, question ], [ grave, grave ] }; key { [ igrave, asciicircum ], [ asciitilde, asciicircum ] }; key { [ ograve, ccedilla ], [ at, cedilla ] }; key { [ agrave, degree ], [ numbersign, degree ] }; key { [ comma, semicolon ], [ acute, multiply ] }; key { [ period, colon ], [ periodcentered, diaeresis ] }; key { [ minus, underscore ], [ macron, division ] }; key { [ ugrave, section ], [ grave, breve ] }; };