Date: Wed, 19 Feb 1997 10:01:45 +0200 (IST) From: Eli Zaretskii To: Ove Kaaven cc: djgpp AT delorie DOT com Subject: Re: Allegro: missing KEYs? In-Reply-To: <5ecm3k$esk$1@troll.powertech.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 17 Feb 1997, Ove Kaaven wrote: > With simple keyboard handlers that only set a table according to scan > code, and ignoring prefix bytes, you can't distinguish left and right > Alt/Ctrl. (Linux solves this by adding pseudo-scancodes, e.g. converts > 0xE0 0x38 to 0x64, 0xE0 0x1D to 0x61, etc, for its raw keyboard mode.) FYI: ignoring the distinction between Left and Right Alt keys can be a nuisance for people who use Keyb.COM to support foreign (non-US) keyboard layouts, because they expect the Right Alt to produce some actentuated characters. I suggest an option to let these users to get what they want. (Emacs on MSDOS has such support in its keyboard code.)