Variable: hkey-region
hkey-region is a variable defined in hmouse-drv.el.
Value
nil
Documentation
Used to pass the value of a region between a Smart Key depress and release.
This permits the Smart Keys to behave as paste keys.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defvar hkey-region nil
"Used to pass the value of a region between a Smart Key depress and release.
This permits the Smart Keys to behave as paste keys.")