Function: hui-menu-screen-commands
hui-menu-screen-commands is an autoloaded, interactive and
byte-compiled function defined in hui-jmenu.el.
Signature
(hui-menu-screen-commands)
Documentation
Popup a menu of screen control and jump to menus.
Jump to: HyWiki pages, buffers, frames, and windows.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-jmenu.el
;;;###autoload
(defun hui-menu-screen-commands ()
"Popup a menu of screen control and jump to menus.
Jump to: HyWiki pages, buffers, frames, and windows."
(interactive)
(popup-menu '("Hyperbole Screen Commands" :filter hui-menu-modeline)))