Replies: 1 comment
-
|
Confirmed this is an issue because the window is switched before the animation to hide the quick terminal. I've enabled the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Aerospace with the focus follows mouse feature. Everything works as expected with the quick terminal when I open and close it using the short cut, or if I cmd+tab back to an application that is in the same workspace where quick terminal was activated.
When I cmd+tab to an application that is in a different work space that application first flashes up on the screen, then the quick terminal closes and the previous workspace is reactivated.
I've been reviewing the code in
ghostty/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
Line 19 in 80c3833
I'm thinking that this has to do with the fact that the quick terminal hasn't animated out yet - but I'm not sure.
I'm sure that this is a combination of Aerospace and the Ghostty and I'm curious if anyone has run into similar issues and have you been able to work around them.
Beta Was this translation helpful? Give feedback.
All reactions