Hi Brian

On 2014-04-03 16:28, Brian Marshall <bma...@gmail.com> wrote:
I have an action (zooming in, for example) that needs multiple
keyboard accelerators ("plus", "equal", "KP_Add"). I'm using a
Gio::Action (gtkmm), with the accelerator added separately to the
Gtk::Application. Intuitively, I'd expect multiple calls to
Gtk::Application::add_accelerator() to add multiple accelerators for a
single action, but instead it replaces the last one.

As of 3.12, you can use gtk_application_set_accels_for_action():

https://developer.gnome.org/gtk3/stable/GtkApplication.html#gtk-application-set-accels-for-action

I guess that is wrapped in gtkmm.

--
http://amigadave.com/

Attachment: signature.asc
Description: Digital signature

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

Reply via email to