aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeymanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager.h')
-rw-r--r--src/plugins/General/hotkey/hotkeymanager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/hotkeymanager.h b/src/plugins/General/hotkey/hotkeymanager.h
index 0db01b79e..d892a78ce 100644
--- a/src/plugins/General/hotkey/hotkeymanager.h
+++ b/src/plugins/General/hotkey/hotkeymanager.h
@@ -42,7 +42,9 @@ public:
PLAY_PAUSE,
NEXT,
PREVIOUS,
- SHOW_HIDE
+ SHOW_HIDE,
+ VOLUME_UP,
+ VOLUME_DOWN
};
Hotkey()