Variable: assist-key-modeline-function

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

Value

hui-menu-screen-commands

Documentation

Function to call when Assist Mouse Key is clicked in the center of a modeline.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defcustom assist-key-modeline-function #'hui-menu-screen-commands
  "Function to call when Assist Mouse Key is clicked in the center of a modeline."
  :type 'function
  :group 'hyperbole-keys)