<div dir="ltr">You aren't binding control-F, so xmonad isn't the problem there. You might try using xev to see what happens to it. Something else you are running may have a passive grab on it, but xorg doesn't provide a way to inspect passive grabs. :/<div><br></div><div>The Arduino stuff is likely Java; see <a href="https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console">https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console</a></div><div><br></div><div>Chrome doesn't normally have a menubar;  but it may register its dropdown (look for three vertical dots at the end of the location bar, after any extension icons) with Unity's panel to fake one. You can't use xmonad with Unity, so if you require Unity's menu bar hack then you will need to run Unity. Chrome will hide some other parts of its UI if you have "Use system title bar and borders" checked in the Appearance section of the Settings tab.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 30, 2017 at 12:05 AM, Gregory Propf <span dir="ltr"><<a href="mailto:gpropf@gmail.com" target="_blank">gpropf@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I've been looking around for others with these problem but haven't found anything so far, much less a fix. The subject line sums up the problems. Cntr-F isn't working in a few apps I use a lot. I think there are others but the main ones are Google Chrome (Version 57.0.2987.98 (64-bit)) and the Arduino IDE (v 1.8.0). I'm running a recent install of Arch Linux and Xmonad 0.13-1 from the Arch repository. I don't have a complex xmonad.hs but I'll post it here. There are a few other glitches like the fact that the menus in the Arduino IDE appear off to the side from the menu labels but I can live with that. Being able to search is kind of important though. What I do right now in both Chrome and Arduino IDE is click on the file menu and then select "Find" from the drop-down menu. It's workable but quite cumbersome. My Haskell skills are actually pretty good BTW so I'm not afraid of the code. I'd even be willing to contribute at some point.<br><br><br>import XMonad<br>import XMonad.Hooks.DynamicLog<br>import XMonad.Hooks.ManageDocks<br>import XMonad.Util.Run(spawnPipe)<br>import XMonad.Util.EZConfig(<wbr>additionalKeys)<br>import System.IO<br><br>main = do<br>    xmproc <- spawnPipe "/usr/bin/xmobar -d /home/gregory/.xmobarrc"<br>    xmonad $ docks defaultConfig<br>    -- xmonad $ defaultConfig<br>        { manageHook = manageDocks <+> manageHook defaultConfig<br>        , layoutHook = avoidStruts  $  layoutHook defaultConfig<br>        , logHook = dynamicLogWithPP xmobarPP<br>                        { ppOutput = hPutStrLn xmproc<br>                        , ppTitle = xmobarColor "green" "" . shorten 50<br>                        }<br>        , modMask = mod4Mask     -- Rebind Mod to the Windows key<br>        , terminal = "urxvt"<br>        }</div>
<br>______________________________<wbr>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/xmonad</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div>