From owner-svn-doc-head@freebsd.org Fri Oct 16 00:39:05 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4F8CA16B64; Fri, 16 Oct 2015 00:39:05 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEE8B9CB; Fri, 16 Oct 2015 00:39:05 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9G0d4lV005321; Fri, 16 Oct 2015 00:39:04 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9G0d49X005320; Fri, 16 Oct 2015 00:39:04 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201510160039.t9G0d49X005320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 16 Oct 2015 00:39:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47581 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 00:39:06 -0000 Author: wblock Date: Fri Oct 16 00:39:04 2015 New Revision: 47581 URL: https://svnweb.freebsd.org/changeset/doc/47581 Log: Add a multi-layout keyboard example courtesy of ak@. Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Fri Oct 16 00:07:38 2015 (r47580) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Fri Oct 16 00:39:04 2015 (r47581) @@ -662,7 +662,7 @@ EndSection the oss variant. - Setting Keyboard Layout + Setting A Keyboard Layout /usr/local/etc/X11/xorg.conf.d/keyboard-fr-oss.conf @@ -674,6 +674,26 @@ EndSection Option "XkbVariant" "oss" EndSection + + + Setting Multiple Keyboard Layouts + + Set United States, Spanish, and Ukrainian + keyboard layouts. Cycle throught these layouts by + pressing + + Alt + Shift + . + + /usr/local/etc/X11/xorg.conf.d/kbd-layout-multi.conf + + Section "InputClass" + Identifier "All Keyboards" + MatchIsKeyboard "yes" + Option "XkbLayout" "us, es, ua" +EndSection +