Skip to content

Commit fc4ff91

Browse files
committed
#2708 changes to menu items to expose the Duplicate Tab feature
1 parent a775a23 commit fc4ff91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Interfaces/English.lproj/MainMenu.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@
103103
<action selector="newTab:" target="-1" id="1088"/>
104104
</connections>
105105
</menuItem>
106-
<menuItem title="Duplicate Connection Tab" tag="1104" alternate="YES" keyEquivalent="t" toolTip="Duplicate the current connection tab" id="1186">
107-
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
106+
<menuItem title="Duplicate Connection Tab" tag="1104" keyEquivalent="T" toolTip="Duplicate the current connection tab" id="1186">
108107
<connections>
109108
<action selector="duplicateTab:" target="-1" id="1188"/>
110109
</connections>
@@ -550,7 +549,8 @@
550549
<menuItem title="View" tag="3" id="496">
551550
<menu key="submenu" title="View" id="498">
552551
<items>
553-
<menuItem title="Show Tab Bar" keyEquivalent="T" id="1124">
552+
<menuItem title="Show Tab Bar" keyEquivalent="t" id="1124">
553+
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
554554
<connections>
555555
<action selector="toggleTabBarShown:" target="-1" id="1127"/>
556556
</connections>

0 commit comments

Comments
 (0)