co2key

Crates.ioco2key
lib.rsco2key
version0.3.0
sourcesrc
created_at2024-08-03 22:50:11.175304
updated_at2024-08-05 19:14:03.512751
descriptionCLI tool to map game controller input to simulated key presses
homepage
repositoryhttps://github.com/maun/co2key
max_upload_size
id1324574
size27,765
Manuel Adameit (maun)

documentation

README

co2key

CLI tool to map game controller input to simulated key presses.

Usage

First define a config file, you can use the commited json files as an example.

cargo run -- your_config.json

Optionally use one or two verbose flags to print controller events and simulated key presses.

cargo run -- your_config.json -v

macOS

On macOS you need to enable the following setting: Settings > Privacy and Security > Accessability > (enable for your Terminal after the prompt)

Commit count: 0

cargo fmt