logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

mao (593B)


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. // Adds the macrons needed for the Maori language to
  4. // a simple US keyboard layout.
  5. include "latin"
  6. name[Group1]="Maori";
  7. key <AC01> { [ a, A, amacron, Amacron ] };
  8. key <AD03> { [ e, E, emacron, Emacron ] };
  9. key <AD08> { [ i, I, imacron, Imacron ] };
  10. key <AD09> { [ o, O, omacron, Omacron ] };
  11. key <AD07> { [ u, U, umacron, Umacron ] };
  12. key <RALT> { type[Group1]="TWO_LEVEL",
  13. [ ISO_Level3_Shift, Multi_key ] };
  14. modifier_map Mod5 { <RALT> };
  15. };