Function: hui-menu-jump-to-frame

hui-menu-jump-to-frame is an autoloaded, interactive and byte-compiled function defined in hui-jmenu.el.

Signature

(hui-menu-jump-to-frame)

Documentation

Popup a menu of existing frames. Jump to chosen frame.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-jmenu.el
;;;###autoload
(defun hui-menu-jump-to-frame ()
  "Popup a menu of existing frames.  Jump to chosen frame."
  (interactive)
  (popup-menu (cons "Jump to Frame" (cdr (hui-menu-of-frames)))))