sway/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
..
commands input: Add support for keyboard shortcuts inhibit 2020-03-11 23:51:37 -04:00
config Add an adaptive_sync output command 2020-03-07 00:32:04 +01:00
desktop Null check sway_layer_surface when checking damage 2020-03-10 10:59:05 +01:00
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.c criteria: match containers without view 2020-02-04 19:52:21 -05:00
config.c config: fix validation exit code and log level 2020-02-11 16:02:11 +01:00
criteria.c Introduce pid criteria token 2020-02-27 14:03:22 +01:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c ipc: add missing required properties 2020-03-10 15:55:54 +01:00
ipc-server.c ipc-server: improve error message 2020-02-29 19:59:42 +01:00
main.c config: fix validation exit code and log level 2020-02-11 16:02:11 +01:00
meson.build Add an adaptive_sync output command 2020-03-07 00:32:04 +01:00
security.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
server.c Add support for wlr-output-power-management-unstable-v1 2020-02-26 16:26:13 +01:00
sway-bar.5.scd swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
sway-input.5.scd input: implement cycling through keyboard layout list 2020-03-11 12:12:23 +01:00
sway-ipc.7.scd i3compat: add `window_type` to IPC response 2020-02-17 21:58:05 +01:00
sway-output.5.scd Add an adaptive_sync output command 2020-03-07 00:32:04 +01:00
sway.1.scd Update language in sway.desktop & sway(1) 2019-03-10 15:09:52 -04:00
sway.5.scd input: Add support for keyboard shortcuts inhibit 2020-03-11 23:51:37 -04:00
swaynag.c Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. 2019-11-01 12:41:08 -04:00
xdg_decoration.c Fix xdg-decoration unconfigured if set before first commit 2019-05-03 15:37:32 -06:00