You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OnKeyboardMessage(): char log corresponds to the text input ,;, which is the correct output for this keyboard layout. The text input still has the wrong characters.
LCUI version: current git master OS and version: Linux 4.15.6
The text was updated successfully, but these errors were encountered:
The text inputs register the wrong chars with non-qwerty keyboard layouts.
The STDOUT output prints the correct chars.
Reproduction Steps:
qwertz
(de
),
keyleft shift
The text input now shows
,<
which is correct for qwerty, but wrong for qwertz (de)STDOUT logs this:
The
OnKeyboardMessage(): char
log corresponds to the text input,;
, which is the correct output for this keyboard layout. The text input still has the wrong characters.LCUI version: current git master
OS and version: Linux 4.15.6
The text was updated successfully, but these errors were encountered: