From f73ece4e120c87b2f9fa116d49dddd6edeba4cf6 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 13 May 2013 22:03:28 -0700 Subject: [PATCH] Dead grave and dead acute are not actually wrong here. --- protocols/rdp/src/rdp_keymap_de_de.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/rdp/src/rdp_keymap_de_de.c b/protocols/rdp/src/rdp_keymap_de_de.c index ff8327ef..8b2143f6 100644 --- a/protocols/rdp/src/rdp_keymap_de_de.c +++ b/protocols/rdp/src/rdp_keymap_de_de.c @@ -343,12 +343,12 @@ static guac_rdp_keysym_desc __guac_rdp_keymap_mapping[] = { .clear_keysyms = GUAC_KEYSYMS_ALTGR, .set_keysyms = GUAC_KEYSYMS_SHIFT }, - /* dead grave (WRONG) */ + /* dead grave */ { .keysym = 0xfe50, .scancode = 0x0d, .clear_keysyms = GUAC_KEYSYMS_ALTGR, .set_keysyms = GUAC_KEYSYMS_SHIFT }, - /* dead acute (WRONG) */ + /* dead acute */ { .keysym = 0xfe51, .scancode = 0x0d, .clear_keysyms = GUAC_KEYSYMS_ALL_SHIFT_ALTGR },