Skip to content
Snippets Groups Projects
Commit dbbe8e7f authored by Johannes Grohmann's avatar Johannes Grohmann
Browse files

added Shortcut Ctrl+Y for Launching a DQL query

parent f53e7a37
No related branches found
No related tags found
No related merge requests found
...@@ -77,4 +77,22 @@ ...@@ -77,4 +77,22 @@
</view> </view>
</perspectiveExtension> </perspectiveExtension>
</extension> </extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="tools.descartes.dql.core.platform.eclipse.ExecuteDQLShortcut.run"
contextId="org.eclipse.ui.globalScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+Y">
</key>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler"
description="Run DQL Query"
id="tools.descartes.dql.core.platform.eclipse.ExecuteDQLShortcut.run"
name="Run DQL Query">
</command>
</extension>
</plugin> </plugin>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment