macOS: toggle_visibility triggers for different keybinds #6023
Unanswered
alexclifford
asked this question in
Issue Triage
Replies: 1 comment 1 reply
-
I assume this means that you fully let go of both option and `? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
keybind = global:cmd+`=toggle_visibility
This mostly works as expected. The issue I'm seeing in macOS on Ghostty 1.1.2 is if I'm in Chrome and I am switching between windows with option + ` and then try to cmd + t (in a separate action) it triggers the toggle_visibility keybind.
I thought maybe it was a bug related to opening new tabs (which I don't use) so I tried
keybind = cmd+t=unbind
as well but that didnt' change the behaviour.Beta Was this translation helpful? Give feedback.
All reactions