diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2017-03-03 14:25:55 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2017-03-03 14:25:55 +1000 |
commit | fc4ff91f563d78b7ed847c795c6e1a96a1277653 (patch) | |
tree | 61500f81ab7f4760fede2e131f9e68c7a00dae7b /Interfaces | |
parent | a775a239236256729ca57898e94082b40d087c51 (diff) | |
download | sequelpro-fc4ff91f563d78b7ed847c795c6e1a96a1277653.tar.gz sequelpro-fc4ff91f563d78b7ed847c795c6e1a96a1277653.tar.bz2 sequelpro-fc4ff91f563d78b7ed847c795c6e1a96a1277653.zip |
#2708 changes to menu items to expose the Duplicate Tab feature
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/MainMenu.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib index feaa5282..0d021499 100644 --- a/Interfaces/English.lproj/MainMenu.xib +++ b/Interfaces/English.lproj/MainMenu.xib @@ -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> @@ -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> |