Function: hmouse-click-to-throw
hmouse-click-to-throw is an autoloaded, interactive and byte-compiled
function defined in hmouse-drv.el.
Signature
(hmouse-click-to-throw)
Documentation
Mouse click on start and end windows for use with hkey-throw.
Throw either a displayable item at start window's point or its current buffer to the 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-throw ()
"Mouse click on start and end windows for use with `hkey-throw'.
Throw either a displayable item at start window's point or its current
buffer to the end window. The selected window does not change."
(interactive)
(hmouse-choose-windows #'hkey-throw-and-stay))