WebKit2.EDITING_COMMAND_PASTE
The paste clipboard command. Pastes the contents of the clipboard to a WebKit2.WebView. You can check whether it's possible to execute the command with WebKit2.WebView.prototype.can_execute_editing_command. In general it's possible to paste from the clipboard when the WebKit2.WebView content is editable and clipboard is not empty.