https://github.com/foxt/cueplayer
Plays a video on a Corsair keyboard.
https://github.com/foxt/cueplayer
Last synced: 3 months ago
JSON representation
Plays a video on a Corsair keyboard.
- Host: GitHub
- URL: https://github.com/foxt/cueplayer
- Owner: foxt
- License: gpl-3.0
- Created: 2021-04-11T12:50:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T12:57:23.000Z (about 4 years ago)
- Last Synced: 2025-01-02T23:25:55.746Z (5 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cueplayer
Plays a video on a Corsair keyboard.Requires some version of Node.js & Electron
Tested on macOS with a K70 keyboard.
YMMV on other keyboards and on Windows.
Linux of course, not supported as there's no official CUE for Linux, and while CKB-Next's API is *easy* it isn't *good*.
```
git clone https://github.com/theLMGN/cueplayer
cd cueplayer
npm icp ~/myvideo.mp4 ./video.mp4
./node_modules/.bin/electron .
```