| Crates.io | lock_keys |
| lib.rs | lock_keys |
| version | 1.1.0 |
| created_at | 2019-12-21 12:43:14.138345+00 |
| updated_at | 2023-01-03 00:04:48.755567+00 |
| description | Rust library for lock keys handling. |
| homepage | https://github.com/risoflora/lock_keys |
| repository | https://github.com/risoflora/lock_keys |
| max_upload_size | |
| id | 191202 |
| size | 37,512 |
lock_keyslock_keys provides a cross platform way for lock keys handling.
Supported platforms: Linux (Xlib static), Windows (winuser API) and macOS (IOKit).
Add this to your Cargo.toml:
[dependencies]
lock_keys = "*"
and then:
use lock_keys::*;
fn main() {
let lock_key = LockKey::new();
lock_key.enable(LockKeys::CapitalLock).unwrap();
}
Pull Requests are welcome! =)
lock_keys is licensed under either of the following, at your option: