From 3011a80c730f0a13b47453ccc3497596f0831c44 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 27 Dec 2023 23:23:37 +0100 Subject: [PATCH] keyboard/altgr/msx: approximate glyphs from display font Closer variants comparing an image of international keyboard output at: https://www.msx.org/wiki/images/b/bc/28E69583-3C7B-467E-8C01-B44C9922EFC6.jpeg from . --- keyboard/altgr/msx.eng.inc.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboard/altgr/msx.eng.inc.pl b/keyboard/altgr/msx.eng.inc.pl index 4ad315d..6ea44e2 100644 --- a/keyboard/altgr/msx.eng.inc.pl +++ b/keyboard/altgr/msx.eng.inc.pl @@ -20,8 +20,8 @@ our %rows = ( '9' => 'ç', ')' => 'Δ', '0' => 'δ', - '-' => 'ε', - '=' => 'Θ', + '-' => '∈', + '=' => 'ϴ', '\\'=> '£', 'q' => 'â', @@ -34,7 +34,7 @@ our %rows = ( 'u' => 'é', 'i' => 'í', 'o' => 'ó', - 'P' => 'π', + 'P' => 'Π', 'p' => 'ú', '{' => 'Φ', '[' => 'ø', -- 2.30.0