diff options
author | marha <marha@users.sourceforge.net> | 2011-04-13 06:36:43 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-04-13 06:36:43 +0000 |
commit | 125aba11ec484309e4dc5b2abf1b15ac98784159 (patch) | |
tree | e74bec46d529ddc000a06bc9b01554bc1ff9c54b /xorg-server/xkeyboard-config/symbols/mt | |
parent | 7730393619080086530e24d3b594351b4114f608 (diff) | |
download | vcxsrv-125aba11ec484309e4dc5b2abf1b15ac98784159.tar.gz vcxsrv-125aba11ec484309e4dc5b2abf1b15ac98784159.tar.bz2 vcxsrv-125aba11ec484309e4dc5b2abf1b15ac98784159.zip |
xkeyboard-config libxcb libX11 git update 13 April 2011
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/mt')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/mt | 152 |
1 files changed, 76 insertions, 76 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/mt b/xorg-server/xkeyboard-config/symbols/mt index 87307cadb..d42064a0f 100644 --- a/xorg-server/xkeyboard-config/symbols/mt +++ b/xorg-server/xkeyboard-config/symbols/mt @@ -1,76 +1,76 @@ -// Maltese keyboard map (based on MSA Standard DMS100)
-// by Ramon Casha (ramon.casha@linux.org.mt)
-
-partial default alphanumeric_keys
-xkb_symbols "basic" {
-
- include "latin"
-
- name[Group1]="Malta";
-
- // Copied from GB layout
- key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
- key <AE04> { [ 4, dollar, EuroSign, onequarter ] };
- key <AC11> { [apostrophe, at, dead_circumflex, dead_caron] };
- key <BKSL> { [numbersign, asciitilde, dead_grave, dead_breve ] };
-
- // The following four sets are the four additional letters, with the UK
- // equivalents
- key <TLDE> { [ cabovedot, Cabovedot, grave, notsign ] };
- key <AD11> { [ gabovedot, Gabovedot, bracketleft, braceleft ] };
- key <AD12> { [ hstroke, Hstroke, bracketright, braceright ] };
- key <LSGT> { [ zabovedot, Zabovedot, backslash, bar ] };
-
- // Euro symbol
- key <AE03> { [ 3, EuroSign, sterling ] };
-
- // Long accent
- key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] };
-
- // Normal accented vowels
- key <AD03> { [ e, E, egrave, Egrave ] };
- key <AD07> { [ u, U, ugrave, Ugrave ] };
- key <AD08> { [ i, I, igrave, Igrave ] };
- key <AD09> { [ o, O, ograve, Ograve ] };
- key <AC01> { [ a, A, agrave, Agrave ] };
-
- include "level3(ralt_switch)"
-};
-
-// Maltese keyboard map (based on MSA Standard DMS100, annex A)
-// by Ramon Casha (ramon.casha@linux.org.mt)
-
-partial alphanumeric_keys
-xkb_symbols "us" {
-
- include "latin"
-
- // Describes the differences between the mt
- // keyboard and a US-based physical keyboard
-
- name[Group1]="Malta - Maltese keyboard with US layout";
-
- // The following four sets are the four additional letters, with the US
- // equivalents
- key <TLDE> { [ cabovedot, Cabovedot, grave, asciitilde ] };
- key <AD11> { [ gabovedot, Gabovedot, bracketleft, braceleft ] };
- key <AD12> { [ hstroke, Hstroke, bracketright, braceright ] };
- key <LSGT> { [ zabovedot, Zabovedot, backslash, bar ] };
- key <BKSL> { [ zabovedot, Zabovedot, backslash, bar ] };
-
- // Euro symbol
- key <AE03> { [ 3, EuroSign, numbersign ] };
-
- // Long accent
- key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] };
-
- // Normal accented vowels
- key <AD03> { [ e, E, egrave, Egrave ] };
- key <AD07> { [ u, U, ugrave, Ugrave ] };
- key <AD08> { [ i, I, igrave, Igrave ] };
- key <AD09> { [ o, O, ograve, Ograve ] };
- key <AC01> { [ a, A, agrave, Agrave ] };
-
- include "level3(ralt_switch)"
-
-};
+// Maltese keyboard map (based on MSA Standard DMS100) +// by Ramon Casha (ramon.casha@linux.org.mt) + +partial default alphanumeric_keys +xkb_symbols "basic" { + + include "latin" + + name[Group1]="Maltese"; + + // Copied from GB layout + key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] }; + key <AE04> { [ 4, dollar, EuroSign, onequarter ] }; + key <AC11> { [apostrophe, at, dead_circumflex, dead_caron] }; + key <BKSL> { [numbersign, asciitilde, dead_grave, dead_breve ] }; + + // The following four sets are the four additional letters, with the UK + // equivalents + key <TLDE> { [ cabovedot, Cabovedot, grave, notsign ] }; + key <AD11> { [ gabovedot, Gabovedot, bracketleft, braceleft ] }; + key <AD12> { [ hstroke, Hstroke, bracketright, braceright ] }; + key <LSGT> { [ zabovedot, Zabovedot, backslash, bar ] }; + + // Euro symbol + key <AE03> { [ 3, EuroSign, sterling ] }; + + // Long accent + key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] }; + + // Normal accented vowels + key <AD03> { [ e, E, egrave, Egrave ] }; + key <AD07> { [ u, U, ugrave, Ugrave ] }; + key <AD08> { [ i, I, igrave, Igrave ] }; + key <AD09> { [ o, O, ograve, Ograve ] }; + key <AC01> { [ a, A, agrave, Agrave ] }; + + include "level3(ralt_switch)" +}; + +// Maltese keyboard map (based on MSA Standard DMS100, annex A) +// by Ramon Casha (ramon.casha@linux.org.mt) + +partial alphanumeric_keys +xkb_symbols "us" { + + include "latin" + + // Describes the differences between the mt + // keyboard and a US-based physical keyboard + + name[Group1]="Maltese (with US layout)"; + + // The following four sets are the four additional letters, with the US + // equivalents + key <TLDE> { [ cabovedot, Cabovedot, grave, asciitilde ] }; + key <AD11> { [ gabovedot, Gabovedot, bracketleft, braceleft ] }; + key <AD12> { [ hstroke, Hstroke, bracketright, braceright ] }; + key <LSGT> { [ zabovedot, Zabovedot, backslash, bar ] }; + key <BKSL> { [ zabovedot, Zabovedot, backslash, bar ] }; + + // Euro symbol + key <AE03> { [ 3, EuroSign, numbersign ] }; + + // Long accent + key <AE06> { [ 6, asciicircum, dead_circumflex, dead_circumflex ] }; + + // Normal accented vowels + key <AD03> { [ e, E, egrave, Egrave ] }; + key <AD07> { [ u, U, ugrave, Ugrave ] }; + key <AD08> { [ i, I, igrave, Igrave ] }; + key <AD09> { [ o, O, ograve, Ograve ] }; + key <AC01> { [ a, A, agrave, Agrave ] }; + + include "level3(ralt_switch)" + +}; |