Function: hmouse-click-to-drag-to

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

Signature

(hmouse-click-to-drag-to)

Documentation

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

Emulate Smart Mouse Key drag from start window to end window. After the drag, the end window is the selected window.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;;###autoload
(defun hmouse-click-to-drag-to ()
  "Mouse click on start and end windows for use with `hkey-drag-to'.
Emulate Smart Mouse Key drag from start window to end window.
After the drag, the end window is the selected window."
  (interactive)
  (hmouse-choose-windows #'hkey-drag-to))