Function: hmouse-click-to-drag-item

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

Signature

(hmouse-click-to-drag-item)

Documentation

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

Emulate {\M-o i} 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-item ()
  "Mouse click on start and end windows for use with `hkey-drag-item'.
Emulate {\\`M-o' i} from start window to end window.
After the drag, the end window is the selected window."
  (interactive)
  (hmouse-choose-windows #'hkey-drag-item))