Skip to content

Instantly share code, notes, and snippets.

@chbaranowski
Created July 6, 2010 13:08
Show Gist options
  • Save chbaranowski/465360 to your computer and use it in GitHub Desktop.
Save chbaranowski/465360 to your computer and use it in GitHub Desktop.
<plugin>
<extension point="org.eclipse.ui.bindings">
<scheme
name="tux2323"
description="My Eclipse Key Scheme"
parentId="org.eclipse.ui.defaultAcceleratorConfiguration"
id="com.github.tux2323.eclipse.keyschemeAcceleratorConfigurationleratorConfiguration">
</scheme>
<key
commandId="org.eclipse.ui.perspectives.showPerspective"
schemeId="com.github.tux2323.eclipse.keyschemeAcceleratorConfigurationleratorConfiguration"
sequence="M1+M2+P"> <!-- Win: STRG+SHIFT+P Mac: CMD+SHIF+P -->
</key>
<!-- Add here the keys for the scheme -->
</extension>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment