Add xwidget-webkit-copy-selection-as-kill to the menu bar

* lisp/xwidget.el: New menu item
`xwidget-webkit-copy-selection-as-kill'.
This commit is contained in:
Po Lu 2021-11-05 19:40:24 +08:00 committed by Lars Ingebrigtsen
parent cd7158edd3
commit 8729ae29d8

View file

@ -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)))