mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
parent
46599df0a2
commit
b18d943442
@ -755,6 +755,12 @@ static void sway_keyboard_group_add(struct sway_keyboard *keyboard) {
|
||||
struct wlr_keyboard *wlr_keyboard = device->wlr_device->keyboard;
|
||||
struct sway_seat *seat = keyboard->seat_device->sway_seat;
|
||||
struct seat_config *sc = seat_get_config(seat);
|
||||
|
||||
if (device->is_virtual) {
|
||||
// Virtual devices should not be grouped
|
||||
return;
|
||||
}
|
||||
|
||||
if (!sc) {
|
||||
sc = seat_get_config_by_name("*");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user