From dd12f569d90c7d6b524bda72266bf91c5a61d9e4 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Fri, 17 Mar 2017 13:34:52 +0100 Subject: wayland: add inhibit shortcut mechanism Add a mechanism to MetaWaylandSurface that inhibits compositor's own shortcuts when the surface has input focus, so that clients can receive all key events regardless of the compositor own shortcuts. This will help with implementing "fake" active grabs in Wayland and XWayland clients. https://bugzilla.gnome.org/show_bug.cgi?id=783342 --- data/org.gnome.mutter.wayland.gschema.xml.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/org.gnome.mutter.wayland.gschema.xml.in') diff --git a/data/org.gnome.mutter.wayland.gschema.xml.in b/data/org.gnome.mutter.wayland.gschema.xml.in index 44334d664..e8ee1cca7 100644 --- a/data/org.gnome.mutter.wayland.gschema.xml.in +++ b/data/org.gnome.mutter.wayland.gschema.xml.in @@ -49,5 +49,9 @@ F12']]]> Switch to VT 12 + + Escape']]]> + Re-enable shortcuts + -- cgit v1.2.1