From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 28 01:42:41 2013 Return-Path: Delivered-To: FreeBSD-hackers@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 2EC8ABCD for ; Sat, 28 Dec 2013 01:42:41 +0000 (UTC) Received: from mail-vb0-x22a.google.com (mail-vb0-x22a.google.com [IPv6:2607:f8b0:400c:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E24FE1292 for ; Sat, 28 Dec 2013 01:42:37 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id w5so5038087vbf.15 for ; Fri, 27 Dec 2013 17:42:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=5rOgVVkuD65TqIyDJvxusA+OJCHrdN2X/z6C2Vznneo=; b=gs7wW8SsKeDoOTP8PMmRUzJO2ddBvmNxvBXeFifjRG+9Nwl5Tf2BWKhnXeWRQrCitB Bfm7qPlEWLBDSRkBVJYlKma7Afs4nfPOnCl3NWBBOtBZl4k9qfApFhp7hAhOF2coLh3A pEgOwa/A4FHvl75DKWr3RhcU1Vi7KmFmwd0GoDjvsFOgbYZ808MncMZsSC678siyGOjK bYIMqDQz6Tc2XL+p465SrMO5a1bJ++SdIjcXAdpgQ/ZC6Ipjwa3X6TKDfsFQBvK8gyU9 tJjVtJPkpLf80xTR+f9BEpnae5MNNJRqt3IBwbqH60QppKXQhLk5fy6ymT1ahVmZUzlj glIA== X-Received: by 10.58.187.129 with SMTP id fs1mr7821914vec.45.1388194956886; Fri, 27 Dec 2013 17:42:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.100.193 with HTTP; Fri, 27 Dec 2013 17:42:16 -0800 (PST) From: Isma Tim Date: Fri, 27 Dec 2013 23:42:16 -0200 Message-ID: Subject: remapkey spanish keyboard To: FreeBSD-hackers@freebsd.org X-Mailman-Approved-At: Sat, 28 Dec 2013 03:06:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sat, 28 Dec 2013 01:42:41 -0000 Hi FreeBSD, This is my first question in the post. I've made a research before planning 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, a= nd 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: How it must to be setup? Thanks, Isma