Giter VIP home page Giter VIP logo

navilime's Introduction

NavilIME

Windows Hangul Input Method Editor based on TSF

NavilIME is a Hangul input method editor for Windows based on TSF (Text Service Framework) using the libhangul. NavilIME supports following Hangul keyboard layouts.

  • Sebeol 3-18Na
  • Sebeol 3-90
  • Sebeol 3-91 final
  • Sebeol no-shift
  • Sebeol yet-Hangul
  • Dubeol standard
  • Dubeol yet-Hangul
  • Hangul roman

How to build NavilIME

Open the NavilIME.sln file using the VisualStudio. You can select one of two build options which are the Release and the Debug option.

You can use the Debug build option when your purpose is development. You have to modify the DEBUG_LOGFILE configuration value in the Global.h for writing log file without any potential issue.

NavilIME can be built both of x86 and x64 build option.

How to install NavilIME as manully

Make a following folder.

C:\Program Files\NavilIME C:\Program Files (x86)\NavilIME

Launch a Windows command with administrator and run the install.cmd.

You can install NavilIME as manually if you want. Copy a Keyboard.dat and a NavilIME.dll into the installation folder. Register NavilIME using regsvr32 tool. Followings are step by step command list.

copy /y NavilIME\Keyboard.dat "C:\Program Files\NavilIME"
copy /y x64\Release\NavilIME.dll "C:\Program Files\NavilIME"
regsvr32 "c:\Program Files\NavilIME\NavilIME.dll"

copy /y NavilIME\Keyboard.dat "C:\Program Files (x86)\NavilIME"
copy /y Win32\Release\NavilIME.dll "C:\Program Files (x86)\NavilIME"
regsvr32 "c:\Program Files (x86)\NavilIME\NavilIME.dll"

Installation using automatic installer

Just download installer from [https://github.com/navilera/NavilIME/tree/master/Release/Installer]. Then run the latest installer EXE file.

How to uninstall NavilIME

Launch a Windows command with administrator and run the uninstall.cmd. Then delete the installation folder as manually. Following is real command for uninstall NavilIME.

regsvr32 /u "c:\Program Files\NavilIME\NavilIME.dll"
regsvr32 /u "c:\Program Files (x86)\NavilIME\NavilIME.dll"

Uninstallation using automatic uninstaller

Just download uninstaller tool from [https://github.com/navilera/NavilIME/tree/master/Release/Uninstaller]. Please extract zip file. It should make 3 files. (DllFinder_x32.exe, DllFinder_x64.exe, navilIME_uninstaller.exe) Please make sure place these files to be same folder. Then run the navilIME_uninstaller.exe as Administrator.

How configure a keyboard layout

Modify Keyboard.dat from the installation folder (default are C:\Program Files\NavilIME and c:\Program Files (x86)\NavilIME). Write an one of following list.

  • 318Na
  • 2
  • 2y
  • 32
  • 39
  • 3f
  • 3s
  • 3y
  • ro

navilime's People

Contributors

kjoonlee avatar navilera avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.