mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
21 lines
797 B
Markdown
21 lines
797 B
Markdown
# Control Media With Drop Keyboard
|
|
|
|
I have a [Drop CTRL](https://drop.com/buy/drop-ctrl-v2-mechanical-keyboard)
|
|
mechanical keyboard which mostly works like any other keyboard. It also has a
|
|
set of functionality that can be accessed via the `fn` (function) key. The
|
|
function key can be used to configure the keyboard's LEDs, but I tend to set
|
|
and forget that.
|
|
|
|
Instead, I like to use the function key to control media. That is, adjust the
|
|
volume, play and pause, and skip to the next song.
|
|
|
|
Here is a listing of the ones I use:
|
|
|
|
- `Fn + Insert` to Pause / Play
|
|
- `Fn + PgUp/PgDown` to Increase / Decrease the volume
|
|
- `Fn + Del/End` to go to the Previous / Next song
|
|
|
|
Here is a [full listing of the function
|
|
keys](https://drop.com/talk/9382/how-to-configure-your-drop-keyboard) for Drop
|
|
keyboards.
|