Variable: assist-flag
assist-flag is a variable defined in hmouse-drv.el.
Value
nil
Documentation
Non-nil means Hyperbole's Assist Key is in use rather than the Action Key.
Never set directly. Bound as a parameter when hkey-execute is called
and then used as a free variable.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defvar assist-flag nil
"Non-nil means Hyperbole's Assist Key is in use rather than the Action Key.
Never set directly. Bound as a parameter when `hkey-execute' is called
and then used as a free variable.")