From mint-bounce@lists.fishpool.fi Sun Aug 30 14:29:38 2009 Message-ID: <4A9AC43D.8000902@online.no> Date: Sun, 30 Aug 2009 20:26:05 +0200 From: Jo Even Skarstein User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] Alt keymap (Ozk: Read this if you're here!) References: <4A9A8DDE.1000300@freesbee.fr> <4A9A9733.3090209@online.no> <4A9A99D0.1080407@freesbee.fr> <4A9AB741.4000604@online.no> <4A9ABC95.2050007@online.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: joska@online.no Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: 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