M. Daniel created GUACAMOLE-1761:
------------------------------------
Summary: Incorrect 'i' character in hungarian keymap
Key: GUACAMOLE-1761
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1761
Project: Guacamole
Issue Type: Bug
Components: guacamole-server, RDP
Affects Versions: 1.5.0
Reporter: M. Daniel
Fix For: 1.5.1
When using hungarian layout, after pressing 'i' on the keyboard every ctrl +
<key> is interpreted as ctrl + shift + <key> and vica versa.
This is caused by an incorrect binding in
[hu_hu_qwertz.keymap|https://github.com/apache/guacamole-server/blob/master/src/protocols/rdp/keymaps/hu_hu_qwertz.keymap].
Dotless 'ı' is used from the turkish alphabet instead of latin 'i'.
{code:java}
map -caps -altgr -shift 0x10..0x1B ~ "qwertzuıopőú" {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)