Skip to content

Commit

Permalink
Add MIM file
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed Oct 29, 2019
1 parent a9c832c commit 25c9dac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ā
21 changes: 21 additions & 0 deletions mi-nz.mim
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 25c9dac

Please sign in to comment.