Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #538 from adobe/prashant/release_fullScreenIssue
Browse files Browse the repository at this point in the history
Reviewed. Fix for issue #11782
  • Loading branch information
madanbn committed Oct 12, 2015
2 parents e5e2643 + ef8c915 commit 1363c89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appshell/mac/English.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
<action selector="performZoom:" target="-1" id="240"/>
</connections>
</menuItem>
<menuItem title="Enter Full Screen" keyEquivalent="f" id="241">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleFullScreen:" target="-1" id="242"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="92">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
Expand Down
6 changes: 6 additions & 0 deletions appshell/mac/French.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
<action selector="performZoom:" target="-1" id="240"/>
</connections>
</menuItem>
<menuItem title="Enter Full Screen" keyEquivalent="f" id="241">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleFullScreen:" target="-1" id="242"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="92">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
Expand Down
6 changes: 6 additions & 0 deletions appshell/mac/Japanese.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
<action selector="performZoom:" target="-1" id="240"/>
</connections>
</menuItem>
<menuItem title="Enter Full Screen" keyEquivalent="f" id="241">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleFullScreen:" target="-1" id="242"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="92">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
Expand Down

0 comments on commit 1363c89

Please sign in to comment.