0.0.5 • Published 5 years ago

gamepad-remote v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Gamepad Remote

Use your Gamepad Controller to control media on your PC.

Have a wireless controller lying around? Repurpose it for triggering media actions: play/pause, seek, and control volume.

Note: Gamepad Remote works by mapping your controller buttons to keyboard keys. The media actions are not universal, but work on most major sites/media players (Netflix, Youtube, VLC et. al). The mapping of buttons is based on XBox Wireless Controller.

Gamepad ButtonMedia ActionKeyboard key mapping
APlay/pauseSpacebar
Right/Left ArrowSeekRight/Left Arrow
Up/Down ArrowVol ControlUp/Down Arrow

Usage

Use npm to install the package.

npm install -g gamepad-remote

Start the program by:

gamepad-remote.js start

Stop it by:

gamepad-remote.js stop

You can also disable/enable the bindings by pressing: RB + RB + LB + LB.

License

MIT