Function: hycontrol-framemove-down

hycontrol-framemove-down is an interactive and byte-compiled function defined in hycontrol.el.

Signature

(hycontrol-framemove-down)

Documentation

Move to any next frame below the selected frame.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-framemove-down ()
  "Move to any next frame below the selected frame."
  (interactive)
  (hycontrol-framemove-direction 'down))