Function: hkey-link
hkey-link is an autoloaded and byte-compiled function defined in
hmouse-drv.el.
Signature
(hkey-link RELEASE-WINDOW)
Documentation
Return a list of the selected window (where depressed) and the RELEASE-WINDOW.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
;;;###autoload
(defun hkey-link (release-window)
"Return a list of the selected window (where depressed) and the RELEASE-WINDOW."
(list (selected-window) release-window))