[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Alt keymap (Ozk: Read this if you're here!)



Andreas Schwab skreiv:

/* Ozk:
 * Scan codes between 0x02 -> 0x0d are modified by 0x76
 */
if (scan >= 0x02 && scan <= 0x0d)
	scan += 0x76;

This is done in the IKBD-handler in keyboard.c when ALT is
pressed. Why?

That appears to be standard TOS behaviour (according to the Profibuch).

So it's clearly not a bug and should be left as is. Does the book say anything about the purpose of this?

Jo Even