mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
The action and its keybind exist, and GTK implements them, but macOS had no handler so the binding did nothing there. AppKit already has the command for window tabs, so this forwards to it. A window that isn't in a tab group, or is alone in one, is already a window of its own, so there is nothing to move and the action reports it did nothing. Implements the remaining macOS half of #2630.