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

Re: [MiNT] BOOT_DELAY=0



Am 05.09.2009, 09:49 Uhr, schrieb Petr Stehlik <pstehlik@sophics.cz>:

The "missing right shift right after power on" is an ARAnyM bug/feature.
Try to reboot the FreeMiNT OS and then press and hold the Right Shift.
It'll work. It's due to the way the keyboard layout is detected. I may
add a workaround for right shift...

Are you sure? MiNT-source says:


# define MAGIC_SHIFT  0x2   /* left shift */
...
      if ((TRAP_Kbshift(-1) & MAGIC_SHIFT) == MAGIC_SHIFT)

so this only detects left-shift. But to detect also right-shift is not so difficult.

-Helmut