We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025ba6e commit 8ea77ccCopy full SHA for 8ea77cc
nx-X11/programs/Xserver/hw/nxagent/Events.c
@@ -1737,8 +1737,7 @@ FIXME: Don't enqueue the KeyRelease event if the key was
1737
}
1738
1739
1740
- /* FIXME: only when in windowed mode! */
1741
- if (nxagentOption(AutoGrab))
+ if (nxagentOption(AutoGrab) && !(nxagentOption(AllScreens) || nxagentOption(Fullscreen) || nxagentOption(Rootless)))
1742
{
1743
if (X.xfocus.window == nxagentDefaultWindows[0] && X.xfocus.mode == NotifyNormal)
1744
0 commit comments