[Webkit-unassigned] [Bug 15057] EditorClientGtk is missing some important keypress handling, patch attached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 20:54:27 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15057





------- Comment #7 from oliver at apple.com  2007-08-22 20:54 PDT -------
(From update of attachment 16086)

+                    case VK_C:
+                    case VK_X:
+                        frame->editor()->execCommand("Copy");
+                        break;

isn't ctrl-x meant to be cut?

And what about forward/back word/paragraph?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list