aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeymanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-07 21:58:00 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-07 21:58:00 +0000
commit31b71619fe8e73ad571c710a3b0b874540fccef0 (patch)
tree915ef21e8682f456326dec80ad7031aa73befefc /src/plugins/General/hotkey/hotkeymanager.h
parent7649c8c957d15a0a53ff78ed93f0413729101fb8 (diff)
downloadqmmp-31b71619fe8e73ad571c710a3b0b874540fccef0.tar.gz
qmmp-31b71619fe8e73ad571c710a3b0b874540fccef0.tar.bz2
qmmp-31b71619fe8e73ad571c710a3b0b874540fccef0.zip
hotkey plugin: added volume control
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1118 90c681e8-e032-0410-971d-27865f9a5e38
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()