<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QMenuBar QAction MenuRole for &quot;View &#x2F; Enter Full Screen&quot; menu item]]></title><description><![CDATA[<p dir="auto">I'm not sure since when but macOS began injecting a new menu item into the View menu called "Enter Full Screen". On my keyboard (Traditional Chinese / English dual) it defaults to the "Fn+F" key combo. The Fn key on this keyboard is by default the "change input mode" key for entering Chinese and has a Globe icon. In the Menu bar it appears like "Globe+F".</p>
<p dir="auto">However, on some apps like Firefox it has it's own hotkey for entering fullscreen (Ctrl+cmd+f) and successfully updates the menu with that, so I know this automatic menu item is configurable.</p>
<p dir="auto">I suspect this would be similar to how the About or Preferences menus can be manipulated with MenuRoles, but there is no ToggleFullScreen menu role. I couldn't find any discussion online about this, so I'm wondering if this is something that's even on the radar.</p>
]]></description><link>https://forum.qt.io/topic/164990/qmenubar-qaction-menurole-for-view-enter-full-screen-menu-item</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 09:01:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164990.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Aug 2026 03:44:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QMenuBar QAction MenuRole for &quot;View &#x2F; Enter Full Screen&quot; menu item on Mon, 10 Aug 2026 19:51:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">AFAIK, it's not on the radar yet.</p>
<p dir="auto">You can check the <a href="https://bugreports.qt.io" target="_blank" rel="noopener noreferrer nofollow ugc">bug report system</a> for that and if there's indeed nothing, you can open a new feature request about that topic.</p>
]]></description><link>https://forum.qt.io/post/839644</link><guid isPermaLink="true">https://forum.qt.io/post/839644</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 10 Aug 2026 19:51:02 GMT</pubDate></item><item><title><![CDATA[Reply to QMenuBar QAction MenuRole for &quot;View &#x2F; Enter Full Screen&quot; menu item on Mon, 10 Aug 2026 07:30:50 GMT]]></title><description><![CDATA[<p dir="auto">You must add a menu item to the View yourself, via a short Objective-C++ code, with the action selector toggleFullScreen: and the keyboard shortcut you want — once AppKit detects that such an item already exists, it will not add the automatic item with Fn+F and will honor your shortcut instead.</p>
]]></description><link>https://forum.qt.io/post/839626</link><guid isPermaLink="true">https://forum.qt.io/post/839626</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Mon, 10 Aug 2026 07:30:50 GMT</pubDate></item></channel></rss>