allow volume up/down hotkeys to be repeated
This commit is contained in:
parent
28fde29924
commit
83754e4789
4 changed files with 32 additions and 27 deletions
|
|
@ -22,6 +22,7 @@ struct ContextualShortcut {
|
|||
QString keyseq;
|
||||
QString controller_keyseq;
|
||||
int context;
|
||||
bool repeat;
|
||||
};
|
||||
|
||||
struct Shortcut {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue