bindkey 0.2.0

Binds rust functions to keys with xlib
Documentation
  • Coverage
  • 15.38%
    4 out of 26 items documented0 out of 10 items with examples
  • Size
  • Source code size: 11.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Object905/bindkey
    3 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Object905

bindkey

Binds rust functions to keys with xlib

This is a very simple keybinder to functions using xlib. For now it does not support binding same key with different modifiers (i just dont need it) Callbacks used as simple functions, to execute it in paralell.

Maybe in the future i will make support for same keys and closures.