There is an alternative: entry.signal_key_press_event().connect(sigc::mem_fun (*this, &MainWindow::get_key_info), false); i.e. after==false in the call to Glib::SignalProxy::connect().Have you seen what's said about keyboard events in the gtkmm tutorial? https://developer.gnome.org/gtkmm-tutorial/stable/chapter-keyboardevents.html.en https://developer.gnome.org/gtkmm-tutorial/stable/sec-xeventsignals.html.en /Kjell Den 2016-10-30 kl.
10:46, skrev Glus Xof:
|