How do I receive compose-key sequences in Gtk2?
For example, [compose][-][-][-] should produce an em dash, but "key-press-event" just gets called 3 times with a [-].
Is there an "actual-text-input-event" or something like that?
How do I receive compose-key sequences in Gtk2?
For example, [compose][-][-][-] should produce an em dash, but "key-press-event" just gets called 3 times with a [-].
Is there an "actual-text-input-event" or something like that?