From 39f5faf2f59b138702d9107bdc5cfcc56adb4736 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 6 Nov 2013 11:39:10 +0000 Subject: hotkey plugin: added 'mute' action git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3872 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/hotkeymanager_x11.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/General/hotkey/hotkeymanager_x11.cpp') diff --git a/src/plugins/General/hotkey/hotkeymanager_x11.cpp b/src/plugins/General/hotkey/hotkeymanager_x11.cpp index 0b90c6c13..1e9f8ff22 100644 --- a/src/plugins/General/hotkey/hotkeymanager_x11.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_x11.cpp @@ -74,6 +74,7 @@ quint32 Hotkey::defaultKey(int act) keyMap[FORWARD] = 0; keyMap[REWIND] = 0; keyMap[JUMP_TO_TRACK] = 0; + keyMap[VOLUME_MUTE] = XF86XK_AudioMute; return keyMap[act]; } -- cgit v1.2.3-13-gbd6f