Skip to content

Commit bf9a81d

Browse files
committed
switch keyboard equivalents for Copy short SHA / Copy full SHA
Short SHA seems more attractive, thus easier to use now.
1 parent 5c20a8c commit bf9a81d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

English.lproj/MainMenu.xib

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15D9c" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15E56a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
33
<dependencies>
44
<deployment version="1070" identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
66
</dependencies>
77
<objects>
88
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
@@ -169,16 +169,16 @@
169169
<action selector="copy:" target="-1" id="181"/>
170170
</connections>
171171
</menuItem>
172-
<menuItem title="Copy SHA" alternate="YES" keyEquivalent="c" id="964">
172+
<menuItem title="Copy short SHA" alternate="YES" keyEquivalent="c" id="Q6u-9U-Mue">
173173
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
174174
<connections>
175-
<action selector="copySHA:" target="-1" id="966"/>
175+
<action selector="copyShortName:" target="-1" id="feT-ND-ZxS"/>
176176
</connections>
177177
</menuItem>
178-
<menuItem title="Copy short SHA" alternate="YES" keyEquivalent="C" id="Q6u-9U-Mue">
178+
<menuItem title="Copy full SHA" alternate="YES" keyEquivalent="C" id="964">
179179
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
180180
<connections>
181-
<action selector="copyShortName:" target="-1" id="feT-ND-ZxS"/>
181+
<action selector="copySHA:" target="-1" id="966"/>
182182
</connections>
183183
</menuItem>
184184
<menuItem title="Copy Patch" alternate="YES" keyEquivalent="c" id="ZiX-Nf-qba">

0 commit comments

Comments
 (0)