keybinder-0.3.1

Introduction to keybinder

The keybinder package contains a utility library registering global X keyboard shortcuts.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

keybinder Dependencies

Required

GTK+-2.24.32

Recommended

Optional

GTK-Doc-1.32 and Lua-5.3.5 (currently broken, because older lua version is required)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/keybinder

Installation of keybinder

Install keybinder by running the following commands:

./configure --prefix=/usr --disable-lua &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-lua: Use this switch to disable Lua-5.3.5 bindings (currently broken, because older lua version is required).

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Library: libkeybinder.so and /usr/lib/python2.7/site-packages/keybinder/_keybinder.so
Installed Directories: /usr/lib/python2.7/site-packages/keybinder and /usr/share/gtk-doc/html/keybinder

Short Descriptions

libkeybinder.so

is the library that registers global X keyboard shortcuts.

Last updated on 2020-02-17 18:27:03 -0800