Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed Oct 29, 2019
1 parent 25c9dac commit 7438224
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ 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 ā
Using macrons now can be done by using backtick plus the letter you want to write., e.g. `` `a`` for ā

The reason for not using the right Alt or `AltGr` key, is that these combinations are already bound to other special characters.
24 changes: 23 additions & 1 deletion mi-nz.mim
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
(input-method en maori)
;; mi-nz.mim -- Māori macron maps
;; Copyright (C) 2019 Simon Erkelens <github@casa-laguna.net>

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License
;; as published by the Free Software Foundation; either version 2
;; of the License, or (at your option) any later version.

;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.

;; m17n Keymap file for Māori (Aotearoa/New Zealand) (2019-10-29)
;; Maintainer: Simon Erkelens <github@casa-laguna.net>
;; Last Updated: 2019-10-29

(input-method en maori)
(description
"Māori keyboard modifiers"
)
Expand Down

0 comments on commit 7438224

Please sign in to comment.