Some Basic questions on the use of CTRL and ALT Keys

Vlastimil Brom vlastimil.brom at gmail.com
Sat Nov 28 09:30:36 EST 2009


2009/11/28 joy99 <subhakolkata1234 at gmail.com>:
> On Nov 28, 2:22 pm, Lie Ryan <lie.1... at gmail.com> wrote:
>> 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?
>
> You are very right. I am using IDLE on WinXP and for building GUI-
> TKinter.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
You may check e.g.:
http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm

hth,
 vbr



More information about the Python-list mailing list