Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cbatt!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Comments on the A2000 Message-ID: <8703101922.AA10317@cory.Berkeley.EDU> Date: Tue, 10-Mar-87 14:22:32 EST Article-I.D.: cory.8703101922.AA10317 Posted: Tue Mar 10 14:22:32 1987 Date-Received: Wed, 11-Mar-87 05:11:06 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 15 Unfortunetly, if you process RAW keycodes yourself and do not use provided conversion routines (e.g. you assume keycode 0x10 means a specific key), no amount of keymapping will fix the problem. Therefore, I urge all of you using intuition's RAWKEY to pass it through RawKeyConvert() (or whatever the routine is), or get the default keymap from the console device. The latest version of DME does this partially, the next release will do it fully. Question to C-A: Is there a way of finding the raw keycode for the CAPSLOCK/SHIFT/CTRL/ALT keys? or can we assume they will never change? -Matt