// Maltese keyboard map (based on MSA Standard DMS100) // by Ramon Casha (ramon.casha@linux.org.mt) // // $XFree86$ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between the en_GB // keyboard and the Maltese keyboard. include "gb(basic)" name[Group1]= "Maltese"; // the following four sets are the four additional letters (C. G. H- Z.) // Group 2 contains the UK equivalents key { [ cabovedot, Cabovedot ], [ grave, notsign ] }; key { [ gabovedot, Gabovedot ], [ bracketleft, braceleft ] }; key { [ hstroke, Hstroke ], [ bracketright, braceright ] }; key { [ zabovedot, Zabovedot ], [ backslash, bar ] }; // Euro symbol key { [ 3, EuroSign ], [ sterling ] }; // Long accent key { [], [ dead_circumflex, dead_circumflex ] }; // Normal accented vowels key { [], [ egrave, Egrave ] }; key { [], [ ugrave, Ugrave ] }; key { [], [ igrave, Igrave ] }; key { [], [ ograve, Ograve ] }; key { [], [ agrave, Agrave ] }; // 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 }; };