2006-10-04 01:28:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.0"?>
|
2006-12-07 10:04:34 +00:00
|
|
|
<!--
|
2008-04-04 15:25:53 +00:00
|
|
|
# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others.
|
2006-12-07 10:04:34 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
2006-12-07 10:26:20 +00:00
|
|
|
# Michael Scharf (Wind River) - initial API and implementation
|
2006-12-07 10:04:34 +00:00
|
|
|
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
|
|
|
-->
|
2006-10-04 01:28:30 +00:00
|
|
|
<plugin>
|
2008-04-04 15:25:53 +00:00
|
|
|
<extension-point id="terminalConnectors" name="Terminal Connectors" schema="schema/terminalConnectors.exsd"/>
|
2006-12-16 01:14:22 +00:00
|
|
|
<extension point="org.eclipse.ui.contexts">
|
|
|
|
<context
|
|
|
|
name="%terminal.context.name"
|
|
|
|
description="%terminal.context.description"
|
|
|
|
id="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
/>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.bindings">
|
|
|
|
<!--
|
|
|
|
These keybindings are needed to disable the menu-activation keys (e.g.,
|
|
|
|
Alt-F for the File menu, etc.). The code in method
|
|
|
|
TerminalControl.TerminalFocusListener.focusGained() disables the Eclipse key
|
|
|
|
binding service, but it doesn't disable the global menu-activation
|
|
|
|
keys.
|
|
|
|
-->
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+A"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+E"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+F"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+G"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+H"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+N"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+P"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+R"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+T"/>
|
|
|
|
<key
|
|
|
|
commandId="org.eclipse.tm.terminal.command1"
|
|
|
|
contextId="org.eclipse.tm.terminal.TerminalContext"
|
|
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
|
|
|
|
sequence="Alt+W"/>
|
|
|
|
</extension>
|
2006-12-07 10:04:34 +00:00
|
|
|
</plugin>
|