Date: Thu, 7 Oct 1999 10:44:18 +0300 (EEST) From: Alexander Karptsov <karp@visti.net> To: Vladimir Kushnir <kushn@mail.kar.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XKB settings for Russian keyboard wuth XFree86 3.3.5? Message-ID: <Pine.BSF.4.10.9910071026010.42176-100000@lab.visti.net> In-Reply-To: <Pine.BSF.4.10.9910070049280.14379-100000@kushnir.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 7 Oct 1999, Vladimir Kushnir wrote:
> Hello,
> Does anybody set these with 3.3.5 (I mean, _not_ through Xmodmap)? If so,
> would you please post them? For some reason, my old 3.3.3.1 settings
> (and those in Handbook) doesn't work anymore, particularly - CapsLock
> doesn't switch groups. Has something changed there?
apply it to /usr/X11R6/lib/X11/xkb/keymap/xfree86:
---cut----
*** xfree86.orig Thu Oct 7 10:23:31 1999
--- xfree86 Thu Oct 7 10:23:39 1999
***************
*** 123,129 ****
xkb_keycodes { include "xfree86" };
xkb_types { include "default" };
xkb_compatibility { include "default" };
! xkb_symbols { include "en_US(pc105)+ru" };
xkb_geometry { include "pc(pc102)" };
};
xkb_keymap "se_FI" {
--- 123,129 ----
xkb_keycodes { include "xfree86" };
xkb_types { include "default" };
xkb_compatibility { include "default" };
! xkb_symbols { include "en_US(pc105)+ru+group(caps_toggle)" };
xkb_geometry { include "pc(pc102)" };
};
xkb_keymap "se_FI" {
---cut---
and add
XkbKeymap "xfree86(ru)"
to "Keyboard" section of your /etc/XF86Config
>
> Thanks in advance,
> Vladimir
>
> ===========================|=======================
> Vladimir Kushnir |
> kushn@mail.kar.net, | Powered by FreeBSD
> kushnir@ap3.bitp.kiev.ua |
>
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910071026010.42176-100000>
