first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / symbols / mt
1 // Maltese keyboard map (based on MSA Standard DMS100)
2 // by Ramon Casha (ramon.casha@linux.org.mt)
3 //
4 // $XFree86: xc/programs/xkbcomp/symbols/pc/mt,v 1.3 2002/12/13 04:18:04 dawes Exp $
5
6 partial default alphanumeric_keys
7 xkb_symbols "basic" {
8
9     include "pc/latin"
10
11     name[Group1]="Maltese";
12
13     // The following four sets are the four additional letters, with the UK
14     // equivalents
15     key <TLDE>  { [ cabovedot,  Cabovedot,        grave,      notsign ] };
16     key <AD11>  { [ gabovedot,  Gabovedot,  bracketleft,    braceleft ] };
17     key <AD12>  { [   hstroke,    Hstroke, bracketright,   braceright ] };
18     key <LSGT>  { [ zabovedot,  Zabovedot,    backslash,          bar ] };
19
20     // Euro symbol
21     key <AE03>  { [         3,   EuroSign,     sterling               ] };
22
23     // Long accent
24     key <AE06>  { [         6, asciicircum, dead_circumflex, dead_circumflex ]  };
25
26     // Normal accented vowels
27     key <AD03>  { [         e,          E,       egrave,       Egrave ] };
28     key <AD07>  { [         u,          U,       ugrave,       Ugrave ] };
29     key <AD08>  { [         i,          I,       igrave,       Igrave ] };
30     key <AD09>  { [         o,          O,       ograve,       Ograve ] };
31     key <AC01>  { [         a,          A,       agrave,       Agrave ] };
32
33     include "level3(ralt_switch_multikey)"
34 };