From a671e078e1cd5ebb461bbf7dae8a1c1f5b0ba2d7 Mon Sep 17 00:00:00 2001 From: Damien Caliste Date: Mon, 30 Sep 2019 10:33:54 +0200 Subject: [PATCH] [fingerterm] Emit the euro keycode for euro key in german layout. Contributes TJC#214381 --- data/german.layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/german.layout b/data/german.layout index 27768f1..cb4089d 100644 --- a/data/german.layout +++ b/data/german.layout @@ -9,7 +9,7 @@ ["esc", 0x1000000, "", 0x0] ["<", 0x3c, "§", 0xa7] -[">", 0x3e, "€", 0x0a4] +[">", 0x3e, "€", 0x20ac] ["|", 0x7c, "&", 0x26] ["!", 0x21, "?", 0x3f] ["\"", 0x22, "$", 0x24]