mixins/shortcuts ================ ShortcutsMixin ------------------ .. js:mixin:: ShortcutsMixin(shortcutsContext) Mixin that steers shortcuts. :param String shortcutsContext: See :js:attr:`shortcutsContext`. .. js:attribute:: shortcutsGroup read-only :type: String The `shortcuts group `_ that shortcuts are registered to. .. js:function:: applyShortcuts() Applies the current shortcuts. All shortcuts will be reset at the beginning of this function.