| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2011-12-04 |
|
[1ce15f] Debugging |
| AUTHORS | 2011-12-02 |
|
[bae1af] Начало |
| COPYING | 2011-12-02 |
|
[bf9eda] Добавил .gitignore COPYING INSTALL |
| INSTALL | 2011-12-02 |
|
[bf9eda] Добавил .gitignore COPYING INSTALL |
| Makefile.am | 2011-12-02 |
|
[9916b0] Главный цикл |
| NEWS | 2011-12-02 |
|
[3e8aaa] Added NEWS, README |
| PKGBUILD | 2011-12-06 |
|
[bded21] Preparing 0.7 release |
| README | 2011-12-02 |
|
[97ba46] Updated project metadata, Arch package PKGBUILD |
| configure.ac | 2011-12-06 |
|
[bded21] Preparing 0.7 release |
| perWindowLayoutD.cpp | 2011-12-05 |
|
[f458df] Added comment |
Keeps per window keyboard layout under X11.
Sometimes you want to setup switching keyboard layouts using X server --
because there is no DE plugin, or it's broken, or lacks needed functionality.
You can easily configure X server to switch keyboard layouts, but I could not
find way of keeping layout for each window separately using only X server.
Hence this package.
Tested under xfce4.
Example of usage:
$ cat ~/.xinitrc
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
export LANG=ru_RU.utf8
setxkbmap -layout 'us,ru(winkeys)' -model pc105 -option grp:rwin_toggle,grp_led:num
perWindowLayoutD
exec ck-launch-session dbus-launch startxfce4