Ivan Pascal wrote:

> Robert Kopp wrote:
>> I sought to enable Russian keyboard input in Linux by
>> modifying the /etc/X11/XF86Config-4 file, so that it
>> contained the following line:
>> 
>> Option     "XkbLayout"    "ru"
>> 
>> However, as a foreign student of Russian, I would
>> prefer a so-called homophonic or phonetic keyboard
>> layout, using the same character set. How can I do
>> this?
> 
>  Option     "XkbLayout"    "ru(phonetic)"


Option     "XkbLayout"    "ru"
Option     "XkbVariant"    "phonetic"

or try

Option     "XkbLayout"    "ru_yawerty"
Option     "XkbVariant"    "basic"

Good Luck

_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to