Skip to content

gongfuPanada/emojime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Input Method Editor

The 'real' input method editor of Emoji on windows. Implement by emojione, PIME, NIME.

Node

Development

Now NIME doesn't has it own installation, so we use PIME for development emojime.

  • Prepare Node v4.x environment.
  • Install PIME v0.09
  • Kill PIMELauncher.exe process
  • Kill pythonw.exe process
  • Create emojime folder into C:\Program Files (x86)\PIME\server\input_methods\
  • Copy ime.json and icon.ico into C:\Program Files (x86)\PIME\server\input_methods\emojime\
  • regsvr32 "C:\Program Files (X86)\PIME\x86\PIMETextService.dll" (run as administrator)
  • regsvr32 "C:\Program Files (X86)\PIME\x64\PIMETextService.dll" (run as administrator)
  • npm i
  • npm start

Input method rule

It is following emojione codes.

  • :rocket: => 🚀
  • :heart: => ❤️
  • :relaxed: => ☺️

Reference

About

The 'real' input method editor of Emoji on windows. Implement by emojione, PIME, NIME.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%