23 lines
646 B
Plaintext
23 lines
646 B
Plaintext
// Maltese keyboard map (based on MSA Standard DMS100, annex A)
|
|
// by Ramon Casha (ramon.casha@linux.org.mt)
|
|
//
|
|
// $XFree86: xc/programs/xkbcomp/symbols/pc/mt_us,v 1.4 2002/12/20 20:18:34 paulo Exp $
|
|
|
|
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 ] };
|
|
|
|
};
|