From owner-freebsd-questions@FreeBSD.ORG Sat Dec 28 12:35:29 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 C971B14B for ; Sat, 28 Dec 2013 12:35:29 +0000 (UTC) Received: from mail-vb0-x233.google.com (mail-vb0-x233.google.com [IPv6:2607:f8b0:400c:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87D241982 for ; Sat, 28 Dec 2013 12:35:29 +0000 (UTC) Received: by mail-vb0-f51.google.com with SMTP id 11so4973883vbe.24 for ; Sat, 28 Dec 2013 04:35:28 -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=MYSNJEtkJpnQ9xyvgHrfY/3e5wlpIwKk8h9l3lvInaQ=; b=GB1H8JcM7GrRXOMjUs3qwi7HpRkKpUaMbesanj36Zb7qaJYJQUOQhZYDz4pEbUq6GO zIIlZ6HsrIl/iT5hdN/I6lwc1FzlLhYAxdZuu7+YfwgDqcJiNIUPeemivSTsSNrAkGV/ BXgY8/o1/QPMvaMS6MCM/ZTEQJbBTwDu/mzvX+VdiMl7/UHdOJiKUoQmv6s/rOJvvBj6 E8z5jCgFbdj1s1N0pKdPdYPLd02kRKFUv4adHGMYSRaTH/fvaoZTKOaEu4XqFNKhpWCj 3Bw5G5OJAHY7K6wY0u2aaVMzzmnavJwrkwMMFrp/9d7zH2sqZQjBoFKE/PRkoUMxj4RG sL7A== X-Received: by 10.58.187.81 with SMTP id fq17mr30836375vec.14.1388234128252; Sat, 28 Dec 2013 04:35:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.100.193 with HTTP; Sat, 28 Dec 2013 04:35:07 -0800 (PST) From: Isma Tim Date: Sat, 28 Dec 2013 10:35:07 -0200 Message-ID: Subject: Remapkey spanish keyboard To: freebsd-questions@freebsd.org 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-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 12:35:29 -0000 Hi FreeBSD, 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 values are 164, and 165 respe= ctively. 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