separate GuiPanel for each keyboard layout

This commit is contained in:
galister
2025-12-14 14:28:46 +09:00
parent 8418516236
commit f2f02855e3
9 changed files with 182 additions and 88 deletions

View File

@@ -7,7 +7,7 @@ use smithay::{
reexports::wayland_server,
utils::SerialCounter,
};
use xkbcommon::xkb::{self, KEYMAP_FORMAT_USE_ORIGINAL};
use xkbcommon::xkb;
use crate::backend::wayvr::{ExternalProcessRequest, WayVRTask};

View File

@@ -32,7 +32,6 @@ use smithay::{
selection::data_device::DataDeviceState,
shell::xdg::{ToplevelSurface, XdgShellState},
shm::ShmState,
xwayland_keyboard_grab::XWaylandKeyboardGrabHandler,
},
};
use std::{