bupy7 / xkbklu

Another simple utility for XKB keyboard layout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xkbklu

Another simple utility for XKB keyboard layout.

Usage

xkbklu can be used to print current keyboard layout to stdout or switch to next one.

Print current layout:

xkbklu status

Switch to next layout:

xkbklu switch

Help:

xkbklu --help

Compilation and installing

Dependencies:

  • make;
  • gcc;
  • libxkbfile.

Resolving depdendencies for Debian:

sudo apt install make gcc libxkbfile-dev

Compile and install:

make
sudo make install

Uninstalling

sudo make uninstall

License

xkbklu is released under the BSD-3-Clause License.

About

Another simple utility for XKB keyboard layout.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 82.7%Language:Makefile 17.3%