Fix Russian X11 Keyboard section to reflect latest Xorg changes.
This commit is contained in:
parent
615ce86932
commit
b0c5d25b25
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26040
1 changed files with 11 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
<chapterinfo>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Andrey A.</firstname>
|
||||
<firstname>Andrey</firstname>
|
||||
<surname>Chernov</surname>
|
||||
<contrib>Contributed by </contrib>
|
||||
</author>
|
||||
|
@ -692,7 +692,7 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
|
|||
<sect2info>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Andrey A.</firstname>
|
||||
<firstname>Andrey</firstname>
|
||||
<surname>Chernov</surname>
|
||||
<contrib>Originally contributed by </contrib>
|
||||
</author>
|
||||
|
@ -855,16 +855,20 @@ XkbOptions "grp:caps_toggle"</programlisting>
|
|||
<para>For <application>&xorg;</application> (or
|
||||
<application>&xfree86; 4.X</application>):</para>
|
||||
|
||||
<programlisting>Option "XkbLayout" "ru"
|
||||
Option "XkbOptions" "grp:caps_toggle"</programlisting>
|
||||
<programlisting>Option "XkbLayout" "us,ru"
|
||||
Option "XkbOptions" "grp:toggle"</programlisting>
|
||||
|
||||
<para>Also make sure that <literal>XkbDisable</literal> is
|
||||
turned off (commented out) there.</para>
|
||||
|
||||
<para>The RUS/LAT switch will be <keycap>CapsLock</keycap>.
|
||||
<para>For <literal>grp:caps_toggle</literal>
|
||||
the RUS/LAT switch will be <keycap>CapsLock</keycap>.
|
||||
The old <keycap>CapsLock</keycap> function is still
|
||||
available via <keycombo action="simul"><keycap>Shift</keycap><keycap>CapsLock</keycap></keycombo> (in LAT mode
|
||||
only).</para>
|
||||
only). For <literal>grp:toggle</literal>
|
||||
the RUS/LAT switch will be <keycap>Right Alt</keycap>.
|
||||
<literal>grp:caps_toggle</literal> does not work in
|
||||
<application>&xorg;</application> for unknown reason.</para>
|
||||
|
||||
<para>If you have <quote>&windows;</quote> keys on your keyboard,
|
||||
and notice that some non-alphabetical keys are mapped
|
||||
|
@ -878,7 +882,7 @@ Option "XkbOptions" "grp:caps_toggle"</programlisting>
|
|||
<para>For <application>&xorg;</application> (or
|
||||
<application>&xfree86; 4.X</application>):</para>
|
||||
|
||||
<programlisting>Option "XkbVariant" "winkeys"</programlisting>
|
||||
<programlisting>Option "XkbVariant" ",winkeys"</programlisting>
|
||||
|
||||
<note>
|
||||
<para>The Russian XKB keyboard may not work with old <application>&xfree86;</application>
|
||||
|
|
Loading…
Reference in a new issue