1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
kbdd - XKB daemon
===================
Simple daemon and library to make per window layout using XKB (X KeyBoard
Extension).
Features
--------
* dbus interface
* set layout group by its number
* switch to the previous layout
Requirements
------------
In order to build kbdd you need:
* xorg header files with xkb support
* glib header files
* dbus-glib header files (optional)
Installation
------------
Program uses autotools installation system, so installation can be done in next
steps [1]_::
./configure options
make
make install
Configuration options:
* ``enable-debug`` - *[default: disabled]* adds additional debuging info
* ``enable-dbus`` - *[default: enabled]* enable dbus support
.. [1] If you use git version, you should generate installation files: you
should use::
aclocal ; automake --add-missing ; autoreconf
and then proceed to ordinary installation. Of cause you should need to have
autotools package installed
Running kbdd
------------
To run kbdd you can just run ``/usr/bin/kbdd`` to use kbdd in daemon mode, or
use ``/usr/bin/kbdd -n`` to run in verbose mode.
More info
---------
You can go to `kbdd Wiki`_ to check usecases described.
.. _kbdd Wiki: http://github.com/qnikst/kbdd/wiki/Usecases
Known bugs
----------
Sometimes meta4 key lips in awesome, this bug was never reproduced anywere but
on one host.
Troubleshooting
---------------
All bugs and issues can be posted to http://github.com/qnikst/kbdd/issues or
sent to jabber: qnikst@gentoo.ru
|