From 31b71619fe8e73ad571c710a3b0b874540fccef0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Aug 2009 21:58:00 +0000 Subject: 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 --- src/plugins/General/hotkey/hotkeymanager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/hotkey/hotkeymanager.h') 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() -- cgit v1.2.3-13-gbd6f