From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0d0e01c14890$aed0e220$a2b9c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010927010531.CDC87199E4@mail.cse.psu.edu> Subject: Re: [9fans] Foreign keyboard layout MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sat, 29 Sep 2001 04:44:37 +0200 Topicbox-Message-UUID: f65bddbc-eac9-11e9-9e20-41e7f4b1d025 > hence the comment in kbd.c: > > KF= 0xF000, /* function key (begin Unicode private space) */ yes the unicode 3.0 spec says that it's E000-F8FF and that the top end should used by 'corporate' stuff and bottom half for 'user' stuff. i changed Spec to be 0xF800 and added a 3rd map table. i gave up, for tonight, when i ran into scancode hell. will look at it tomorrow.