keybinder-0.3.1

Introduction to keybinder

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

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Package Information

keybinder Dependencies

Required

GTK+-2.24.33

Recommended

Optional

GTK-Doc-1.33.2 and Lua-5.4.4 (currently broken because an older lua version is required)

User Notes: https://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.4.4 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