Gtk.AccelMap::changed
function callback(accel_map, accel_path:String, accel_key:Number, accel_mods:Gdk.ModifierType, ):void;
Notifies of a change in the global accelerator map. The path is also used as the detail for the signal, so it is possible to connect to changed::<replaceable>accel_path</replaceable>.
Since 2.4
- accel_map
instance of Gtk.AccelMap that is emitting the signal
- accel_path
the path of the accelerator that changed
- accel_key
the key value for the new accelerator
- accel_mods
the modifier mask for the new accelerator