On 11/28/2009 6:20 PM, joy99 wrote:
I was writing a transliteration program from Bengali to English and vice versa. The program using Unicode chart is giving me perfect outputs in Bengali and vice versa with Bengali input -> English. I wanted to add some more power to the key board entry scheme, as I have developed few fonts also and now trying to work out a windows based word processor in Bengali. Thank you for your kind answer. It helped me lot. ALT portion I'll work out on my own. Sorry for a wrongly given problem statement. Wishing you a happy day ahead, Regards, Subhabrata.
If I haven't misunderstood you, you want to capture keyboard input involving the CTRL and ALT key, am I correct?
Getting keyboard input with modifier keys depends on your GUI widgets. Which are you using? Tkinter? wxWidget? PyQT? or plain ol' terminal?
-- http://mail.python.org/mailman/listinfo/python-list