On Thu, Apr 22, 2010 at 6:37 AM, jody <[email protected]> wrote:

> But when my Window is running, only the Escape key is caught, but none
> of the arrow keys.
> Am i missing something, or isn't it possible?

also, the simple approach is to just add:

    default:
         printf ("Key pressed was: %d\n", ev->key);
         break;

to see what you do get.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to