Greetings.

I'm trying to capture key press events like 'CTRL L'. I've found I can
connect to the key-press-event of each window, and that method receives the
window that intercepted the keypress, and a Gtk3::Gdk::EventKey. Where do I
decode this? Data::Dumper says it's:

$VAR1 = bless( do{\(my $o = 82035488)}, 'Gtk3::Gdk::EventKey' );

Is there a nice mapping document or something? Or do I just use these
constants, eg 82035488?

Thanks :)

Dan
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to