Skip to content

Commit

Permalink
Add Page Reload shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Marfil committed Mar 21, 2015
1 parent b265a63 commit 44793dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Inbox/Inbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Inbox/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand All @@ -350,7 +349,6 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = Inbox/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand Down
Binary file not shown.
21 changes: 15 additions & 6 deletions Inbox/Inbox/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -323,21 +323,30 @@
</items>
</menu>
</menuItem>
<menuItem title="Help" id="wpr-3q-Mcd">
<menuItem title="Shortcuts" id="FRu-Gy-SqZ" userLabel="Shortcuts">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Shortcuts" systemMenu="window" id="7OY-yj-qEN">
<items>
<menuItem title="Reload" keyEquivalent="r" id="DoJ-Nb-AWg">
<connections>
<action selector="reload:" target="-1" id="BcS-8f-xZm"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
</items>
</menu>
<window title="Inbox" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="335" y="390" width="746" height="487"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<rect key="contentRect" x="335" y="390" width="1415" height="907"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
<view key="contentView" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="746" height="487"/>
<rect key="frame" x="0.0" y="1" width="1415" height="907"/>
<autoresizingMask key="autoresizingMask"/>
</view>
<point key="canvasLocation" x="269" y="145.5"/>
<point key="canvasLocation" x="393.5" y="167.5"/>
</window>
<viewController id="fq0-rl-ocb" customClass="InboxViewController" customModule="Inbox" customModuleProvider="target">
<connections>
Expand Down

0 comments on commit 44793dc

Please sign in to comment.