Menu

Tree [bded21] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2011-12-04 Anton Butanaev Anton Butanaev [1ce15f] Debugging
 AUTHORS 2011-12-02 Anton Butanaev Anton Butanaev [bae1af] Начало
 COPYING 2011-12-02 Anton Butanaev Anton Butanaev [bf9eda] Добавил .gitignore COPYING INSTALL
 INSTALL 2011-12-02 Anton Butanaev Anton Butanaev [bf9eda] Добавил .gitignore COPYING INSTALL
 Makefile.am 2011-12-02 Anton Butanaev Anton Butanaev [9916b0] Главный цикл
 NEWS 2011-12-02 Anton Butanaev Anton Butanaev [3e8aaa] Added NEWS, README
 PKGBUILD 2011-12-06 Anton Butanaev Anton Butanaev [bded21] Preparing 0.7 release
 README 2011-12-02 Anton Butanaev Anton Butanaev [97ba46] Updated project metadata, Arch package PKGBUILD
 configure.ac 2011-12-06 Anton Butanaev Anton Butanaev [bded21] Preparing 0.7 release
 perWindowLayoutD.cpp 2011-12-05 Anton Butanaev Anton Butanaev [f458df] Added comment

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.