Variable: assist-key-minibuffer-function

assist-key-minibuffer-function is a customizable variable defined in hui-window.el.

Value

hui-menu-screen-commands

Documentation

Function run by the Assist Key after a click in an inactive minibuffer.

Its default value is hui-menu-screen-commands, which displays a popup menu of screen control commands.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defcustom assist-key-minibuffer-function #'hui-menu-screen-commands
  "Function run by the Assist Key after a click in an inactive minibuffer.
Its default value is `hui-menu-screen-commands', which displays a popup menu
of screen control commands."
  :type 'function
  :group 'hyperbole-keys)