From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 29 11:44:33 2013 Return-Path: Delivered-To: freebsd-hackers@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 B0ECCF8E for ; Sun, 29 Dec 2013 11:44:33 +0000 (UTC) Received: from nm1.bullet.mail.ird.yahoo.com (nm1.bullet.mail.ird.yahoo.com [77.238.189.58]) by mx1.freebsd.org (Postfix) with SMTP id DDE981E6E for ; Sun, 29 Dec 2013 11:44:32 +0000 (UTC) Received: from [77.238.189.53] by nm1.bullet.mail.ird.yahoo.com with NNFMP; 29 Dec 2013 11:44:26 -0000 Received: from [46.228.39.68] by tm6.bullet.mail.ird.yahoo.com with NNFMP; 29 Dec 2013 11:44:26 -0000 Received: from [127.0.0.1] by smtp105.mail.ir2.yahoo.com with NNFMP; 29 Dec 2013 11:44:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1388317466; bh=LC6LmAvP3kyotWsEFes1/wrbOvEtlLzrdaFVaOH/C/8=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=OAiIUj/Sxwt5tk+7+M8QPIO4V7YfNf+BPLEc1LGIxPH9NLNTxqpIsl8wEvItViQGU1yi371sXbZZZRaHuIYES6Ct2ZxP0npXjxavgd2Hz+7XoyFc7BmMYTsp9Oc9IOUA6SnPVyWrqDXKUwnTNvWcyiR9YHUctRHJj5FxIBpgbpc= X-Yahoo-Newman-Id: 381941.43081.bm@smtp105.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: _tugfK0VM1mC_4aCaPYXxeQCGF1j0TaksMWjV2Y_c_V2Sg4 ul_OrHgE9PyZ5fqyfAYU9Na2ZTJG5C2mxgzMEHZSz6DfT_3tOS87VstgJIJ. QtdfavvXwyKHzLWu4daO7o381OJkAFH.NggVXOXPDtCblg7bjazUXZ8PKQq8 Qjsx8_DpOp4gPlyIHKrRGNBKFohWNrW77FTMD52BpZzdwjTA21DzQMgtRtXQ YqkUKvThIoaHNxjJ3HL2heRI97rIP.eDq6Aysl74HSmrgfznvH85xBWaMx7c AektzCpQHxlwqR6XRoDPQ3359pCqiqDH4rOCFtQG4fX3rReSNjt3kWGpO4h0 xUgPJwl4kZYksNz4OFbShx7DuKDEZpMNc.T5nG2Z0LyXAjQXUJC_UYiEFKCt kp8TDTQ8qqnvjPYsDbq0ySGdRhIKEWGo7d1NsyIaMNBq8tCmfqJWJW8orAdK xYhS47CJwshvdpPdIkMBfZZWGLpZlZI83sDliEXdNnJnA_Pd7VX8l9rbr X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@89.7.216.154 with plain [188.125.69.59]) by smtp105.mail.ir2.yahoo.com with SMTP; 29 Dec 2013 11:44:26 +0000 UTC Date: Sun, 29 Dec 2013 12:44:28 +0100 From: Eduardo Morras To: freebsd-hackers@freebsd.org Subject: Re: remapkey spanish keyboard Message-Id: <20131229124428.71ca46c10d2e526d843a5e2d@yahoo.es> In-Reply-To: References: X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 11:44:33 -0000 On Fri, 27 Dec 2013 23:42:16 -0200 Isma Tim wrote: > Hi FreeBSD, >=20 > This is my first question in the post. I've made a research before planni= ng > to make a question. After the installation, some keys of my keyboard wasn= 't > well mapped. So I started to do it manually. Using kbdcontrol -l > mykey_spanish. I could map keys like '<', '>'; but the problem comes when= I > want to map keys like =B4=F1=B4 or =B4=D1=B4 in ASCII its values are 164,= and 165 > respectively. I edited the file mapkey file in the column base, with the > scan code 039, and replace the value for the ascii value. I reloaded again > with the kbdcontrol command; but in the screen appears \244 when I pressed > the key. Later, I replaced for the 'dtil' value, and then with 241 without > luck. So: >=20 As I answered on freebsd-questions, you add/change this line to /etc/rc.con= f: keymap=3D"spanish.iso15.acc.kbd" > How it must to be setup? >=20 >=20 > Thanks, > Isma > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" --- --- Eduardo Morras