luis-pereira / qxkb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AXKB this Qt application to adjust layouts by xkb. 
Part of the code and interface window settings taken from KXKB and Kkbswitch.
Completely absent on to the kde-libs. 
Originally developed as a complement to the Antico DE. 
But just as well work on other WM and DE. 
Depends only on Qt and X-server
***********************************

License GPLv2

***********************************
Instalation
in directory with source code do 

mkdir build 
cd build 
cmake ..
make 


Write a AXKB in section automatically start in your WM or DE

0.4.5
 Fix ‘KeySym XKeycodeToKeysym(Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1695
 Cahnge XKeycodeToKeysym(Display*, KeyCode, int) to XkbKeycodeToKeysym(Display*, KeyCode, int)

About

License:GNU General Public License v2.0


Languages

Language:C++ 97.5%Language:CMake 2.5%