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:
parent
cd7158edd3
commit
8729ae29d8
1 changed files with 4 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue