mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
don't send any key events to clients when osd onscreen
This commit is contained in:
parent
c456e85e2f
commit
a719a7681f
1 changed files with 2 additions and 1 deletions
|
|
@ -98,8 +98,9 @@ handle_compositor_keybindings(struct wl_listener *listener,
|
|||
desktop_cycle_view(server, server->cycle_view);
|
||||
osd_update(server);
|
||||
damage_all_outputs(server);
|
||||
return true;
|
||||
}
|
||||
/* don't send any key events to clients when osd onscreen */
|
||||
return true;
|
||||
}
|
||||
|
||||
/* Handle compositor key bindings */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue