JDK-6317909 : Windows L&F lacks control/shift-insert copy and paste keyboard bindings
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2,6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2000,windows_xp
  • CPU: generic,x86
  • Submitted: 2005-08-30
  • Updated: 2010-04-02
  • Resolved: 2005-09-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b53Fixed
Related Reports
Duplicate :  
Relates :  
Description
Most Windows applications bind control-insert and shift-insert to copy and paste respectively.  The Swing Windows L&F or perhaps the Basic L&F should provide these bindings.

Comments
EVALUATION The Windows L&F already has these bindings for text components (except JFormattedTextField), but not for JList, JTable or JTree. Metal L&F does not have them at all, nor does Basic, Synth, or GTK. To resolve this bug, these bindings: control-insert (for copy) shift-insert (for paste) shift-delete (for cut) will be made available for: JTextComponents JList JTable JTree under the following look and feels: Basic Metal Windows Synth GTK
31-08-2005