ShortcutManager.addShortcutEntries

This method will add @shortcuts to the #DzlShortcutManager.

This provides a simple way for widgets to add their shortcuts to the manager so that they may be overriden by themes or the end user.

class ShortcutManager
void
addShortcutEntries

Parameters

shortcuts DzlShortcutEntry[]

shortcuts to add

translationDomain string

the gettext domain to use for translations

Meta