mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
alt-tab preview: restore functionality after move to scene-graph
This commit is contained in:
parent
296e58079f
commit
15a5b710db
7 changed files with 98 additions and 4 deletions
|
|
@ -150,6 +150,7 @@ handle_compositor_keybindings(struct wl_listener *listener,
|
|||
for (int i = 0; i < nsyms; i++) {
|
||||
if (syms[i] == XKB_KEY_Escape) {
|
||||
/* cancel */
|
||||
osd_preview_restore(server);
|
||||
/* osd_finish() additionally resets cycle_view to NULL */
|
||||
osd_finish(server);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue