diff options
Diffstat (limited to 'symbols/mt_us')
-rw-r--r-- | symbols/mt_us | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/symbols/mt_us b/symbols/mt_us new file mode 100644 index 00000000..dfc4a4bc --- /dev/null +++ b/symbols/mt_us @@ -0,0 +1,22 @@ +// Maltese keyboard map (based on MSA Standard DMS100, annex A) +// by Ramon Casha (ramon.casha@linux.org.mt) +// +// $XFree86$ + +partial default alphanumeric_keys +xkb_symbols "basic" { + + include "pc/mt" + + // Describes the differences between the mt + // keyboard and a US-based physical keyboard + + name[Group1]="Maltese (US layout)"; + + key <BKSL> { [ zabovedot, Zabovedot, backslash, bar ] }; + + key <TLDE> { [ cabovedot, Cabovedot, grave, asciitilde ] }; + + key <AE03> { [ 3, EuroSign, numbersign ] }; + +}; |