Registry / utility / xkeysym

xkeysym

JSON →
library0.2.1rscratesunverified

Library for working with X11 keysyms.

# Cargo.toml [dependencies] xkeysym = "0.2.1"
INSTALL
IMPORT
SIG · XKEYSYM
X
xkeysym
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Keysym
use xkeysym::Keysym;

Looks up an X11 keysym by name.

use xkeysym::Keysym; fn main() { let keysym = Keysym::from_name("Return").unwrap(); println!("Keysym for Return: {:?}", keysym); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
xkeysym — cargo add xkeysym · libregistry