Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Visual Studio disable the media buttons?

I've got iTunes running and the media buttons on my computer work with it. I've installed mmkeys.dll which has been recommended for making iTunes work with media keys in the background and it works fine with all apps - firefox, thunderbird, MSN messenger, Open Office.

But when Visual Studio 2008 is in the foreground the buttons stop working. Can't hit pause when the phone rings.

Any ideas?

like image 382
Blair Mahaffy Avatar asked Jan 25 '10 21:01

Blair Mahaffy


People also ask

How do I turn media keys on?

For this case, in the Chrome address bar, type chrome://flags , and search for "key", or just copy this link into Chrome: chrome://flags/#hardware-media-key-handling. You'll see the hidden Hardware Media Key Handling option. Set this to Disabled.

How do I remove the media button panel?

Removing 'Media' & 'Devices' From there, tap the three-dot menu button along the right edge just above all the toggles. From there, choose "Quick panel layout" from the menu that appears, then tap "Show media and devices" to toggle the feature off.


1 Answers

This is probably due to Visual Studio running as an Administrator, and whatever software controls your keyboard media buttons OR the media player itself does not run as admin.

As I was answering this question I decided to try opening iTunes as an administrator, and that solved the problem for me.

To make a program always open in admin mode:

  1. Right click the program and select 'Properties'.
  2. Select the 'Compatibility' tab.
  3. Under 'Privilege Level' at the bottom, check check box 'Run this program as an Administrator'.

After you run & close the program for the first time with these settings, make you you tell it that the program worked correctly so that it will keep these settings.

like image 108
FiniteLooper Avatar answered Sep 27 '22 21:09

FiniteLooper