From 841dc28e9b33107b12e7a89719b79af4a79a47da Mon Sep 17 00:00:00 2001 From: Sander Vanheule Date: Tue, 2 Feb 2021 17:52:15 +0100 Subject: [PATCH] GUACAMOLE-1277: Unswap -/_ on fr-be-azerty keymap When using the fr-be-azerty remote keyboard layout on an RDP connection, the dash ('-') and underscore ('_') are swapped. Underscore and dash are located on the same key on a Belgian azerty layout. Dash should be the normal/unshifted character, and underscore should be the shifted character. The current mapping has this the other way around, so let's fix this. Signed-off-by: Sander Vanheule --- src/protocols/rdp/keymaps/fr_be_azerty.keymap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/protocols/rdp/keymaps/fr_be_azerty.keymap b/src/protocols/rdp/keymaps/fr_be_azerty.keymap index c9f9add1..35f637ec 100644 --- a/src/protocols/rdp/keymaps/fr_be_azerty.keymap +++ b/src/protocols/rdp/keymaps/fr_be_azerty.keymap @@ -25,22 +25,22 @@ freerdp "KBD_BELGIAN_FRENCH" # Basic keys # -map -caps -altgr -shift 0x29 0x02..0x0D ~ "²&é"'(§è!çà)_" +map -caps -altgr -shift 0x29 0x02..0x0D ~ "²&é"'(§è!çà)-" map -caps -altgr -shift 0x10..0x19 0x1B ~ "azertyuiop$" map -caps -altgr -shift 0x1E..0x28 0x2B ~ "qsdfghjklmùµ" map -caps -altgr -shift 0x56 0x2C..0x35 ~ "WXCVBN?./+" -map +caps -altgr -shift 0x29 0x02..0x0D ~ "²1234567890°-" +map +caps -altgr -shift 0x29 0x02..0x0D ~ "²1234567890°_" map +caps -altgr -shift 0x10..0x19 0x1B ~ "AZERTYUIOP£" map +caps -altgr -shift 0x1E..0x28 0x2B ~ "QSDFGHJKLM%£" map +caps -altgr -shift 0x56 0x2C..0x35 ~ "wxcvbn,;:="