| author | Markus Keller | 2012-02-27 14:38:42 (EST) |
|---|---|---|
| committer | Mike Rennie | 2012-02-27 14:38:42 (EST) |
| commit | 61243004f952f1669a775cdfb5a2fc7cad4afbae (patch) (side-by-side diff) | |
| tree | 00b01f7e26781ecbe4c52ba05bf09f64356fcb1d | |
| parent | 31769ec185ed7138f894fe235717014bda7f6e6f (diff) | |
| download | eclipse.platform-61243004f952f1669a775cdfb5a2fc7cad4afbae.zip eclipse.platform-61243004f952f1669a775cdfb5a2fc7cad4afbae.tar.gz eclipse.platform-61243004f952f1669a775cdfb5a2fc7cad4afbae.tar.bz2 | |
Bug 372670 - [key binding] Remove "ESC" prefixed key bindings v20120227-1938
| -rw-r--r-- | ant/org.eclipse.ant.ui/plugin.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ant/org.eclipse.ant.ui/plugin.xml b/ant/org.eclipse.ant.ui/plugin.xml index bc7bb06..b39234d 100644 --- a/ant/org.eclipse.ant.ui/plugin.xml +++ b/ant/org.eclipse.ant.ui/plugin.xml @@ -93,13 +93,6 @@ M4 = Platform-specific fourth key --> contextId="org.eclipse.ant.ui.AntEditorScope" commandId="org.eclipse.jdt.ui.edit.text.java.format" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> - <!-- alternative for some gtk input modes --> - <key - platform="gtk" - sequence="ESC CTRL+F" - contextId="org.eclipse.ant.ui.AntEditorScope" - commandId="org.eclipse.jdt.ui.edit.text.java.format" - schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> <key sequence="M2+F2" contextId="org.eclipse.ant.ui.AntEditorScope" |

