Function: hmouse-click-to-replace

hmouse-click-to-replace is an autoloaded, interactive and byte-compiled function defined in hmouse-drv.el.

Signature

(hmouse-click-to-replace)

Documentation

Mouse click on start and end windows for use with hkey-replace.

Replace the buffer in start window with the buffer in end window. The selected window does not change.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;;###autoload
(defun hmouse-click-to-replace ()
  "Mouse click on start and end windows for use with `hkey-replace'.
Replace the buffer in start window with the buffer in end window.
The selected window does not change."
  (interactive)
  (hmouse-choose-windows #'hkey-replace))