mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 09:28:11 +02:00
rdp: change japanese keyboard input from kana to alphabetical
Co-authored-by: Steve Pronovost <spronovo@microsoft.com> Co-authored-by: Brenton DeGeer <brdegeer@microsoft.com> Signed-off-by: Hideyuki Nagase <hideyukn@microsoft.com> Signed-off-by: Steve Pronovost <spronovo@microsoft.com> Signed-off-by: Brenton DeGeer <brdegeer@microsoft.com>
This commit is contained in:
parent
e3a4552ecc
commit
a29bcb7031
1 changed files with 1 additions and 1 deletions
|
|
@ -732,7 +732,7 @@ struct rdp_to_xkb_keyboard_layout rdp_keyboards[] = {
|
|||
{KBD_ITALIAN, "it", 0},
|
||||
{KBD_ITALIAN_142, "it", "nodeadkeys"},
|
||||
{KBD_JAPANESE, "jp", 0},
|
||||
{KBD_JAPANESE_INPUT_SYSTEM_MS_IME2002, "jp", "kana"},
|
||||
{KBD_JAPANESE_INPUT_SYSTEM_MS_IME2002, "jp", 0},
|
||||
{KBD_KOREAN, "kr", 0},
|
||||
{KBD_KOREAN_INPUT_SYSTEM_IME_2000, "kr", "kr104"},
|
||||
{KBD_DUTCH, "nl", 0},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue