lxqt-globalkeys-1.4.0

Introduction to lxqt-globalkeys

The lxqt-globalkeys package contains a daemon used to register global keyboard shortcuts as well as an editor for keyboard shortcuts.

[Note]

Note

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

Package Information

lxqt-globalkeys Dependencies

Required

liblxqt-1.4.0

Installation of lxqt-globalkeys

Install lxqt-globalkeys by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      ..                          &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: lxqt-config-globalkeyshortcuts and lxqt-globalkeysd
Installed Libraries: liblxqt-globalkeys.so and liblxqt-globalkeys-ui.so
Installed Directories: /usr/include/lxqt-globalkeys{,-ui} and /usr/share/cmake/lxqt-globalkeys{,-ui}

Short Descriptions

lxqt-config-globalkeyshortcuts

is an editor for keyboard shortcuts

lxqt-globalkeysd

is the global keyboard shortcut daemon

lxqt-globalkeys.so

contains the lxqt-globalkeys API functions

liblxqt-globalkeys-ui.so

contains the liblxqt-globalkeys-ui API functions