README.org (533B)
1 #+title: Māori Input Method 2 #+author: Jamie Beardslee 3 #+email: jdb@jamzattack.xyz 4 5 This library defines two simple input methods: =maori-prefix= and 6 =maori-postfix=. They provide a way to insert Māori macrons atop vowels 7 by either using a hyphen or doubling the vowel. To get a literal 8 hyphen or vowel, double it. 9 10 * Examples 11 ** using =maori-postfix=: 12 | a | a | 13 | aa | ā | 14 | a- | ā | 15 | aaa | aa | 16 | a-- | a- | 17 18 ** using =maori-prefix=: 19 | a | a | 20 | aa | ā | 21 | -a | ā | 22 | aaa | aa | 23 | --a | -a | 24 25 * License 26 GPL3+