I'm trying to do this with jQuery and the three keyup, keydown and keypress events, and i implemented my custom ctrl+a and ctrl+c functions but there must be another way for converting a latin character into a cyrillic one. I want it to be seamless, so when the user types in a latin character, he won't even see it, he will see the cyrillic one straight away, and also if he pastes some text into the field the text should be converted too...
Anyone has some good ideas about how should i implement this? I already have a library which can return a cyrillic letter from a latin keypress code so i just need to find a good way to implement it without blocking all the other keyboard functions...
Thanks