Skip to content

ckolumbus/qxkb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.8%