From owner-svn-src-head@FreeBSD.ORG Wed Dec 18 00:22:00 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 14D401F7; Wed, 18 Dec 2013 00:22:00 +0000 (UTC) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id BC9C61CBA; Wed, 18 Dec 2013 00:21:59 +0000 (UTC) Received: from rnote.ddteam.net (7-17-135-95.pool.ukrtel.net [95.135.17.7]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPSA id E59C9C4958; Wed, 18 Dec 2013 02:21:57 +0200 (EET) Date: Wed, 18 Dec 2013 02:21:56 +0200 From: Aleksandr Rybalko To: Andreas Tobler Subject: Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken Message-Id: <20131218022156.ed5c6a17.ray@freebsd.org> In-Reply-To: <52A79A82.7050801@FreeBSD.org> References: <201312052238.rB5McsVN020719@svn.freebsd.org> <52A3A8DE.9090907@FreeBSD.org> <2a683b40-1465-44f9-a9aa-d079f660529d@email.android.com> <52A4E865.6080602@FreeBSD.org> <20131210153144.c46b74fa28253f3456aa2821@ddteam.net> <20131210144307.20d32075@kalimero.tijl.coosemans.org> <52A79A82.7050801@FreeBSD.org> Organization: FreeBSD.ORG X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) X-Operating-System: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Tijl Coosemans , src-committers@FreeBSD.org, Aleksandr Rybalko 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:22:00 -0000 On Tue, 10 Dec 2013 23:49:38 +0100 Andreas Tobler wrote: > On 10.12.13 14:43, Tijl Coosemans wrote: > > On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: > >> That keyboards have no Shift key for that? :) > >> I will be glad to apply your changes, but I have to know how it > >> should be controlled. > >> > >> RU and UA PC keyboards have same 3 symbols '2', '"', '@' > >> To get '2' i have to press only '2' > >> To get '@' I have to press Shift+'2' > >> To get '"' I have to switch to UA or RU and press Shift+'2' > >> > >> Ahh, or use some called Third-Level (IIRC) in Xorg terms. Temporary > >> lang switch. Which commonly mapped to one of Alt. Right? > >> So R-Alt+Shift+'2'? > > > > https://en.wikipedia.org/wiki/AltGr > > Thanks Tijl! > > To get the @ I have to press AltGr + '2'. > There are combinations where I have to press AltGr+Shift. e.g to get > the 'broken bar, ¦', AltGr+Shift+'7'. > > Andreas > Hello Andreas and Tijl! Since I think not a whole world have AltGr key (read as "not most keyboards on the Earth") :) Think it is OK to use R.Alt as an Alt by default, and enable AltGr with sysctl kern.vt.enable_altgr. Committed at r259532. Any other opinions are welcomed! WBW -- Aleksandr Rybalko