From 25c9dac3995921633c09b92d4749ebcc4a844a02 Mon Sep 17 00:00:00 2001 From: Simon Erkelens Date: Tue, 29 Oct 2019 16:15:06 +1300 Subject: [PATCH] Add MIM file --- README.md | 7 +++++++ mi-nz.mim | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 mi-nz.mim diff --git a/README.md b/README.md index 9acffb4..943259e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # m17n-ibus-maori + Support for Māori macron characters + +Add the `mim` file to `~/.m17n.d` and restart the iBus daemon (or log in and out). + +You should now be able to select English => Māori as your language input. + +Using macrons now can be done by using backtick plus the letter you want to write., e.g. `` `a`` for ā \ No newline at end of file diff --git a/mi-nz.mim b/mi-nz.mim new file mode 100644 index 0000000..14b1e2d --- /dev/null +++ b/mi-nz.mim @@ -0,0 +1,21 @@ +(input-method en maori) +(description + "Māori keyboard modifiers" + ) +(title "mi-NZ") +(map + (trans + ("`A" "Ā") ("`a" "ā") + ("`E" "Ē") ("`e" "ē") + ("`I" "Ī") ("`i" "ī") + ("`O" "Ō") ("`o" "ō") + ("`U" "Ū") ("`u" "ū"))) + +(state + (init + (trans))) + +;; Local Variables: +;; coding: utf-8 +;; mode: lisp +;; End: