From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1e3ac7475c67302f86694532b599f367@plan9.escet.urjc.es> To: 9fans@cse.psu.edu Subject: Re: [9fans] keymaps question. would this be acceptable for you all? From: Fco.J.Ballesteros In-Reply-To: <011801c3a911$af3db1a0$b9844051@insultant.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ljhsbjatltovgfbcvuwdbjqvko" Date: Wed, 12 Nov 2003 12:45:44 +0100 Topicbox-Message-UUID: 878dce38-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ljhsbjatltovgfbcvuwdbjqvko Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit The one used while boot(8)ing was static (we're using the spanish layout). The only compose shifts I need to detect are alt and altgr (left alt, right alt on us). Since we get rid of compose in the kernel, I can simply put the key 'Alt'/AltGr before any key being kbdputc for the user driver to know. Regarding shift and control, the user driver already gets keys for shift-a control-a. is there any other thing I'm missing? thanks for your reply. --upas-ljhsbjatltovgfbcvuwdbjqvko Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by aquamar; Wed Nov 12 12:42:36 MET 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 3F41119C17; Wed, 12 Nov 2003 06:42:31 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 8B43319C0E; Wed, 12 Nov 2003 06:42:10 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 30C8419BDA; Wed, 12 Nov 2003 06:41:55 -0500 (EST) Received: from ams005.ftl.affinity.com (lvs00-fl-n05.valueweb.net [216.219.253.151]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 6071B19BF9 for <9fans@cse.psu.edu>; Wed, 12 Nov 2003 06:41:44 -0500 (EST) Received: from coma ([81.64.132.185]) by ams.ftl.affinity.com with SMTP id <244038-1713>; Wed, 12 Nov 2003 06:40:59 -0500 Message-ID: <011801c3a911$af3db1a0$b9844051@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] keymaps question. would this be acceptable for you all? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Wed, 12 Nov 2003 12:39:50 +0100 X-Spam-Status: No, hits=-1.0 required=5.0 tests=QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) > As an extra benefit, we could get rid of the kernel code for devkbmap, > static keymaps, and compose. it was never really static. you just loaded the one you wanted. you need various 'compose' shifts. --upas-ljhsbjatltovgfbcvuwdbjqvko--