Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
user_shortcuts.h File Reference

User shortcuts. More...

#include <stdbool.h>
#include "utils/yaml.h"
Include dependency graph for user_shortcuts.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)
 
UserShortcutsuser_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)
 

Detailed Description

User shortcuts.

Definition in file user_shortcuts.h.