Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland_keyboard.c:
case MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN_SWISS): scan2vk = scan2vk_qwertz; default: scan2vk = scan2vk_qwerty; }
- if (strstr( xkb_layout, "dvorak" )) scan2vk = scan2vk_dvorak;
Nit: spaces inside parentheses.