1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="description" content="X Keyboard Extention Indicator for X Window System">
<meta name="keywords" content="XkbInd X server XKB keyboard extension indicator layout group XFree86 window system Unix Linux">
<title>XkbInd - X Keyboard Extension Indicator</title>
</head>
<body bgcolor=#000000 text=#ffffff link=#ffffff vlink=#ffffff alink=#ffffff>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr><td align=center>
<img src=images/title.gif width=777 height=103 alt="X Keyboard Extension Indicator"><br><br>
<table border=0 cellpadding=0 cellspacing=0 width=777>
<tr>
<td width=216 align=left valign=top nowrap>
<a href=http://sf.net/projects/xkbind>
<img src=images/download.gif width=210 height=62 border=0 alt="Project Info / Download"></a>
<br><br><br><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=110870&type=7" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
<br><br><br>
<center>
<font size=2>
<a href=index-ru.html>Russian Version (koi8-r)</a>
<br><br>© 2004, 2005 CHG
<br><a href=mailto:smersh@users.sourceforge.net>smersh@users.sf.net</a>
</font>
</center>
</td>
<td width=561>
<img src=images/description.gif width=561 height=25 alt='Description'><br>
<table border=0 cellpadding=0 cellspacing=0 width=561>
<tr>
<td width=3 bgcolor=#cccccc><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=525>
<br>
<b>XkbInd</b> program
(<b>X K</b>ey<b>b</b>oard Extension <b>Ind</b>icator) is
a minimal indicator of keyboard layout
(XKB group) for the X Window System; it outputs
information about current
keyboard layout attached to each top-level window
through their captions via prefixes to original title strings.
It also allows to simulate
an independent keyboard layout for each handled window and it
works with most of the window managers, including <i>TWM</i>, <i>MWM</i>
and <i>FVWM</i>.
</td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td bgcolor=#cccccc width=3><img src=images/pix.gif width=1 height=1 alt=''></td>
</tr>
</table>
<img src=images/bottom.gif width=561 height=25 alt=''>
<p><img src=images/main-features.gif width=561 height=25 alt="Main Features"><br>
<table border=0 cellpadding=0 cellspacing=0 width=561>
<tr>
<td width=3 bgcolor=#cccccc><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=525>
<br>
<ul type=square>
<li><b>XkbInd</b> simulates an independent keyboard layout for each
handled top-level window.
<li><b>XkbInd</b> is very light-weighted and uses less than 150 kb
of virtual memory (excluding "shared" of
course).
<li><b>XkbInd</b> doesn't grab entries in default color
pallet, doesn't perform any drawing operations itself,
but relies wholly to the window manager.
<li><b>XkbInd</b> doesn't occupy any area on the screen, and
outputs all relevant information to window titles.
<li><b>XkbInd</b> can be configured to ignore (or accept)
particular windows or applications. This feature is based on
examination of WM_CLASS property. It is possible to use
shell type
wildcards in "accept" and "ignore" lists.
<li><b>XkbInd</b> is "true" XKB program, i.e. all
interactions with X-server are carried out through the XKB
extension protocol.
<li><b>XkbInd</b> keeps all information about
current keyboard layout
of each handled window at server
side in form of window properties
unlike most of the other similar
programs which keep this data in local storage.
<li>And the last, <b>XkbInd</b> does only what it says--it is
an indicator. Nothing more.
</ul>
</td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td bgcolor=#cccccc width=3><img src=images/pix.gif width=1 height=1 alt=''></td>
</tr>
</table>
<img src=images/bottom.gif width=561 height=25 alt=''>
<p><img src=images/installation.gif width=561 height=25 alt=Installation><br>
<table border=0 cellpadding=0 cellspacing=0 width=561>
<tr>
<td width=3 bgcolor=#cccccc><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=525>
<br>Firstly, you should download
and unpack distribution archive:
<pre><font color=yellow>
tar xvzf xkbind-<i><version></i>.tar.gz
</font></pre>
To compile and install <b>XkbInd</b> you should perform the following:
<pre><font color=yellow>
cd xkbind-<i><version></i>
./configure
make
make install
</font></pre>
For details see INSTALL file.
</td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td bgcolor=#cccccc width=3><img src=images/pix.gif width=1 height=1 alt=''></td>
</tr>
</table>
<img src=images/bottom.gif width=561 height=25 alt=''>
<p><img src=images/configuration.gif width=561 height=25 alt=Configuration><br>
<table border=0 cellpadding=0 cellspacing=0 width=561>
<tr>
<td width=3 bgcolor=#cccccc><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=525>
<br>
The program is highly configurable; it accepts many
options most of which can be specified either on the command
line, in the user's or system-wide configuration files.
All these files use standard X resources notation. For details
see the manual page.
</td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td bgcolor=#cccccc width=3><img src=images/pix.gif width=1 height=1 alt=''></td>
</tr>
</table>
<img src=images/bottom.gif width=561 height=25 alt=''>
<p><img src=images/running.gif width=561 height=25 alt=Running><br>
<table border=0 cellpadding=0 cellspacing=0 width=561>
<tr>
<td width=3 bgcolor=#cccccc><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=525>
<br>The best place to run <b>XkbInd</b> is from <i>~/.xsession</i> or
<i>~/.xinitrc</i>.
Add the line "xkbind" to one of these files just before
"exec" of window manager.
</td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td bgcolor=#cccccc width=3><img src=images/pix.gif width=1 height=1 alt=''></td>
</tr>
</table>
<img src=images/bottom.gif width=561 height=25 alt=''>
<p><img src=images/additional-notes.gif width=561 height=25 alt="Additional Notes"><br>
<table border=0 cellpadding=0 cellspacing=0 width=561>
<tr>
<td width=3 bgcolor=#cccccc><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td width=525>
<br><p>E-mail: <a href="mailto:smersh@users.sourceforge.net">smersh@users.sourceforge.net</a>
</td>
<td width=15><img src=images/pix.gif width=1 height=1 alt=''></td>
<td bgcolor=#cccccc width=3><img src=images/pix.gif width=1 height=1 alt=''></td>
</tr>
</table>
<img src=images/bottom.gif width=561 height=25 alt=''>
</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
|