Skip to content

cactusbento/BindKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BindKey

Tested Zig version: 0.12.0-dev.2587+a1b607acb

A Zig library for rebinding keys to callback functions.

Example

See src/main.zig for an example of how to use this library.

Modules

  • "bindkey" The library itself.
    • Depends on "libevdev"
      • Which links libc and libevdev that is provided by your system.

Features/TODOs

  • Read Keyboard events
  • Capture all keyboard inputs
  • Send Keyboard Inputs
  • Read mouse events
  • Send mouse inputs
  • Looping functions (Jank)

About

Zig library for input macros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages