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
- Host: GitHub
- URL: https://github.com/andtechstudios/wink
- Owner: andtechstudios
- Created: 2022-01-25T17:17:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T18:23:16.000Z (over 4 years ago)
- Last Synced: 2025-02-06T16:58:57.502Z (over 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wink
***Win**dows Media **K**ey wrapper*
[](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)