DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36959>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36959 ------- Additional Comments From [EMAIL PROTECTED] 2005-12-06 14:56 ------- Created an attachment (id=17158) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17158&action=view) Simple stand alone java main class that reproduce the same issue I reproduce this bug with a simple stand alone swing component using KeyEventDemo (http://java.sun.com/docs/books/tutorial/uiswing/events/example-1dot4/KeyEventDemo.java) as a base. - run it > type "ctrl+f", "Copy - actionPerformed" is written in the JTextArea - replace VK_F with VK_C > run it > type "ctrl+c", nothing is written in the JTextArea It's a swing issue. I just doesn't work for those special shortcuts... do you plan to use my previous patch (replace ctrl with alt) ? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
