mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
keyboard: Hide Alt-Tab switcher when canceling via Escape
This commit is contained in:
parent
0dba67a41d
commit
33bc37e7d0
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ handle_compositor_keybindings(struct wl_listener *listener,
|
||||||
if (syms[i] == XKB_KEY_Escape) {
|
if (syms[i] == XKB_KEY_Escape) {
|
||||||
/* cancel */
|
/* cancel */
|
||||||
server->cycle_view = NULL;
|
server->cycle_view = NULL;
|
||||||
|
osd_finish(server);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue