wlroots-hyprland/rootston
Genki Sky 28d718c0dd rootston: Cancel existing keyboard grab when changing focus
It's possible that a non-default keyboard grab exists when we are trying
to change focus. For example, say there is an XDG popup when we click on
a different window. This popup's keyboard grab will swallow any
keyboard_notify_enter(), meaning the newly-clicked window won't receive
keyboard input.

So, we cancel any existing grabs in roots_seat_set_focus(). Before this
fix, a window would have been set as active but not receive keyboard
entry.

Fixes #233.

Signed-off-by: Genki Sky <sky@genki.is>
2018-06-10 21:47:49 -04:00
..
config.c Make lazy xwayland start default in rootston 2018-05-08 22:43:31 +02:00
cursor.c rootston: Keep focus unchanged when non-focusable element clicked 2018-05-24 16:10:29 +02:00
desktop.c virtual-keyboard: add support for the virtual-keyboard-v1 protocol 2018-05-28 10:05:55 +02:00
ini.c Fix gcc string truncation warnings 2018-04-13 14:37:53 +09:00
input.c Fix x11 backend 2018-03-27 09:20:21 +02:00
keyboard.c rootston: wire up window alpha keybinding 2018-02-25 16:53:36 +01:00
layer_shell.c layer-shell: Fix crash when cursor is intially outside any output 2018-04-26 14:08:30 +02:00
main.c rootston: destroy xwayland before all clients 2018-06-08 09:29:55 +01:00
meson.build virtual-keyboard: add support for the virtual-keyboard-v1 protocol 2018-05-28 10:05:55 +02:00
output.c output: correctly clear screen when fullscreened 2018-05-20 13:44:18 +01:00
rootston.ini.example Document xwayland rootston config changes 2018-05-08 22:54:45 +02:00
seat.c rootston: Cancel existing keyboard grab when changing focus 2018-06-10 21:47:49 -04:00
virtual_keyboard.c virtual-keyboard: add support for the virtual-keyboard-v1 protocol 2018-05-28 10:05:55 +02:00
wl_shell.c rootston: add destroy to view interface 2018-03-12 09:17:06 +01:00
xdg_shell.c Add wlr_surface_get_geometry 2018-06-01 15:21:18 +02:00
xdg_shell_v6.c Add wlr_surface_get_geometry 2018-06-01 15:21:18 +02:00
xwayland.c xwayland: emit new_surface when unmapped 2018-04-13 14:37:13 +02:00