Skip to content

Commit

Permalink
Bind F12 to launching selected configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
turesheim committed Oct 28, 2015
1 parent 1fd56f7 commit 0be55dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bundles/org.eclipse.launchbar.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,14 @@
labelProvider="org.eclipse.launchbar.ui.internal.DefaultDescriptorLabelProvider">
</descriptorUI>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.launchbar.ui.command.launchActive"
contextId="org.eclipse.ui.contexts.dialogAndWindow"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="F12">
</key>
</extension>

</plugin>

0 comments on commit 0be55dc

Please sign in to comment.