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

Re: [MiNT] Hold down the SHIFT key to enter menu



On 28/02/2013 01:08, Vincent Rivière wrote:
I see in sys/bootmenu.c:

/* if the user is holding down the magic shift key, we ask before booting */
# ifdef ARANYM
# define MAGIC_SHIFT    0x1        /* right shift (left does not work) */
# else
# define MAGIC_SHIFT    0x2        /* left shift */
# endif

Is there any good reason to use a different shift key on ARAnyM? That's
confusing.

I see that Alan has just removed the special case for ARAnyM.
Now the behaviour is consistent across all the FreeMiNT variants:
Left Shift for the FreeMiNT menu.

--
Vincent Rivière