Tested Zig version: 0.12.0-dev.2587+a1b607acb
A Zig library for rebinding keys to callback functions.
See src/main.zig
for an example of how to use this library.
"bindkey"
The library itself.- Depends on
"libevdev"
- Which links
libc
andlibevdev
that is provided by your system.
- Which links
- Depends on
- Read Keyboard events
- Capture all keyboard inputs
- Send Keyboard Inputs
- Read mouse events
- Send mouse inputs
- Looping functions (Jank)