Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index d93a9df6457773ad727018c1bf59805a0f89fc63..f01fdfe45a2fec4129e82a083cca962a15ced5a0 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -819,7 +819,7 @@ void WebPluginContainerImpl::handleKeyboardEvent(KeyboardEvent* event) |
#else |
if (webEvent.modifiers == WebInputEvent::ControlKey |
#endif |
- && webEvent.windowsKeyCode == VKEY_C |
+ && (webEvent.windowsKeyCode == VKEY_C || webEvent.windowsKeyCode == VKEY_INSERT) |
// Only copy if there's a selection, so that we only ever do this |
// for Pepper plugins that support copying. Windowless NPAPI |
// plugins will get the event as before. |