Incorrect mapping of Windows keyboard layout "KBD_CZECH_PROGRAMMERS"
In libweston/backend-rdp/rdp.c
, the Windows keyboard layout KBD_CZECH_PROGRAMMERS
is mapped to cz(bksl)
.
This is incorrect, since the Czech Programmers layout is the US layout with accessing the Czech symbols by pressing Right-Alt.
The correct XKB equivalent for it is: layout: us,cz
, no variants, option: grp:switch
.