mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
fb75e50d26
useful (for developers). Previously, API documentation was never built, disabled via CONFIGURE_ARGS; these docs are of no use to general public and might be interesting only to application developers working with the library, so do not install them by default (just as before) - While here, deobfuscate one installation command that was obfuscated in r406897 (careless commit of Kato's patch) and make the port description more accurate and readable
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
Keybinder is a library for registering global keyboard shortcuts.
|
|
Keybinder works with GTK-based applications using the X Window System.
|
|
|
|
The port provides the following:
|
|
|
|
- A C library, libkeybinder
|
|
- Lua bindings, lua-keybinder (off by default)
|
|
- Python bindings, python-keybinder
|
|
- Example programs in C, Lua, Python, and Vala
|
|
|
|
WWW: https://github.com/engla/keybinder
|