Skip to content

greatbn/vnim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Vietnamese Input Method

A Vietnamese input method for X-Windows using XIM. To process Vietnamese characters, it uses viEngine.

Requirements

gnome-common are required to compile.

sudo apt-get install gnome-common

Installation

  1. Build

    ./autogen.sh
    make
    sudo make install    
    
  2. Config

    Add the following lines to your ${HOME}/.xprofile or ${HOME}/.xinputrc

    export GTK_IM_MODULE=xim
    export XMODIFIERS=@im=vnim
    export QT_IM_MODULE=xim
    vnim &
    

Usage

  • vnim --vni: To start VNIM using VNI input
  • vnim --verbose: To enable log
  • vnim --silent: To start VNIM with engine disabled
  • Uses Ctrl + Shift or Alt + Z to enable/disable engine

Todo

v0.1.0

  • Support VNI
  • Allow to press w->u*
  • Allow to change settings while running
  • Auto commit text when the editing word is long enough

v0.2.0

  • Application indicator at tray bar
  • Support Full Telex

Author

License

Coryright (C) 2016 by Nguyen Van Bong. See LICENSE

About

A vietnamese input method using XIM

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages