From f74fe9a1823c7e04303020921740f37d8b6648b8 Mon Sep 17 00:00:00 2001 From: Robert Manner Date: Wed, 2 Mar 2022 17:37:44 +0100 Subject: [PATCH] =?UTF-8?q?layout.mobintl.h:=20fix=20hungarian=20=C5=91=20?= =?UTF-8?q?and=20=C5=90=20characters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before this, the bigger one was typed for pressing the smaller, and vica versa. --- layout.mobintl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.mobintl.h b/layout.mobintl.h index beeeef3..be53415 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -725,7 +725,7 @@ static struct key keys_compose_o[] = { {"ø", "Ø", 1.0, Copy, 0x00F8, 0, 0x00D8}, {"ō", "Ō", 1.0, Copy, 0x014D, 0, 0x014C}, {"ŏ", "Ŏ", 1.0, Copy, 0x014F, 0, 0x014E}, - {"ő", "Ő", 1.0, Copy, 0x0150, 0, 0x0151}, + {"ő", "Ő", 1.0, Copy, 0x0151, 0, 0x0150}, {"œ", "Œ", 1.0, Copy, 0x0153, 0, 0x0152}, {"", "", 0.0, EndRow}, {"ο", "Ο", 1.0, Copy, 0x03BF, 0, 0x039F},