Displaying IPA characters in Tkinter

Martin v. Löwis martin at v.loewis.de
Wed Jun 18 15:29:33 EDT 2003


Mickel Grönroos <mickel at csc.fi> writes:

> So there is no way of conduct for mapping a regular keyboard to IPA
> characters, is there?

You can certainly do that in the application, by means of Tk bind
operations. It's not simple, though, as you would have to implement
key repeat, insertion into insertion point, etc. all yourself.

There might be also a way to define a new keyboard layout in your
operating system. That would be outside of Tk and Python.

Regards,
Martin





More information about the Python-list mailing list