# multimedia key

> additional computer keyboard key designed to control functions of media player software (or other software, system, volume control etc.)

**Wikidata**: [Q97382746](https://www.wikidata.org/wiki/Q97382746)  
**Source**: https://4ort.xyz/entity/multimedia-key

## Summary  
A multimedia key (also called a media key or macro key) is an extra button on a computer keyboard that lets users control media‑player functions—such as play, pause, stop, next track, previous track, and volume—directly from the keyboard without opening software. The first multimedia keys appeared on keyboards in 1999.

## Key Facts  
- **Inception:** Multimedia keys were first introduced in 1999 【source】.  
- **Classification:** They are a subclass of the generic *computer key* and are also characterized as *macro keys*【source】.  
- **Aliases:** Commonly referred to as *media key*, *macro key*, or *media keys*【source】.  
- **Supported Functions:** Typical functions include play/pause, stop, next/previous track, mute, volume up, and volume down.  
- **Operating‑System Integration:** Modern OSes (Windows, macOS, Linux) map these keys to standard media‑control APIs, enabling universal behavior across applications.  
- **Hardware Examples:** Logitech keyboards that include multimedia keys include the G15 (2005), G19 (2009), G11, G810, G910 Orion Spectrum (2016), G15 Refresh (2007), G19s (2013), G110 (2009), G510 (2010), G710+ (2013), G610 (2016), G213 (2016), Deluxe Access Keyboard (2001), Elite Keyboard (2002), Internet Navigator Keyboard (2002), Access Keyboard (2002), Cordless Access Keyboard (2004), Alto (2007), K750 (2010), K310 (2012), Craft (2017), K800 (2010), K840 (2017), MX Keys (2019), Media Keyboard (2004), and Media Keyboard Elite (2005)【source】.  
- **Documentation:** Detailed description available on Deskthority’s “Media key” page (English)【source】.  
- **Visual References:** Images of multimedia keys can be found at the Logitech G15 media‑key photo and a generic multimedia keyboard photo【source】.  

## FAQs  
### Q: What does a multimedia key do?  
A: It sends a command to the operating system to control media playback or volume, allowing actions like play, pause, skip tracks, or adjust sound without opening a media player.  

### Q: When were multimedia keys first added to keyboards?  
A: The first multimedia keys appeared on consumer keyboards in 1999.  

### Q: Which keyboards include multimedia keys?  
A: Many Logitech models—such as the G15, G19, G910 Orion Spectrum, K750, MX Keys, and Media Keyboard series—feature dedicated multimedia keys.  

### Q: Are multimedia keys the same as macro keys?  
A: Multimedia keys are a specific type of macro key that are pre‑programmed for standard media‑control functions, whereas macro keys can be customized for any user‑defined action.  

### Q: Do all operating systems support multimedia keys?  
A: Yes; Windows, macOS, and major Linux desktop environments provide built‑in handling for multimedia key events.  

## Why It Matters  
Multimedia keys streamline the way users interact with audio and video content. By moving common playback controls from the screen to a single press on the keyboard, they reduce context switching, improve workflow efficiency, and enhance accessibility for users with limited mobility. Their introduction in 1999 marked a shift toward more integrated hardware‑software interaction, influencing the design of modern keyboards, laptops, and even mobile accessories. Today, multimedia keys are expected features on virtually all consumer keyboards, reinforcing a standard user experience across platforms and applications. Their presence also paved the way for broader macro‑key adoption, allowing users to assign complex shortcuts to single keystrokes, thereby expanding the functional versatility of the keyboard as an input device.  

## Notable For  
- **First Appearance (1999):** Recognized as the year multimedia keys entered mainstream keyboards.  
- **Standardization:** Became a de‑facto hardware standard, now supported by all major operating systems.  
- **Integration in Gaming Keyboards:** Widely adopted in Logitech’s gaming line (e.g., G15, G19, G910) to give gamers quick media control without pausing gameplay.  
- **Dual Role:** Serves both as a dedicated media controller and as a pre‑configured macro key.  
- **Broad Adoption:** Featured across a wide range of Logitech keyboards—from budget models to premium wireless and mechanical keyboards.  

## Body  

### Definition and Functionality  
A multimedia key is an additional physical button on a keyboard that generates a specific keycode recognized by the operating system as a media‑control command. Typical keycodes include:  

- **Play/Pause** – toggles playback.  
- **Stop** – halts playback.  
- **Next/Previous Track** – skips forward or backward.  
- **Mute, Volume Up, Volume Down** – adjust system audio.  

These keycodes are mapped to OS‑level APIs (e.g., Windows Media Control API, macOS Media Remote, Linux’s `media_keys` module), ensuring consistent behavior across applications.

### Historical Development  
- **1999:** The first keyboards with dedicated multimedia keys were released, responding to growing consumer demand for easier media control.  
- **Early 2000s:** Manufacturers like Logitech began integrating these keys into both standard and gaming keyboards, expanding their presence beyond multimedia‑focused devices.  

### Hardware Implementation  
Multimedia keys are usually implemented as separate switches on the keyboard matrix, each assigned a unique scan code (e.g., `0xB3` for Play/Pause). In many modern keyboards, they share the same hardware path as other macro keys but are pre‑programmed in firmware.

### Operating‑System Support  
- **Windows:** Uses the `WM_APPCOMMAND` message to handle multimedia key events.  
- **macOS:** Handles them via the `NSEvent` media key API.  
- **Linux:** Desktop environments expose them through `XKB` and `udev` rules, often routed to `media_keys` daemon.  

### Logitech Keyboard Examples  
Logitech has incorporated multimedia keys into a broad spectrum of products:  

| Model | Year | Keyboard Type | Notable Media Features |
|-------|------|---------------|------------------------|
| G15 | 2005 | Wired membrane gaming | Dedicated Play/Pause, Volume keys |
| G19 | 2009 | Wired membrane gaming | Integrated LCD with media controls |
| G910 Orion Spectrum | 2016 | Wired mechanical gaming | Full set of media keys plus macro layer |
| MX Keys | 2019 | Wireless membrane | Standard media key cluster |
| Media Keyboard Elite | 2005 | Wired membrane | Focused on media control layout |

These models illustrate how multimedia keys have become a standard component across both consumer and enthusiast keyboards.

### Software Customization  
While most multimedia keys are fixed to standard functions, many keyboards allow remapping through driver software (e.g., Logitech Options, G HUB). Users can assign alternative actions, effectively turning a media key into a general‑purpose macro.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "multimedia key",
  "description": "Additional computer keyboard key designed to control functions of media player software or system volume.",
  "sameAs": [
    "https://deskthority.net/wiki/Media_key"
  ],
  "additionalType": "computer key"
}

## References

1. [Source](https://retrocomputing.stackexchange.com/questions/15959/when-and-which-pc-keyboards-introduced-browser-and-or-multimedia-keys-to-windo)