From owner-svn-src-head@FreeBSD.ORG Wed Dec 18 00:21:28 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D5BBA1; Wed, 18 Dec 2013 00:21:28 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A96471CB6; Wed, 18 Dec 2013 00:21:27 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id u57so6951000wes.32 for ; Tue, 17 Dec 2013 16:21:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=EsSL5CE/6wIsGFRn6Vg5Lqm9qIRJ2A0sDi5X0sLsEqY=; b=07ZIxmSJ9LfegDFZOqnkPRNnPsdB69LIIM6rmilTiKbQdZwY/nL/brfiFHm6eV1k53 AqcNyDHr9nOYGmY3MKZakR2DDntBFOqViE3L6oaZM6HUtAQACTW1Fsu/Jv1P3hT5pSmr Q4dMWQrPV3an8hWiCk6AjvnpIwFFPrDLFTvGN0ZY3y5mfRrc6cTGRPUmho/deOHyHvVU howsvLBLt/hNRkvgBr8UI6PMFtP4ILs+DB5OmvDFpGv07RYcyDcd9RdnD67jyGtGqNBx oqxdVJNfVhyKUYFVaufMdpN9R5tyVmQa2yq31NcdRsANgQAGmqZluGNgblQ74FkCsI6Y lPdw== X-Received: by 10.194.78.179 with SMTP id c19mr666849wjx.84.1387326085512; Tue, 17 Dec 2013 16:21:25 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id cx3sm55827949wib.0.2013.12.17.16.21.23 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 17 Dec 2013 16:21:24 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 18 Dec 2013 01:21:22 +0100 From: Baptiste Daroussin To: Aleksandr Rybalko Subject: Re: svn commit: r259532 - head/sys/dev/vt Message-ID: <20131218002122.GP99753@ithaqua.etoilebsd.net> References: <201312180014.rBI0Ewd9018065@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WOTjKnJ88wpJKlWH" Content-Disposition: inline In-Reply-To: <201312180014.rBI0Ewd9018065@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:21:28 -0000 --WOTjKnJ88wpJKlWH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 18, 2013 at 12:14:58AM +0000, Aleksandr Rybalko wrote: > Author: ray > Date: Wed Dec 18 00:14:58 2013 > New Revision: 259532 > URL: http://svnweb.freebsd.org/changeset/base/259532 >=20 > Log: > Skip processing of R.Alt as a second Alt key, if sysctl kern.vt.enable_= altgr is > not zero. > =20 > Submitted by: andreast > Sponsored by: The FreeBSD Foundation altgr support should probably be 1 by default in that case, many keyboards = need that key by default. Example on french keyboard it is used for: #{[|`\^@]} Without those, very hard to hack or just use a console :) regards, Bapt --WOTjKnJ88wpJKlWH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKw6oIACgkQ8kTtMUmk6ExK/gCfby1wucALC3n9U6eL0YosATD6 tBgAoIcAQ35aCf7h/ernPqFKNYI0PLyz =6JRG -----END PGP SIGNATURE----- --WOTjKnJ88wpJKlWH--