xenocara/dist/xkeyboard-config/symbols/mao
jasper 8abf6371e4 Update xkeyboard-config to 2.2.1
* New structure of descriptions, massive changes in user-visible strings.
Special release for GNOME 3.

ok shadchin@ matthieu@
2011-04-10 17:08:49 +00:00

22 lines
594 B
Plaintext

partial default alphanumeric_keys
xkb_symbols "basic" {
// Adds the macrons needed for the Maori language to
// a simple us keyboard layout.
include "latin"
name[Group1]="Maori";
key <AC01> { [ a, A, amacron, Amacron ] };
key <AD03> { [ e, E, emacron, Emacron ] };
key <AD08> { [ i, I, imacron, Imacron ] };
key <AD09> { [ o, O, omacron, Omacron ] };
key <AD07> { [ u, U, umacron, Umacron ] };
key <RALT> { type[Group1]="TWO_LEVEL",
[ ISO_Level3_Shift, Multi_key ] };
modifier_map Mod5 { <RALT> };
};