From mint-bounce@lists.fishpool.fi  Sun Jun 20 16:03:41 2010
X-Authenticated: #48718759
X-Provags-ID: V01U2FsdGVkX1+v8N5c0JOv4I6gJ6OgUkWIdSbV8ScLZenrKBqW3B
	2mynAZuNeomx+E
Message-ID: <811767.620823474-sendEmail@descaro>
From: "Helmut Karlowski" <hk10@gmx.de>
To: "alanh@fairlite.co.uk" <alanh@fairlite.co.uk>,
        "mint@lists.fishpool.fi" <mint@lists.fishpool.fi>
Cc: "hk10@gmx.de" <hk10@gmx.de>
Subject: [MiNT] patch:MiNT:keyboard
Date: Sun, 20 Jun 2010 20:03:03 +0000
X-Mailer: sendEmail-1.55
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----MIME delimiter for sendEmail-129905.41251293"
X-Antivirus: avast! (VPS 100620-1, 20.06.2010), Outbound message
X-Antivirus-Status: Clean
X-Y-GMX-Trusted: 0
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: hk10@gmx.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.

------MIME delimiter for sendEmail-129905.41251293
Content-Type: text/plain;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable

This is just a quick hack. I think Jo-Even has another solution.




------MIME delimiter for sendEmail-129905.41251293
Content-Type: text/plain;
 name="keyboard.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="keyboard.patch"

--- keyboard.c	13 May 2010 20:35:40 -0000	1.98
+++ keyboard.c	15 May 2010 06:04:48 -0000
@@ -139,6 +139,10 @@
 	ALTGR, 0
 };

+/* why should insert be a modifyer?? */
+#undef MM_INSERT
+#define MM_INSERT	0
+
 /* Masks correspond to the above modifier scancodes */
 static const uchar mmasks[] =
 {


------MIME delimiter for sendEmail-129905.41251293--


