Re: Keyboard Cursor Keys

2004-11-30 Thread Peter R. Mueller-Roemer
Doug Ewell wrote: Robert Finch wrote: 'm trying to implement a Unicode keyboard device, and I'd rather have keyboard processing dealing with genuine Unicode characters for the cursor keys, rather than having to use a mix of keyboard scan codes and Unicode characters. This will quickly

Re: Keyboard Cursor Keys

2004-11-30 Thread Chris Jacobs
- Original Message - From: Peter R. Mueller-Roemer [EMAIL PROTECTED] Cc: Unicode Mailing List [EMAIL PROTECTED]; Robert Finch [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 3:42 PM Subject: Re: Keyboard Cursor Keys Doug Ewell wrote: Robert Finch wrote

Re: Keyboard Cursor Keys

2004-11-30 Thread Philippe Verdy
From: Peter R. Mueller-Roemer [EMAIL PROTECTED] Doug Ewell wrote: Robert Finch wrote: 'm trying to implement a Unicode keyboard device, and I'd rather have keyboard processing dealing with genuine Unicode characters for the cursor keys, rather than having to use a mix of keyboard scan codes and

Keyboard Cursor Keys

2004-11-29 Thread Robert Finch
Hi, This issue has probably been brought up before, but I was wondering how it was resolved. I see that there are no Unicode characters assigned for cursor/edit keys other than that which were originally in ascii ('return', 'tab', 'backspace', 'delete').Could keys like 'cursor left',

Re: Keyboard Cursor Keys

2004-11-29 Thread Doug Ewell
Robert Finch wrote: I see that there are no Unicode characters assigned for cursor/edit keys other than that which were originally in ascii ('return', 'tab', 'backspace', 'delete'). Could keys like 'cursor left', 'cursor up', 'Home', etc. be incorporated somewhere within the standard ? These