xkbdesc/symbols mt,1.8,1.9
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu
Update of /cvs/xlibs/xkbdesc/symbols
In directory kemper:/tmp/cvs-serv11815/symbols
Modified Files:
mt
Log Message:
fixed mt(us), b.fd.o#1411
Index: mt
===================================================================
RCS file: /cvs/xlibs/xkbdesc/symbols/mt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mt 16 Jan 2005 02:18:20 -0000 1.8
+++ mt 12 Jun 2006 23:25:26 -0000 1.9
@@ -41,17 +41,34 @@
partial alphanumeric_keys
xkb_symbols "us" {
- include "mt(basic)"
+ include "latin"
// Describes the differences between the mt
// keyboard and a US-based physical keyboard
name[Group1]="Malta - US keyboard with Maltian letters";
+ // 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 ] };
- key <TLDE> { [ cabovedot, Cabovedot, grave, asciitilde ] };
+ // Euro symbol
+ key <AE03> { [ 3, EuroSign, numbersign ] };
- 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)"
};