1Short description of Xrus
2~~~~~~~~~~~~~~~~~~~~~~~~~
3
4Xrus - program for switching two keyboard layouts with a hot key
5combination. It also serves as autolock.
6
7It can be compiled with Motif, Lesstif, Xaw or without any widget library.
8In the later case it won't show its icon with keyboard indicator.
9
10It gets all keyboard and mouse events; when a particular hot key
11combination is pressed, it swaps 1,2 and 3,4 columns of keyboard map. (if
12keyboard map has more than 4 columns, it swaps halves). When a timeout
13without keyboard and mouse events passes, it starts a locker.
14
15Download
16~~~~~~~~
17
18You can download latest version of xruskb from the following locations:
19
20	ftp://ftp.yars.free.net/pub/software/unix/X11/ (primary site)
21	ftp://ftp.relcom.ru/pub/x11/cyrillic/
22	ftp://metalab.unc.edu/pub/Linux/X11/xutils/
23
24There is also an anonymous cvs server. You can get the latest source using
25these commands:
26
27	CVSROOT=:pserver:anonymous@swing.yars.free.net:/home/lav/cvsroot
28	export CVSROOT
29	cvs login (empty password, just hit enter)
30	cvs -z9 co xruskb
31
32
33Author
34~~~~~~
35
36Alexander V. Lukaynov <lav@yars.free.net>
37