GNOME Bugzilla – Bug 676243
Document removing of accelerators
Last modified: 2012-05-18 13:42:44 UTC
The current reference documentation doesn't mention how accelerators can be removed from the accelerator map. Internally, this is done by calling gtk_accel_map_change_entry() with accel key and mods of 0. This patch mentions this functionality in the reference documentation. The wording is rather defensive, as not all accelerators can be removed.
Created attachment 214254 [details] [review] Document removing of accelerators
Review of attachment 214254 [details] [review]: Sure, looks fine
Thanks for the quick review! Attachment 214254 [details] pushed as 479c02a - Document removing of accelerators