A command-line utility for PCsensor foot switches, written in Rust.
Go to file
Dennis Potter 44c542d99a Finished do-not-purge feature. Closes #3
This feature is not yet tested on the Append:: functions since not all
functions are yet implemented. As soon as they get implemented, this
feature will be verified on them as well.

Furthermore, a Clear function is added.

Finally, in this commit, mouse_left, mouse_right, mouse_middle, and mouse_double got
abbreviated to left, right, middle, and double.
2018-11-23 18:48:39 +01:00
src Finished do-not-purge feature. Closes #3 2018-11-23 18:48:39 +01:00
.gitignore Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00
Cargo.toml Improved user-friendliness. Closes #7 2018-11-14 00:20:51 +01:00
LICENSE Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00
README.md Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00

README.md

footswitch-rs

This repository contains a C to Rust translation of the GitHub repository rgerganov/footswitch.