• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pixmaps/H03-May-2022-

CHANGES.koi8H A D21-Nov-20147.8 KiB161144

ImakefileH A D03-May-20221 KiB3627

LICENSEH A D08-Sep-20148.5 KiB191147

READMEH A D08-Sep-20141.6 KiB4933

README-Linux.koi8H A D08-Sep-2014454

README.koi8H A D08-Sep-201414.5 KiB

XXkb.ad.varH A D08-Sep-20141.5 KiB5846

resource.cH A D08-Sep-201421.7 KiB937714

wlist.cH A D08-Sep-20142.3 KiB145116

wlist.hH A D08-Sep-2014486 2618

xxkb.cH A D08-Sep-201430.4 KiB1,3591,091

xxkb.hH A D08-Sep-20142.1 KiB8767

xxkb.manH A D08-Sep-201410.8 KiB247243

xxkb.specH A D08-Sep-20141.9 KiB7856

xxkb.tmplH A D08-Sep-2014385 1714

README

1
2The xxkb program is a keyboard layout switcher and indicator. Unlike the
3programs that reload keyboard maps and use their own hot-keys, xxkb is a
4simple GUI for XKB (X KeyBoard extension) and just sends commands to and
5accepts events from XKB. That means that it will work with the existing
6setup of your X Server without any modifications.
7
8Additional features are:
9
10* xxkb remembers the current layout in each application and switches to
11it on the focus change
12
13* xxkb can put it's own icon on an application window titlebar, such an
14icon is a 'local' layout switcher and indicator for that application
15
16* if a complete keymap has more than two layouts, xxkb allows to
17designate two of them as main and alternative ones and switch between
18them only.
19
20* The alternative layout can be set separately for each application and
21can be changed on a run-time.
22
23* xxkb supports lists of applications for which some special actions are
24necessary: ignoring window(for those for which preserving of the current
25layout is undesired), setting the current and alternative layouts on the
26application startup.
27
28* xxkb can be docked as a docklet in the WindowMaker and can be placed in
29the Notification area(systray) of the Gnome, KDE and some other FreeDesktop
30standards compatible window managers.
31
32Build and Install
33----------------
34
35In the xxkb source directory run:
36
37xmkmf
38make
39make install
40
41(for the last one you probably need root privileges)
42
43Configure and run-time operation
44-------------------------------
45
46Read man xxkb.
47
48The official site of xxkb is http://www.sourceforge.net/projects/xxkb/
49