We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06be726 commit 11fdfdaCopy full SHA for 11fdfda
nx-X11/programs/Xserver/hw/nxagent/Events.c
@@ -1713,8 +1713,7 @@ FIXME: Don't enqueue the KeyRelease event if the key was
1713
}
1714
1715
1716
- /* FIXME: only when in windowed mode! */
1717
- if (nxagentOption(AutoGrab))
+ if (nxagentOption(AutoGrab) && !(nxagentOption(AllScreens) || nxagentOption(Fullscreen) || nxagentOption(Rootless)))
1718
{
1719
if (X.xfocus.window == nxagentDefaultWindows[0] && X.xfocus.mode == NotifyNormal)
1720
0 commit comments