Skip to content

Commit

Permalink
Merge pull request #2713 from abhibeckert/master
Browse files Browse the repository at this point in the history
#2708 changes to menu items to expose the Duplicate Tab feature
  • Loading branch information
abhibeckert committed Mar 3, 2017
2 parents 82001c4 + fc4ff91 commit 4b9ce74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Interfaces/English.lproj/MainMenu.xib
Expand Up @@ -103,8 +103,7 @@
<action selector="newTab:" target="-1" id="1088"/>
</connections>
</menuItem>
<menuItem title="Duplicate Connection Tab" tag="1104" alternate="YES" keyEquivalent="t" toolTip="Duplicate the current connection tab" id="1186">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<menuItem title="Duplicate Connection Tab" tag="1104" keyEquivalent="T" toolTip="Duplicate the current connection tab" id="1186">
<connections>
<action selector="duplicateTab:" target="-1" id="1188"/>
</connections>
Expand Down Expand Up @@ -550,7 +549,8 @@
<menuItem title="View" tag="3" id="496">
<menu key="submenu" title="View" id="498">
<items>
<menuItem title="Show Tab Bar" keyEquivalent="T" id="1124">
<menuItem title="Show Tab Bar" keyEquivalent="t" id="1124">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<connections>
<action selector="toggleTabBarShown:" target="-1" id="1127"/>
</connections>
Expand Down

0 comments on commit 4b9ce74

Please sign in to comment.