A command-line utility for PCsensor foot switches, written in Rust.
Go to file
Dennis Potter 43f63c002b Added beginning of function to preserve settings
This is the beginning of a solution to issue #3. Right now, it is only
able to preserve keys. In a later commit, modifiers, mouse settings,
etc. will be added as well.
2018-11-14 01:29:39 +01:00
src Added beginning of function to preserve settings 2018-11-14 01:29: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.