mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -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) {
|
||||
/* cancel */
|
||||
server->cycle_view = NULL;
|
||||
osd_finish(server);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue