]> git.mdlowis.com Git - proto/labwc.git/commitdiff
keyboard: Hide Alt-Tab switcher when canceling via Escape
authorJohn Lindgren <john@jlindgren.net>
Sun, 21 Aug 2022 19:07:16 +0000 (15:07 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 21 Aug 2022 20:47:45 +0000 (21:47 +0100)
src/keyboard.c

index e754d5f6bfc680d119bc173588edccab0a713631..93d9107135e8e7a3f11937cecfd6099ec3a8fead 100644 (file)
@@ -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;
                                }
                        }