From mint-bounce@lists.fishpool.fi Sat Sep 5 04:24:03 2009 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Subject: Re: [MiNT] BOOT_DELAY=0 References: <4AA20EFE.9000203@freesbee.fr> <1252136955.4317.35.camel@joy> Date: Sat, 05 Sep 2009 10:21:50 +0200 To: "mint@lists.fishpool.fi" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Helmut Karlowski" Message-ID: In-Reply-To: <1252136955.4317.35.camel@joy> User-Agent: Opera Mail/10.00 (Win32) X-Antivirus: avast! (VPS 090904-0, 04.09.2009), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: helmut.karlowski@ish.de Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Am 05.09.2009, 09:49 Uhr, schrieb Petr Stehlik : > 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