Go to file
Kristian Setälä 091b5ebee9 Added .gitignore 2010-01-02 23:05:46 +02:00
.gitignore Added .gitignore 2010-01-02 23:05:46 +02:00
Makefile Fixed a little oops 2010-01-02 23:04:23 +02:00
README Added a README file 2010-01-02 23:03:39 +02:00
X11Exception.h Original XKeyboard class 2010-01-02 23:01:20 +02:00
XKeyboard.cpp Added layout variant code to XKeyboard class 2010-01-02 23:01:53 +02:00
XKeyboard.h Added layout variant code to XKeyboard class 2010-01-02 23:01:53 +02:00
wrapper.cpp The wrapper program 2010-01-02 23:02:57 +02:00

README

xkblayout-state is a small program to get/set the current XKB keyboard layout.

It's a thin wrapper around a modified version of Jay Bromley's XKeyboard class,
the original of which is included in the following package:
http://members.dslextreme.com/users/jbromley/files/ruby-xkb.tar.bz2

To compile, just say: make

For usage instructions start the program without arguments.

xkblayout-state is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.