Function: hycontrol-framemove-left
hycontrol-framemove-left is an interactive and byte-compiled function
defined in hycontrol.el.
Signature
(hycontrol-framemove-left)
Documentation
Move to any next frame to the left of the selected frame.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defun hycontrol-framemove-left ()
"Move to any next frame to the left of the selected frame."
(interactive)
(hycontrol-framemove-direction 'left))