Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
UserShortcut Struct Reference

Represents a user-defined keyboard shortcut. More...

#include <src/gui/backend/backend/settings/user_shortcuts.h>

Data Fields

std::string action
std::string primary
std::string secondary

Detailed Description

Represents a user-defined keyboard shortcut.

This struct contains the action name and the primary and secondary keyboard shortcuts associated with that action.

Definition at line 28 of file user_shortcuts.h.

Field Documentation

◆ action

std::string UserShortcut::action

Definition at line 30 of file user_shortcuts.h.

◆ primary

std::string UserShortcut::primary

Definition at line 31 of file user_shortcuts.h.

◆ secondary

std::string UserShortcut::secondary

Definition at line 32 of file user_shortcuts.h.


The documentation for this struct was generated from the following file: