Capturing and sending keys {Esperanto}

kyosohma at gmail.com kyosohma at gmail.com
Mon Jun 25 10:43:56 EDT 2007


On Jun 25, 8:26 am, AJK <iko... at gmail.com> wrote:
> Hello there!
>
> I've been googleing yet, and suppose it's hopeless to try, but better ask it...
>
> I want to write a program which turns Cx to Ĉ, cx to ĉ et al WHILE
> TYPING. (i.e. converting Esperanto x-system to real hats, for those
> who know about this.) Therefore I though will need to capture the last
> 2 typed characters (from any application), send a double backspace and
> after that send the correct letters (back to the same application)...
>
> However, it seems inpossible to capture those letters, and maybe to
> send them too...
>
> Or am I wrong?
>
> Greetings,
>
> LaPingvino
>
> (project:http://code.google.com/p/iksilo/- SVN Repository is free
> viewable, project is GPL)
>
> --
> Ĉar Dio tiel amis la mondon, ke Li donis Sian solenaskitan Filon, por
> ke ĉiu, kiu fidas al li, ne pereu, sed havu eternan vivon.
> -Johano 3:16, La sankta Biblio-
>
> Ĝoju ĉiam, preĝu senĉese, pri ĉio donu dankon.
> -1 Tesalonikanoj 5:16-18a, La sankta Biblio-

I just thought of something. Look for real time spell checkers! I
found this one: http://ponderer.org/cvs/index.pl/javascript/spell.py

Even if you can't find one in Python, you can probably translate to
the snake.

Mike




More information about the Python-list mailing list