Zrythm
a highly automated and intuitive digital audio workstation
|
User shortcuts. More...
#include "utils/yaml.h"
Go to the source code of this file.
Data Structures | |
struct | UserShortcut |
struct | UserShortcuts |
User shortcuts read from yaml. More... | |
Macros | |
#define | USER_SHORTCUTS_SCHEMA_VERSION 2 |
Functions | |
void | user_shortcut_free (UserShortcut *shortcut) |
UserShortcuts * | user_shortcuts_new (void) |
Reads the file and fills up the object. | |
const char * | user_shortcuts_get (UserShortcuts *self, bool primary, const char *action, const char *default_shortcut) |
Returns a shortcut for the given action, or default_shortcut if not found. | |
void | user_shortcuts_free (UserShortcuts *self) |
User shortcuts.
Definition in file user_shortcuts.h.