Uses livesplit-hotkey to listen for sequences of that can then trigger an action.
Multiple actions can be assigned to the same sequence of keys. The same action can be assigned to many sequences of keys.
By default, this library is built as a GDNative library.
In the rust/ directory, run the following command:
cargo build --release --libIf building for vpuppr,
take the resulting binary and place it in the hotkey-listener/ directory.
Then take the entire project (except for the rust/ directory) and place it under
vpuppr's resources/extensions/ directory.