allow volume up/down hotkeys to be repeated

This commit is contained in:
Jonas Gutenschwager 2023-01-18 00:39:31 +01:00
parent 67b76a2bd4
commit 66c71b5b5b
4 changed files with 32 additions and 27 deletions

View file

@ -22,6 +22,7 @@ struct ContextualShortcut {
QString keyseq;
QString controller_keyseq;
int context;
bool repeat;
};
struct Shortcut {