Shoutbox

Hotkey/Shortcut to Muting Active Window? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Hotkey/Shortcut to Muting Active Window? (/showthread.php?tid=98570)

Hotkey/Shortcut to Muting Active Window? by prashker on 11-20-2011 at 12:45 AM

In Windows 7 in the volume mixer, you can individually control each application that is contributing to sound.

Is there a program or an already existing hotkey that'll allow me to easily mute/unmute the active window (effectively avoiding the volume mixer window)?

Thanks


RE: Hotkey/Shortcut to Muting Active Window? by Spunky on 11-20-2011 at 01:48 AM

From what I understand there are API calls, but I'm guessing only the program is able to change it's own volume.

http://blog.nirsoft.net/2011/02/25/how-to-control...indows-72008vista/

Your best bet would be to make a simple VB program that detects hotkeys and get it to call "NirCmd.exe .... " from there. That way there's no clicking on shortcuts or whatever and you can have the hotkeys. You could even make it so, for example, the VB program stores the volume for a certain process and increases it by x when pressing F6, or down by x for F5

EDIT: The program will actually let you change the volume by x amount instead of forcing you to set an absolute value


RE: Hotkey/Shortcut to Muting Active Window? by prashker on 11-20-2011 at 08:50 AM

Nircmd is a great starting point. I'll work from there. Thanks :banana: