Skip to content

tux4/ibus-lekhanee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Prasanna Suman
Sep 17, 2013
aec3834 · Sep 17, 2013

History

63 Commits
Aug 29, 2013
Aug 29, 2013
Jun 29, 2008
Sep 17, 2013
Aug 23, 2013

Repository files navigation

##Input Method for Indic Languages for IBus. Prasanna Suman

This is a quick proof of concept for better IM for Indic Languages based on IBus template. I have been working with Nepali as an example although I plan to make it easily extendible for other Indic scripts.

To run, make sure your IBus daemon is running.

[Alt]+[F2]:ibus-daemon Next, run python ./engine/main.py or, run start.sh The standard IBus shortcuts are used to activate and change the IM, so use [Ctrl]+[Space] to start, [Alt]+[/] to switch.

###Dependencies Make sure the following dependencies are met:

  • ibus
  • gobject-introspection
  • gir1.2-ibus-1.0
  • python-enchant
  • ibus-m17n (Optional)

GPL2 ##News

  1. I am currently in the process of cleaning up the code. That begins with separating the transliterator as its own library because it can be used in many other cases and not just this.

##Goals TODO [x] Find all the dependencies so others can use it.