Go to file
Kristian Setälä fafaa71e6d -p, -s => print, set; error on incorrect format tag 2010-01-07 22:01:36 +02:00
.gitignore .gitignore is back... 2010-01-07 22:00:38 +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 -p, -s => print, set; error on incorrect format tag 2010-01-07 22:01:36 +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.