sway/include/sway
Michael Weiser eeac0aa170 input: Add support for keyboard shortcuts inhibit
Adding support for the keyboard shortcuts inhibit protocol allows remote
desktop and virtualisation software to receive all keyboard input in
order to pass it through to their clients so users can fully interact
the their remote/virtual session. The software usually provides its own
key combination to release its "grab" to all keyboard input. The
inhibitor can be deactivated by the user by removing focus from the
surface using another input device such as the pointer.

Use support for the procotol in wlroots to add support to sway. Extend
the input manager with handlers for inhibitor creation and destruction
and appropriate bookkeeping. Attach the inhibitors to the seats they
apply to to avoid having to search the list of all currently existing
inhibitors on every keystroke and passing the inhibitor manager around.
Add a helper function to retrieve the inhibitor applying to the
currently focused surface of a seat, if one exists.

Extend bindsym with a flag for bindings that should be processed even if
an inhibitor is active. Conversely this disables all normal shortcuts if
an inhibitor is found for the currently focused surface in
keyboard::handle_key_event() since they don't have that flag set. Use
above helper function to determine if an inhibitor exists for the
surface that would eventually receive input.

Signed-off-by: Michael Weiser <michael.weiser@gmx.de>
2020-03-11 23:51:37 -04:00
..
desktop
input input: Add support for keyboard shortcuts inhibit 2020-03-11 23:51:37 -04:00
tree Use wlr_client_buffer 2020-03-06 23:57:43 +01:00
commands.h Add an adaptive_sync output command 2020-03-07 00:32:04 +01:00
config.h input: Add support for keyboard shortcuts inhibit 2020-03-11 23:51:37 -04:00
criteria.h Introduce pid criteria token 2020-02-27 14:03:22 +01:00
decoration.h
desktop.h Store geometry in the view and handle any floating view resizing 2018-08-18 15:10:06 +10:00
ipc-json.h Make json-c include respect pkg-config --cflags 2019-01-23 21:50:06 -05:00
ipc-server.h
layers.h Handle layer changes for layer shell surfaces 2019-10-27 11:07:18 -04:00
output.h Drop sway_output.surface_needs_frame 2020-03-06 21:37:53 +01:00
security.h Move get_feature_policy to sway/security.c 2017-04-16 17:09:53 +03:00
server.h
surface.h view: add max_render_time 2019-11-17 20:18:42 +01:00
swaynag.h
xdg_decoration.h Improve CSD logic 2018-09-27 22:51:37 +10:00
xwayland.h Parse missing i3 window types 2018-10-21 15:59:04 +02:00