From 5c1a2fc44c3b76d4ba1115d808662e9f8413c8dd Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 22 Jun 2020 20:38:56 -0700 Subject: [PATCH] GUACAMOLE-518: Update Latin American keymap to define behavior of Caps Lock. On Latin American keyboards, Caps Lock affects only letters (including accented letters) and is undone by Shift. --- .../rdp/keymaps/es_latam_qwerty.keymap | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/src/protocols/rdp/keymaps/es_latam_qwerty.keymap b/src/protocols/rdp/keymaps/es_latam_qwerty.keymap index 662f4b8b..4c4ee578 100644 --- a/src/protocols/rdp/keymaps/es_latam_qwerty.keymap +++ b/src/protocols/rdp/keymaps/es_latam_qwerty.keymap @@ -25,15 +25,25 @@ freerdp "KBD_LATIN_AMERICAN" # Basic keys # -map -altgr -shift 0x29 0x02..0x0D ~ "|1234567890'¿" -map -altgr -shift 0x10..0x19 0x1B ~ "qwertyuiop+" -map -altgr -shift 0x1E..0x28 0x2B ~ "asdfghjklñ{}" -map -altgr -shift 0x56 0x2C..0x35 ~ "ZXCVBNM;:_" +map -caps -altgr +shift 0x29 0x02..0x0D ~ "º!"#$%&/()=?¡" +map -caps -altgr +shift 0x10..0x19 0x1B ~ "QWERTYUIOP*" +map -caps -altgr +shift 0x1E..0x28 0x2B ~ "ASDFGHJKLÑ[]" +map -caps -altgr +shift 0x56 0x2C..0x35 ~ ">ZXCVBNM;:_" + +map +caps -altgr -shift 0x29 0x02..0x0D ~ "|1234567890'¿" +map +caps -altgr -shift 0x10..0x19 0x1B ~ "QWERTYUIOP+" +map +caps -altgr -shift 0x1E..0x28 0x2B ~ "ASDFGHJKLÑ{}" +map +caps -altgr -shift 0x56 0x2C..0x35 ~ "zxcvbnm;:_" # # Keys requiring AltGr