Skip to content

Commit

Permalink
add cmd+w close window shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
djyde committed Dec 21, 2015
1 parent a9ec485 commit 87e2071
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions WebShell/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Close" keyEquivalent="w" id="E0V-gE-2XR">
<connections>
<action selector="performClose:" target="Ady-hI-5gd" id="pTe-th-gPN"/>
</connections>
</menuItem>
<menuItem title="Quit WebShell" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
Expand Down
2 changes: 1 addition & 1 deletion WebShell/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>201512202200</string>
<string>201512212107</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 87e2071

Please sign in to comment.