EDITING_COMMAND_COPY

The copy clipboard command. Copies the current selection inside a #WebKitWebView to the clipboard. You can check whether it's possible to execute the command with webkit.web_view.WebView.canExecuteEditingCommand. In general it's possible to copy to the clipboard when there is an active selection inside the #WebKitWebView.

enum EDITING_COMMAND_COPY = "Copy";