My keyboard has no “media” keys; can I control media without them

keyboardmedia

My USB keyboard does not have "media" keys — that is, dedicated keys for play, stop, next, prev, volume up/down, etcetera.

Keyboard media keys

For the sake of this question, I would prefer not to install additional software if I can avoid it.

Is it possible to issue some standard key sequence on a generic USB keyboard that emulates these play, stop, etc. multimedia keys?

Like Ctrl+Alt+Shift+F12 or something obscure like that?

Best Answer

I'm pretty sure it's not possible to do what you want. Media keys don't send key combinations; instead, they have their own usage IDs in the HID. See this document (media keys are in the Consumer Page (0X0C)). If you want to simulate them using a key combo, you're going to have to do it in software.

Related Question