Function: hycontrol-framemove-right

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

Signature

(hycontrol-framemove-right)

Documentation

Move to any next frame to the right of the selected frame.

Key Bindings

Source Code

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