2

I have a laptop running Windows 8.1. On the keyboard of this laptop, I have a couple special keys for play/pause, stop, forward, back (the 4 arrow keys when the Fn key is held down). When I try to use one of these keys, it attempts to open Windows Media Player. Is there a way to make those function keys affect the media player that is currently open/playing, instead of always trying to open WMP? I use Spotify for music and VLC for video, it would be very nice for those function keys to work with those two instead of WMP.

I have an external keyboard that I plug in sometimes, and it also has special media keys (play/pause, forward, back). Those keys work just as I want them to with Spotify and don't open WMP, so it's obviously possible. I just have no idea how to change the functions of the built-in keyboard.

Any suggestions

2
  • What is the make/model of the laptop?
    – Yass
    Commented Feb 6, 2015 at 23:04
  • @Yass It's an ASUS UX51Vz-DH71
    – Jordan
    Commented Feb 6, 2015 at 23:32

3 Answers 3

0

If the laptop came with preinstalled software to make the keyboard more 'useful' (but really only adds more bloat), then uninstalling that software might fix this.

2
  • First thing I did when I got it was formatted it and started clean, so I don't think it has any preinstalled software (unless it's included in one of the required drivers?)
    – Jordan
    Commented Feb 12, 2015 at 0:51
  • Yes, it's possible that some programs got installed alongside the drivers. You can use Clean Boot mode to figure out the program that's causing the unwanted behavior. Commented Feb 13, 2015 at 22:14
0

You can capture those keys using keyboard hooks like AutoHotKey, but this particular software will require some level of programming. The laptop manufacturer may have software that allows you to configure those keys.

0

I know it's an old question but, for the one still wondering how to associate the Music button of their own media keyboard to Spotify, it's possible to customise the behaviour by adding a key in the Windows Registry.

The quickest way is to save the following content in a file like enable_spotify.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\16]
"Association"="spotify"

Then, double click on the .reg file to import it in the Windows Registry and enjoy your keyboard (… and Spotify).

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .