On Fri, Apr 4, 2014 at 2:28 AM, Brian Marshall <bma...@gmail.com> wrote:

>
> Another solution is to handle the key-press-event signal and manually
> check if the key press should trigger an action. This also feels
> hacky, like I'm adding a custom accelerator system on top of GTK's
> existing one.
>

it would be hard to come up with a hackier accelerator system than the one
builtin to GTK.

my application (ardour.org) has had other issues with the accel system and
because of the byzantine complexity of key press handling in GTK itself, we
are slowly replacing the whole thing with our own much simpler system.
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to