From owner-freebsd-questions@FreeBSD.ORG Sat Dec 28 15:52:23 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C492AD87 for ; Sat, 28 Dec 2013 15:52:23 +0000 (UTC) Received: from nm14-vm1.bullet.mail.ird.yahoo.com (nm14-vm1.bullet.mail.ird.yahoo.com [77.238.189.91]) by mx1.freebsd.org (Postfix) with SMTP id 1FFA6161E for ; Sat, 28 Dec 2013 15:52:22 +0000 (UTC) Received: from [77.238.189.236] by nm14.bullet.mail.ird.yahoo.com with NNFMP; 28 Dec 2013 15:49:41 -0000 Received: from [46.228.39.87] by tm17.bullet.mail.ird.yahoo.com with NNFMP; 28 Dec 2013 15:49:41 -0000 Received: from [127.0.0.1] by smtp124.mail.ir2.yahoo.com with NNFMP; 28 Dec 2013 15:49:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1388245781; bh=9TOfb4UQdP+F2slUBJyg0ymK7YH41+fcQ1mKSaqWSG8=; 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:MIME-Version:Content-Type:Content-Transfer-Encoding; b=IZ7qSc4sQwk4VATo271AOhM0T5gkhfPOkWrkvABiys2tT0ocjcvqP+g70PT8uO8tmiyOEzJHhwrZbpZit1HzyjaeGWcEOIWyAmrzAoo4jSay+H1dnb7WCCVOTd+DDooriu3RVEUKWYDGgEfV6/SpAGW704LSBM8KujgP4Bv3W6M= X-Yahoo-Newman-Id: 409326.41753.bm@smtp124.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: djOsQc4VM1kywrMFHRRJ9_Pw.6BZIlJsXlC2i.wb8NB7xH4 oSoV1s_CRHu6LsxhgfNMFJNndS5wmdm_gLuRuFdjD1Swmz9YUFSh1T8M3w_T mxJFGL.IWNJbv8qL8Yfv3xm1zLl43tPnkdvT5fdwz0jMRVw5JWchRQ0N7bgr OA.uoBwSC.bpPSTpqx3h8szlbChgDDFhz7sfutCB6.DOE5PglQ7qEgKkgZUz bdO7lMmdGsFGaSUEr.zcomDZ1Ke0xVFnOfvWJqyG3DoLlHuI7Hu2WBuONz.w b.Z58yJYlZfj8S3MZvu36FuiREtWlv5yiPhlnbwYqs3z83vLGAx35ci5GGmX wRRLR5NXsVLi0BEOsekKp42U.g_balodWFusZ_YLlj7AH4HBvvVFoSVshNA7 aNsyOx8GUDr4KKyVT9ACykKGbIvkA0eBRfY9xens3WIo9UINePOHbjM4N7qs Ab43gbrXSqe1gWBgeSSrkyihdEtmm7n0t9MH4ICaJ922DvRuEzU.mYA.W X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from localhost (emorrasg@89.7.216.154 with plain [188.125.69.59]) by smtp124.mail.ir2.yahoo.com with SMTP; 28 Dec 2013 15:49:41 +0000 UTC Date: Sat, 28 Dec 2013 16:49:37 +0100 From: Eduardo To: freebsd-questions@freebsd.org Subject: Re: Remapkey spanish keyboard Message-ID: <20131228164937.00000273.emorrasg@yahoo.es> In-Reply-To: References: X-Mailer: Claws Mail 3.9.2-94-gc6f41d (GTK+ 2.16.6; i586-pc-mingw32msvc) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 15:52:23 -0000 El Sat, 28 Dec 2013 10:35:07 -0200 Isma Tim escribi=F3: > Hi FreeBSD, >=20 > This is my first question in the post. I've made a research before 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 va= lues 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 > How it must to be setup? >=20 Is this on X or on terminal tty? I'm not of my FreeBSDs now. If it's on terminal tty, adding the keymap in rc.conf is enough: keymap=3D"spanish.iso.acc" =20 (I think this is the keymap code, but not sure). You can set it up while install the system, selecting the keymap on first steps. If it's on X, you can use hald/dbus. Enable them on rc.conf and add this code to file /usr/local/etc/hal/fdi/policy/x11-input.fdi pc105 es Later I'll write again with my configuration HTH >=20 > Thanks, > Isma > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"