[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xkb
From: |
Marco Gerards |
Subject: |
Re: xkb |
Date: |
Sun, 15 Feb 2004 16:37:06 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
elf@land5.nsu.ru (Dmitry V. Zhulanov) writes:
>> To be honest, I do not know. What is the output of the locale
>> program?
> # locale
> LANG=POSIX
> LC_NUMERIC="ru_RU.KOI8-r"
> ...
> LC_ALL="ru_RU.KOI8-r"
It is not an UTF-8 locale. Isn't there something like ru.UTF-8?
>> Does it work exactly like the "ru" keymap in XFree? I tried testing
>> the "ru" keymaps but it could've been that I missed some things
>> because it does not make much sense to me. :)
> alt-F1..F6 doesn't work instead of it OP OQ .. printed in command line
> also russian letters display as question sign :(
Now the keymap/hurd file contains:
xkb_keymap "ru" {
xkb_keycodes { include "xfree86" };
xkb_types { include "default" };
xkb_compatibility { include "default" };
xkb_symbols { include "en_US(pc105)+ru" };
xkb_geometry { include "pc(pc102)" };
};
Change this into:
xkb_keymap "ru" {
xkb_keycodes { include "xfree86" };
xkb_types { include "default+hurd" };
xkb_compatibility { include "default" };
xkb_symbols { include "en_US(pc105)+ru+hurd"};
xkb_geometry { include "pc(pc102)" };
};
Although I have not tested this yet (at the moment I cannot test it,
sorry), but this should work.
Thanks,
Marco
- xkb, Dmitry V. Zhulanov, 2004/02/14
- Re: xkb, Marco Gerards, 2004/02/15
- Re: xkb, Dmitry V. Zhulanov, 2004/02/15
- Re: xkb, Marco Gerards, 2004/02/15
- Re: xkb, Dmitry V. Zhulanov, 2004/02/15
- Re: xkb, Marco Gerards, 2004/02/15
- Re: xkb, Dmitry V. Zhulanov, 2004/02/15
- Re: xkb,
Marco Gerards <=
- Re: xkb, Dmitry V. Zhulanov, 2004/02/15
- Re: xkb, Dmitry V. Zhulanov, 2004/02/15
- Re: xkb, Marco Gerards, 2004/02/15