+2007-08-24 Ada Chan <adachan@apple.com>
+
+ <rdar://problem/5147315> and <rdar://problem/5183935>
+ Added accelerator key mappings for Select All, Undo, and Redo.
+
+ Reviewed by Adam.
+
+ * WebView.cpp:
+
2007-08-24 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Darin.
{ 'C', CtrlKey, "Copy" },
{ 'V', CtrlKey, "Paste" },
{ 'X', CtrlKey, "Cut" },
+ { 'A', CtrlKey, "SelectAll" },
+ { 'Z', CtrlKey, "Undo" },
+ { 'Z', CtrlKey | ShiftKey, "Redo" },
};
const char* WebView::interpretKeyEvent(const KeyboardEvent* evt)