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

https://github.com/shybyte/gamepad-to-keyboard

Maps gamepad events to keyboard events. Written in Rust.
https://github.com/shybyte/gamepad-to-keyboard

Last synced: about 1 month ago
JSON representation

Maps gamepad events to keyboard events. Written in Rust.

Awesome Lists containing this project

README

          

# Gamepad to Keyboard

## Install

apt install libxdo-dev
apt install libudev-dev

## Use PS4 controller on Linux

http://ros-developer.com/2017/12/14/ps4-controller-bluetooth-ubuntu/

sudo pip install ds4drv
sudo ds4drv

## Libs
### Simulate Input Candidates
* https://github.com/enigo-rs/enigo (Used)
* https://github.com/obv-mikhail/InputBot
* https://rosettacode.org/wiki/Simulate_input/Mouse
* https://github.com/autopilot-rs/autopilot-rs