GtkShortcutScope

Describes where class@Shortcuts added to a class@ShortcutController get handled.

Values

ValueMeaning
Local0

Shortcuts are handled inside the widget the controller belongs to.

Managed1

Shortcuts are handled by the first ancestor that is a iface@ShortcutManager

Global2

Shortcuts are handled by the root widget.