Variable: hkey-always-display-menu

hkey-always-display-menu is a variable defined in hsettings.el.

Value

nil

Documentation

*Non-nil means a Smart Key press pops up the Smart Menu window.

The Smart Menu system must have already been loaded. If a Smart Menu is already displayed, perform another Action or Assist Key function.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsettings.el
;; The Smart Menu system is an attractive in-buffer menu system that
;; predates Emacs menu systems; it is included in InfoDock.
(defvar hkey-always-display-menu nil
  "*Non-nil means a Smart Key press pops up the Smart Menu window.
The Smart Menu system must have already been loaded.  If a Smart
Menu is already displayed, perform another Action or Assist Key function.")