DzlShortcutEntry

The #DzlShortcutEntry structure can be used to bulk register shortcuts for a particular widget. It can also do the necessary hooks of registering commands that can be changed using the keytheme components.

Members

Variables

command
const(char)* command;

the command identifier

defaultAccel
const(char)* defaultAccel;

the default accelerator for the command, if any

group
const(char)* group;

the group for the shortcuts window

phase
DzlShortcutPhase phase;

the phase for activation, or 0 for the default

section
const(char)* section;

the section for the shortcuts window

subtitle
const(char)* subtitle;

the subtitle for the shortcuts window, if any

title
const(char)* title;

the title for the shortcuts window

Meta