Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 09:42:56 +0200 (EET)
From:      Alexandr Listopad <laa@ZGIA.zp.ua>
To:        doc@freebsd.org
Subject:   patch to handbook.
Message-ID:  <Pine.BSF.4.10.10003100941020.60179-100000@Eagle.ZGIA.zp.ua>

next in thread | raw e-mail | index | archive | help
laa@vic$ cd /usr/doc/en_US.ISO_8859-1/books/handbook/
laa@vic$ diff -uN book.html book.html~
--- book.html   Mon Feb 28 21:47:29 2000
+++ book.html~  Fri Mar 10 09:39:58 2000
@@ -22162,13 +22162,17 @@
                   <li>
                     <p>To activate Russian keyboard add</p>
 <pre class="PROGRAMLISTING">
-    XkbKeymap   "xfree86(ru)"
+    XkbSymbols  "ru"
+    XkbLayout   "ru"
+    XkbVariant  "winkeys"
+    XkbOptions  "grp:caps_toggle"
 </pre>
                     line into <tt class="LITERAL">"Keyboard"</tt>
                     section in your <tt class="FILENAME">
                     /etc/XF86Config</tt>, also make sure that <tt
                     class="LITERAL">XkbDisable</tt> is turned off
-                    (commented out) there.<br>
+                    (commented out or not present) there. You will
+                    have Win9x-like keymap.<br>
                     <br>
 
                     <p>RUS/LAT switch will be <tt class="LITERAL">
laa@vic$ 

try it.

--
 Laa.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" 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.10003100941020.60179-100000>