Function: hmouse-click-to-drag-stay
hmouse-click-to-drag-stay is an autoloaded, interactive and
byte-compiled function defined in hmouse-drv.el.
Signature
(hmouse-click-to-drag-stay)
Documentation
Mouse click on start and end windows for use with hkey-drag-stay.
Emulate Smart Mouse Key drag from start window to 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-drag-stay ()
"Mouse click on start and end windows for use with `hkey-drag-stay'.
Emulate Smart Mouse Key drag from start window to end window.
The selected window does not change."
(interactive)
(hmouse-choose-windows #'hkey-drag-stay))