From 0a01af527a4c52845c1e0baa4497dffb3533d7a0 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 26 Jun 2017 10:04:46 -0700 Subject: [PATCH] add IME to glossary --- docs/glossary.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/glossary.md b/docs/glossary.md index 608a2e37d087..3a82be159252 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -31,6 +31,12 @@ An Apple Disk Image is a packaging format used by macOS. DMG files are commonly used for distributing application "installers". [electron-builder] supports `dmg` as a build target. +### IME + +Input Method Editor. A program that allows users to enter characters and +symbols not found on their keyboard. For example, this allows users of Latin +keyboards to input Chinese, Japanese, Korean and Indic characters. + ### IPC IPC stands for Inter-Process Communication. Electron uses IPC to send