From b628b75fea8db8b12807517dd4723749e9ffdb88 Mon Sep 17 00:00:00 2001 From: coopdot Date: Tue, 15 Jul 2014 16:56:08 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20=C3=A5=20key=20so=20it=20produces=200xc?= =?UTF-8?q?5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The letter å (latin letter a with ring above) is 0xc5. The previous value 0xc2 is â (latin letter a with circumflex). --- data/finnish.layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finnish.layout b/data/finnish.layout index f76be30..6c3f4d2 100644 --- a/data/finnish.layout +++ b/data/finnish.layout @@ -68,7 +68,7 @@ ["ctrl", 0x4000000, "", 0x0] ["alt", 0x8000000, "", 0x0] -["å", 0xc2, "", 0x0] +["å", 0xc5, "", 0x0] [",", 0x2c, ";", 0x3b] [[[" ", 0x20, "", 0x0]]] [".", 0x2e, ":", 0x3a]