aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
diff options
context:
space:
mode:
authorMax Lohrmann <dmoagx@users.noreply.github.com>2016-05-08 01:34:22 +0200
committerMax Lohrmann <dmoagx@users.noreply.github.com>2016-05-08 01:34:22 +0200
commit4af9763a06e9bcadccb02a85dba49b29176c2361 (patch)
treebfacc03297db1f3bb894b6f9b1d50aa8ce5752cb /Interfaces
parent5e4d094a71c31adfb9278894f39df1dc0ef3d280 (diff)
downloadsequelpro-4af9763a06e9bcadccb02a85dba49b29176c2361.tar.gz
sequelpro-4af9763a06e9bcadccb02a85dba49b29176c2361.tar.bz2
sequelpro-4af9763a06e9bcadccb02a85dba49b29176c2361.zip
Make reassigning "Select active query" (^Y) possible (#1215)
* Added a menu item: Edit > Select > Active Query * Remove the key binding from the context menu item (which is in line with OS X' context menus not having key bindings in general)
Diffstat (limited to 'Interfaces')
-rw-r--r--Interfaces/English.lproj/MainMenu.xib6
1 files changed, 6 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib
index 990d38c6..d77e21c2 100644
--- a/Interfaces/English.lproj/MainMenu.xib
+++ b/Interfaces/English.lproj/MainMenu.xib
@@ -281,6 +281,12 @@
<action selector="selectCurrentLine:" target="-1" id="896"/>
</connections>
</menuItem>
+ <menuItem title="Active Query" keyEquivalent="y" id="kPp-CM-X9x">
+ <modifierMask key="keyEquivalentModifierMask" control="YES"/>
+ <connections>
+ <action selector="selectCurrentQuery:" target="-1" id="ree-o4-Jbl"/>
+ </connections>
+ </menuItem>
<menuItem title="Enclosing Brackets" keyEquivalent="B" id="932">
<connections>
<action selector="selectEnclosingBrackets:" target="-1" id="933"/>