1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00
cdt/terminal
Martin Oberhuber f1e9724565 Bug 434294 - [terminal] Make Mac COMMAND key to always act locally
On Mac, the COMMAND key is expected to always perform keyboard 
shortcuts on the local host, or emulate keys like HOME and END.
This change now supports the COMMAND key as expected.

Also,
- configured the VT100TerminalControl.java to forced use of UTF-8
  encoding since one comment has non-US-ASCII characters
- added the CTRL+INSERT binding for "Copy",
- converted CTRL+SHIFT in the bindings into M1+M2 which is the
  preferred syntax according to the org.eclipse.ui.bindings
  extension point description ("sequence" section).

Change-Id: I49321e3855b9ccf53fcb49a5346cfedff4c0c8c0
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-05-09 13:14:09 +02:00
..
features Terminal: Added method to control if the terminal control tries to 2014-03-27 13:22:27 +01:00
plugins Bug 434294 - [terminal] Make Mac COMMAND key to always act locally 2014-05-09 13:14:09 +02:00
readme.txt Bug 393487 - [terminal][releng] Reorganize terminal feature set separating the legacy terminal view 2012-11-06 11:39:12 +01:00

The "terminal" folder holds the TM Terminal Component.
Its core depends on Eclipse RCP only and can be adapted to eRCP.
All these Git modules should be named "org.eclipse.tm.terminal.*".
See http://www.eclipse.org/tm/