An open API service indexing awesome lists of open source software.

https://github.com/andtechstudios/wink

Windows Media Key wrapper
https://github.com/andtechstudios/wink

Last synced: about 1 year ago
JSON representation

Windows Media Key wrapper

Awesome Lists containing this project

README

          

# Wink
***Win**dows Media **K**ey wrapper*

[![badge](https://img.shields.io/github/v/tag/andtechstudios/wink?label=nuget)](https://gitlab.com/andtech/pkg/-/packages?search[]=wink)

## Usage

### Configuration
Create a configuration file at `~/.config/wink.toml`.

```
default = "playpause"

[alias]
p = "playpause"
s = "stop"
b = "previous"
n = "next"
m = "mute"
```

# References
* [InputSimulator](https://github.com/michaelnoonan/inputsimulator)
* [List of Virtual Key Codes](https://github.com/michaelnoonan/inputsimulator/blob/a61df64303cb76b005a3ced19eae4cb4755e2e42/WindowsInput/Native/VirtualKeyCode.cs)