separate GuiPanel for each keyboard layout
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ use smithay::{
|
||||
selection::data_device::DataDeviceState,
|
||||
shell::xdg::{ToplevelSurface, XdgShellState},
|
||||
shm::ShmState,
|
||||
xwayland_keyboard_grab::XWaylandKeyboardGrabHandler,
|
||||
},
|
||||
};
|
||||
use std::{
|
||||
|
||||
Reference in New Issue
Block a user