From 049cba8a41f403f08e1ad45c43b960f74cef3ceb Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Fri, 9 May 2014 14:32:50 +0200 Subject: [PATCH] Terminal: Bug 434487 - Key bindings for "maximize view" and "quick access" This initial commit contributes "Alt+Up" for "Maximize View", it also works for "Restore View"; as well as "Alt+Right" for "Quick Access" in lieu of Ctrl+3 which may need to go to the Terminal. Still TBD: Add those commands to the context menu such that they are discoverable; and, decide whether "Alt+Down" should also be contributed as a more intuitive variant for "restore view". Signed-off-by: Martin Oberhuber Change-Id: Iebf912cb404636c43014e15af9e63dea407e083f --- plugins/org.eclipse.tm.terminal/plugin.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plugins/org.eclipse.tm.terminal/plugin.xml b/plugins/org.eclipse.tm.terminal/plugin.xml index 720495b495e..23fb0e4502c 100644 --- a/plugins/org.eclipse.tm.terminal/plugin.xml +++ b/plugins/org.eclipse.tm.terminal/plugin.xml @@ -13,6 +13,7 @@ # Michael Scharf (Wind River) - [237425] undefined tm.terminal command # Martin Oberhuber (Wind River) - [378691][api] push Preferences into the Widget # Martin Oberhuber (Wind River) - [434294] Add Mac bindings with COMMAND +# Martin Oberhuber (Wind River) - [434487] Add key bindings for "maximize view" and "quick access" --> @@ -184,6 +185,21 @@ platform="carbon" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="M1+V"/> + + +