[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 <schwab@linux-m68k.org> writes:
> Jo Even Skarstein <joska@online.no> writes:
>
>> Ok, found this:
>>
>> /* 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).
In fact, exactly the equivalent of the code above appears in the IKBD
handler of TOS 3.06.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."