Variable: assist-key-default-function
assist-key-default-function is a customizable variable defined in
hui-mouse.el.
Value
assist-key-error
Documentation
Function run by the Assist Key in an unspecified context.
Set it to hkey-summarize if you want it to display a summary of
Smart Key behavior.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
(defcustom assist-key-default-function #'assist-key-error
"Function run by the Assist Key in an unspecified context.
Set it to `hkey-summarize' if you want it to display a summary of
Smart Key behavior."
:type 'function
:group 'hyperbole-keys)