mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 307340 - Disable Fullscreen UI on OS X. r=beltzner/mconnor.
This commit is contained in:
parent
539905ea1a
commit
a21ef93c92
@ -301,11 +301,13 @@
|
||||
</menu>
|
||||
<menuseparator/>
|
||||
<menuitem accesskey="&pageSourceCmd.accesskey;" label="&pageSourceCmd.label;" key="key_viewSource" command="View:PageSource"/>
|
||||
#ifndef XP_MACOSX
|
||||
<menuitem accesskey="&fullScreenCmd.accesskey;"
|
||||
label="&fullScreenCmd.label;" key="key_fullScreen"
|
||||
id="fullScreenItem"
|
||||
type="checkbox"
|
||||
command="View:FullScreen"/>
|
||||
#endif
|
||||
<menuseparator hidden="true" id="documentDirection-separator"/>
|
||||
<menuitem hidden="true" id="documentDirection-swap"
|
||||
label="&bidiSwitchPageDirectionItem.label;"
|
||||
|
@ -282,10 +282,10 @@
|
||||
<key id="goForwardKb2" key="&goForwardCmd.commandKey;" command="Browser:Forward" modifiers="accel"/>
|
||||
#endif
|
||||
<key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="alt"/>
|
||||
<key id="key_fullScreen" keycode="VK_F11" command="View:FullScreen"/>
|
||||
<key keycode="VK_F5" command="Browser:Reload"/>
|
||||
#ifndef XP_MACOSX
|
||||
<key keycode="VK_F5" command="Browser:ReloadSkipCache" modifiers="accel"/>
|
||||
<key id="key_fullScreen" keycode="VK_F11" command="View:FullScreen"/>
|
||||
#endif
|
||||
<key key="&reloadCmd.commandkey;" command="Browser:Reload" modifiers="accel" id="key_reload"/>
|
||||
<key key="&reloadCmd.commandkey;" command="Browser:ReloadSkipCache" modifiers="accel,shift"/>
|
||||
|
@ -260,7 +260,7 @@
|
||||
<rdf:li> <rdf:Description ID="menu-view-page-style" nc:name="Page Style" nc:link="menu_reference.xhtml#page_style"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-character-encoding" nc:name="Character Encoding" nc:link="menu_reference.xhtml#character_encoding"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-page-source" nc:name="Page Source" nc:link="menu_reference.xhtml#page_source"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-full-screen" nc:name="Full Screen" nc:link="menu_reference.xhtml#full_screen"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-full-screen" nc:name="Full Screen" nc:link="menu_reference.xhtml#full_screen" nc:platform="win unix os2"/> </rdf:li>
|
||||
</rdf:Seq>
|
||||
</nc:subheadings>
|
||||
</rdf:Description>
|
||||
|
@ -259,10 +259,12 @@ Contributors:
|
||||
&brandShortName; will be capable of launching an external program for
|
||||
viewing the source.--></p>
|
||||
|
||||
<h3 id="full_screen">Full Screen</h3>
|
||||
<p>Displays the window in full screen. If you have the navigation toolbar
|
||||
hidden, you can always restore the window anyway by pressing <kbd>F11</kbd>.</p>
|
||||
|
||||
<div class="noMac">
|
||||
<h3 id="full_screen">Full Screen</h3>
|
||||
<p>Displays the window in full screen. If you have the navigation toolbar
|
||||
hidden, you can always restore the window anyway by pressing
|
||||
<kbd>F11</kbd>.</p>
|
||||
</div>
|
||||
<h2 id="go">Go</h2>
|
||||
|
||||
<p>The Go menu contains a list of the most recently visited web sites.</p>
|
||||
|
@ -479,7 +479,7 @@ Contributors:
|
||||
<td><kbd>Del</kbd></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="noMac">
|
||||
<td>Full Screen</td>
|
||||
<td><kbd>F11</kbd></td>
|
||||
<td><kbd>F11</kbd></td>
|
||||
|
@ -41,7 +41,7 @@ Contributors:
|
||||
<p>When you start &brandShortName;, you will see your home page. By default,
|
||||
you will see &brandShortName;'s home page.</p>
|
||||
|
||||
<p><strong>Tips</strong>:</p>
|
||||
<div class="noMac"><p><strong>Tips</strong>:</p>
|
||||
<ul>
|
||||
<li>To display more web content on the screen, you can use Full Screen mode.
|
||||
Full Screen mode condenses the &brandShortName;'s Toolbars into one small
|
||||
@ -49,7 +49,7 @@ Contributors:
|
||||
<span class="menuPath">View > Full Screen</span> or press
|
||||
<kbd>F11</kbd>.</li>
|
||||
<li>To go to your home page quickly, press &altKey;+<kbd>Home</kbd>.</li>
|
||||
</ul>
|
||||
</ul></div>
|
||||
|
||||
<h3><strong id="moving_to_another_page">Moving to Another Page</strong></h3>
|
||||
<p>You can move to a new web page by typing in its Internet address or URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user