1 #!/bin/sh
2
3 if [ -z "$COMPSPEC" ]; then
4 XWin -clipboard -silent-dup-error -xkblayout "us,ru" -xkboptions "grp:caps_toggle"
5 else
6 X
7 fi