Meetei/Meitei Mayek Character Keyboard.
This repository contains resources from which you can extract and install Meetei Mayek keyboard in Windows/Ubuntu.
- Download and install
khut_e.zip
for windows - Download and install
Eeyek-2.0.zip
for ubuntu (Built by Tabish)
-
Download and extract khut_e.zip
-
Run
setup.exe
and install the khut_e font. -
Press
Windows
+Spacebar
to change Language -
You can type in MS Office apps by default (MS Word, MS Powerpoint, MS Excel). Check out Section 3 for other use cases.
Nirmala UI supports Meetei/Meitei Mayek by default in windows. But it is preferred to download and install Noto Sans Meetei Mayek from Google Fonts.
This repository also contain a copy of Eeyek font which can be used to type Meetei/Meitei Mayek in Ubuntu OS.
Hold Shift
and Type.
Hold Ctrl
and Type. (Might not probably work if Ctrl
is bound as part of shortcuts, eg., Ctrl
+Z
is undo so typing Z
might not work.)
You can type Meitei Mayek in notepad as shown below
-
Settings > Appearance > Customize fonts or type chrome://settings/fonts in search bar and press
Enter
-
Customize fonts > Standard font > pick Noto Sans Meetei Mayek
-
Screenshot of Typing
-
Click on File
-
Go to Preferences
-
Go to Settings
-
Add Noto Sans Meetei Mayek in Font of User Settings
-
Screenshot of Typing
Similar to Section 3.2.
-
Install Meetei Mayek Unicode fonts (Noto Sans Meetei Mayek).
-
Install
khut_e
to type Meetei Mayek Unicode in Windows. (Refer Section 2) -
Make the following changes (highlighted) a. Create a new LaTeX file and add fontspec package. b. Create a new font family, add a preferred name (eg., \MM) and use Noto Sans Meetei Mayek (check spelling and cases). c. Use {\MM type the chracters here} d. You can type the characters using Khutyee in windows or using Eeyek in Ubuntu e. You can also use LaTeX \char to type the characters using the actual Unicode values.
\documentclass[12pt,a4paper]{article} \usepackage{fontspec} \newfontfamily\MM{Noto Sans Meetei Mayek} \begin{document} {\MM ꯀ ꯁ ꯂ ꯃ ꯄ ꯅ \char"ABC0 } \end{document}
-
Change Compiler of Tex file in TexMaker to XeTeX or LuaTeX to use fontspec.
-
In Word Processor like MS Word, WordPad etc. Nirmala UI, Eeyek or Noto Sans Meetei Mayek is required to show the proper glyphs (else Unicode empty blocks will show up).
-
Same steps for TexMaker and Overleaf (Don’t forget to change compiler to LuaLaTeX).
(Example)
(Setting Compiler to LuaLaTeX in Overleaf)
(Output pdf)
(Setting Compiler to LuaLaTeX in TexMaker)
(Output pdf)
Press Windows
+ Spacebar
again till you change it back for both windows and ubuntu.
If the glyphs are not visible in notepad, you can check the font first (select Noto Sans Meetei Mayek) in newer version or fix it by typing using the font in any other app which can display Meitei Mayek by default (eg., MS Word) in older version.
If the software you are using doesn't support font, then the character will only appear as boxes or boxes with ?.
- The character in the keyboard is not in the default system code page (1252) of the English (India) language you specified. This may cause compatibility problems in non-Unicode applications.