This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267532 - On Mac Should use Meta-C/Meta-V instead of Ctrl-Shift-C/Ctrl-Shift-V for Copy/Paste
Summary: On Mac Should use Meta-C/Meta-V instead of Ctrl-Shift-C/Ctrl-Shift-V for Cop...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-11 06:03 UTC by ivan
Modified: 2016-09-02 11:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2016-08-11 06:03:52 UTC
Term uses Ctrl-Shift-C/Ctrl-Shift-V because the usual Ctrl-C/Ctrl-V mean different things under UNIX.
    You  know what Ctrl-C does. Ctrl-V is used to escape control characters
    usually inside editors.
However, on the MAa the convention is to use Meta-C and Meta-V and Term
doesn't honor these.

I think these need to be fixed in 
   org.netbeans.modules.terminal.nb.actions.CopyAction
and such but I'm not familiar enough with the latest 
newfangled annotation stuff to do dynamic platform-specific
keystroke binding.