diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2017-03-03 14:26:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 14:26:40 +1000 |
commit | 4b9ce74930c385269089f78d4f2cb237b85c16b6 (patch) | |
tree | 61500f81ab7f4760fede2e131f9e68c7a00dae7b | |
parent | 82001c4ebcc37c593b7cd8e5760ff0daa704a05e (diff) | |
parent | fc4ff91f563d78b7ed847c795c6e1a96a1277653 (diff) | |
download | sequelpro-4b9ce74930c385269089f78d4f2cb237b85c16b6.tar.gz sequelpro-4b9ce74930c385269089f78d4f2cb237b85c16b6.tar.bz2 sequelpro-4b9ce74930c385269089f78d4f2cb237b85c16b6.zip |
Merge pull request #2713 from abhibeckert/master
#2708 changes to menu items to expose the Duplicate Tab feature
-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> |