summaryrefslogtreecommitdiff
path: root/x11/py-keybinder/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-keybinder/DESCR')
-rw-r--r--x11/py-keybinder/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/py-keybinder/DESCR b/x11/py-keybinder/DESCR
new file mode 100644
index 00000000000..f923ca56133
--- /dev/null
+++ b/x11/py-keybinder/DESCR
@@ -0,0 +1,10 @@
+The Keybinder package contains a library for registering global keyboard
+shortcuts.
+Keybinder works with GTK-based applications using the X Window System.
+
+The library contains:
+- A C library, libkeybinder
+- Python bindings, python-keybinder
+- An examples directory with programs in C, Lua, Python and Vala.
+
+This package contains the Python bindings.