Gtk.Window.prototype.mnemonic_activate

function mnemonic_activate(keyval:Number, modifier:Gdk.ModifierType):Boolean {
    // Gjs wrapper for gtk_window_mnemonic_activate()
}

Activates the targets associated with the mnemonic.

keyval

the mnemonic

modifier

the modifiers

Returns

true if the activation is done.