get_current_chord


Description:

public unowned ShortcutChord? get_current_chord ()

This method gets the current_chord property.

This is useful if you want to monitor in-progress chord building.

Note that this value will only be valid on the controller for the toplevel widget (a Window ). Chords are not tracked at the individual widget controller level.

Parameters:

this

a ShortcutController

Returns:

A ShortcutChord or null.