From 0408eb487e62788df799de31140c05d397a20414 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 18 Sep 2018 11:34:51 +0200 Subject: [PATCH] =?UTF-8?q?Win32:=20labels=20for=20'<>'=20and=20'\!=C2=A7'?= =?UTF-8?q?=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index 9ef76349..6959bea7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -524,6 +524,8 @@ const char * Key_name(word key) { VK_OEM_5, "'\\'"}, { KEY_RIGHTBRACKET,"']'" }, // VK_OEM_6 { VK_OEM_7, "'''" }, + { VK_OEM_8, "'!'" }, + { VK_OEM_102, "<>" }, #endif };