> Sorry I meant Character (as GTK+ doesn't have unicode yet). > > What I meant to ask was would > > if Character'Val (Key) = Some_Character then > > work (as long as I first check that Key is not greater than 255) > generally for all Latin 1 characters? No. As I said in my mail, you have to use Gdk.Event.Get_String. Emmanuel