Variable: action-key-minibuffer-function
action-key-minibuffer-function is a customizable variable defined in
hui-window.el.
Value
hyperbole
Documentation
Function run by the Action Key after a click in an inactive minibuffer.
Its default value is hyperbole, which displays the Hyperbole minibuffer menu.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************
(defcustom action-key-minibuffer-function #'hyperbole
"Function run by the Action Key after a click in an inactive minibuffer.
Its default value is `hyperbole', which displays the Hyperbole minibuffer menu."
:type 'function
:group 'hyperbole-keys)