Crates.io | xcape-rs |
lib.rs | xcape-rs |
version | 0.4.0 |
source | src |
created_at | 2021-01-17 12:20:58.156597 |
updated_at | 2021-10-29 10:14:11.846027 |
description | implementation of XCAPE in Rust |
homepage | |
repository | https://github.com/hurou927/xcape-rs |
max_upload_size | |
id | 343101 |
size | 31,411 |
Rust-powered XCAPE
xcape: https://github.com/alols/xcape
xcape allows you to use a modifier key as another key when pressed and released on its own. Note that it is slightly slower than pressing the original key, because the pressed event does not occur until the key is released.
$ cargo run -- -h
implement xcape Rust
USAGE:
xcape-rs [FLAGS] [OPTIONS]
FLAGS:
-d, --debug debug flag
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-e, --expression <map>... format: code=code|code|code
-t, --timeout <timeout> timeout(sec).
xcape -e '64=38' # alt=space