Re: [PATCH 03/10] ui/gkt: release all keys on grab-broken-event

2020-05-12 Thread Gerd Hoffmann
On Sun, May 10, 2020 at 08:42:57PM +0200, Volker Rümelin wrote: > There is no way to grab the Ctrl-Alt-Del key combination on > Windows. [ ... ] > +#ifdef CONFIG_WIN32 A comment here would be good (so you can see the reason for this without digging into the git commit log). thanks, Gerd

[PATCH 03/10] ui/gkt: release all keys on grab-broken-event

2020-05-10 Thread Volker Rümelin
There is no way to grab the Ctrl-Alt-Del key combination on Windows. This key combination will leave all three keys in a stuck condition. This patch uses the grab-broken-event to release the keys. Signed-off-by: Volker Rümelin --- ui/gtk.c | 16 1 file changed, 16 insertions(+)