From: Po Lu Date: Fri, 5 Nov 2021 11:40:24 +0000 (+0800) Subject: Add xwidget-webkit-copy-selection-as-kill to the menu bar X-Git-Tag: emacs-29.0.90~3671^2~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8729ae29d8bbd6076d366ee4316f700fda7aeea3;p=emacs.git Add xwidget-webkit-copy-selection-as-kill to the menu bar * lisp/xwidget.el: New menu item `xwidget-webkit-copy-selection-as-kill'. --- diff --git a/lisp/xwidget.el b/lisp/xwidget.el index c8a70898787..c0e677a194f 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -190,7 +190,10 @@ in `split-window-right' with a new xwidget webkit session." :active t :style toggle :selected xwidget-webkit-edit-mode - :help "Send self inserting characters to the WebKit widget"])) + :help "Send self inserting characters to the WebKit widget"] + ["Save Selection" xwidget-webkit-copy-selection-as-kill + :active t + :help "Save the browser's selection in the kill ring"])) (defvar xwidget-webkit-tool-bar-map (let ((map (make-sparse-keymap)))